[Pkg-jed-devel] error building jed_0.99.16.pre.0.99.17.84-1

G. Milde g.milde@web.de
Fri, 15 Apr 2005 15:17:10 +0200


On 15.04.05, Jörg Sommer wrote:
> G. Milde schrieb am Thu 14. Apr, 11:54 (+0200) :
> > On 13.04.05, Rafael Laboissiere wrote:
> > > * Jörg Sommer <joerg@alea.gnuu.de> [2005-04-13 22:05]:
 
> > Rather modify jed.conf - 
 
> > The next idea is using environment variables, like
> > 
> >    JED_HOME="foo"; jed

> I would prefer:
>
> if (getenv("NO_JED_CONF") == NULL)
>   do_jed_conf();

Well, this was only a running example. For jed.conf, I'd suggest something
like

% debian jed.conf as suggested by John E. Davis
% Read the documentation in /usr/share/doc/jed-common/README.Debian-startup.
% Please do not change this if you want the documented debian startup system
% to function correctly.

if (getenv("JED_SKIP_INIT_D") != NULL)
{
 $1 = listdir ("/etc/jed-init.d");
 foreach ($1[array_sort($1)])
 {
     $1 = ();
     if (path_extname ($1) == ".sl")
 	() = evalfile (path_concat ("/etc/jed-init.d", $1));   
 }
} 


> BTW: Günter, are you on the list?

Ja.

Rafael Laboissiere wrote:

Seriously now: jed has a wonderful support for ispell.  There is no
excuse for making such hideous sppeling erorrs.

Well, ispelling the whole buffer is sometimes unpleasant because of all the
slang examples.

Günter


-- 
G.Milde web.de