GNU bug report logs - #7578
23.2.90; [PATCH] Move ESHELL directory inside .emacs.d

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Tue, 7 Dec 2010 10:21:01 UTC

Severity: normal

Tags: patch

Found in version 23.2.90

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo <sdl.web <at> gmail.com>
Cc: 7578 <at> debbugs.gnu.org
Subject: bug#7578: 23.2.90; [PATCH] Move ESHELL directory inside .emacs.d
Date: Mon, 13 Dec 2010 11:58:39 -0500
> 	Modified lisp/eshell/eshell.el
> diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
> index 74f65d2..f8cf9dc 100644
> --- a/lisp/eshell/eshell.el
> +++ b/lisp/eshell/eshell.el
> @@ -285,7 +285,8 @@ shells such as bash, zsh, rc, 4dos."
>    "`eshell-buffer-name' is a member of `same-window-buffer-names'"
>    (member eshell-buffer-name same-window-buffer-names))
 
> -(defcustom eshell-directory-name (convert-standard-filename "~/.eshell/")
> +(defcustom eshell-directory-name
> +  (locate-user-emacs-file "eshell/" ".eshell/")
>    "The directory where Eshell control files should be kept."
>    :type 'directory
>    :group 'eshell)

That's a good change, yes.  Feel free to install it.


        Stefan




This bug report was last modified 14 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.