emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: small Eshell docfix


From: Kim F. Storm
Subject: Re: small Eshell docfix
Date: 02 Sep 2004 13:19:18 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Miles Bader <address@hidden> writes:

> On Wed, Sep 01, 2004 at 10:23:07PM +0200, Emilio Lopes wrote:
> > ! (defcustom eshell-explicit-command-char ?\\
> >     "*If this char occurs before a command name, call it externally.
> > ! That is, although vi may be an alias, \\vi will always call the
> > ! external version."
> 
> Might want to put something like "MS Windows users may want to change this to
> another character to avoid conflicting with the path-separator syntax" (just
> to rub it in ... :-)

[actually, in emacs terms, that is directory separator syntax :-) ]

But why don't we just let the default depend on system-type

        (if (memq system-type '(windows-nt ms-dos)) ?* ?\\)

Lots of other default settings already depend on system-type,
so I don't see why this is any different, as long as we get
the proper default for GNU.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]