all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emilio Lopes <eclig@gmx.net>
Cc: emacs-devel@gnu.org
Subject: Re: small Eshell docfix
Date: Wed, 01 Sep 2004 22:23:07 +0200	[thread overview]
Message-ID: <sdd6154u38.fsf@tiscali.de> (raw)
In-Reply-To: <E1C2Gmh-0007nc-No@fencepost.gnu.org> (Richard Stallman's message of "Tue, 31 Aug 2004 18:07:23 -0400")

Richard Stallman writes:

[ refering to `eshell-explicit-command-char' ]

>     That would probable be `?\\', but `?*' is already the
>     default for sometime now.

> It seems \ is a better default, makes the GNU system more
> coherent overall.  I think people will get used to the
> change.

Here is a patch.  This change should probably be announced in the NEWS
file.  Something like

** The default value of `eshell-explicit-command-char' was
changed to `\' to be consistent with the rest of the GNU system.


2004-09-01  Emilio C. Lopes  <eclig@gmx.net>

	* eshell/esh-ext.el (eshell-explicit-command-char): Changed
	default value to ?\\.  Modified docstring accordingly.


*** lisp/eshell/esh-ext.el.~1.15.~      Mon Jan  5 13:27:42 2004
--- lisp/eshell/esh-ext.el      Wed Sep  1 22:06:27 2004
***************
*** 148,157 ****
    :type 'integer
    :group 'eshell-ext)
  
! (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.  UNIX users may prefer this variable to be \."
    :type 'character
    :group 'eshell-ext)
  
--- 148,157 ----
    :type 'integer
    :group 'eshell-ext)
  
! (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."
    :type 'character
    :group 'eshell-ext)

  parent reply	other threads:[~2004-09-01 20:23 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-30  3:31 small Eshell docfix Richard Stallman
2004-08-30  7:58 ` John Wiegley
2004-08-30 13:14   ` Stefan Monnier
2004-08-30 13:46     ` Kim F. Storm
2004-08-30 18:28     ` Richard Stallman
2004-08-30 22:03       ` John Wiegley
2004-08-31 22:06         ` Richard Stallman
2004-09-01  5:45           ` Oliver Scholz
2004-09-02  4:53             ` Richard Stallman
2004-08-30 19:43 ` Emilio Lopes
2004-08-31 22:07   ` Richard Stallman
2004-08-31 23:19     ` John Wiegley
2004-09-01 19:24       ` Richard Stallman
2004-09-01 20:23     ` Emilio Lopes [this message]
2004-09-01 23:14       ` Miles Bader
2004-09-02 11:19         ` Kim F. Storm
2004-09-02 19:47           ` Emilio Lopes
2004-09-06  6:47             ` John Wiegley
2004-09-06 18:30               ` Eli Zaretskii
2004-09-07 16:29                 ` Alex Schroeder
2004-09-07 18:55                   ` Eli Zaretskii
2004-09-07 22:41                     ` Alex Schroeder
2004-09-08  3:53                       ` Richard Stallman
2004-09-07 23:28                   ` John Wiegley
2004-09-07 23:45                     ` Miles Bader
2004-09-08  5:12                       ` John Wiegley
2004-09-03 17:23           ` Richard Stallman
2004-09-04 20:06             ` Emilio Lopes
2004-09-05  4:23               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sdd6154u38.fsf@tiscali.de \
    --to=eclig@gmx.net \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.