emacs-devel
[Top][All Lists]
Advanced

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

Re: Feature freeze and Tramp?


From: Luc Teirlinck
Subject: Re: Feature freeze and Tramp?
Date: Thu, 13 May 2004 09:02:25 -0500 (CDT)

Kai Grossjohann wrote:
   
   Really?  Below, you say that `unset HISTFILE' works...  Note that the
   spot we're talking about here is in the correct shell already.

Remember that one apparently has to _export_ HISTFILE at that spot.

`unset HISTFILE' works in the shell in which you execute it, but if
you start a subshell, the subshell will re-initialize HISTFILE to its
default value.  If you do `HISTFILE= ; export HISTFILE', the subshell
will not re-initialize HISTFILE, which will remain null.  At least all of
this is the case for bash, including when invoked as sh or `bash --posix'.
Solaris2.8' sh does not seem to keep history at all.

Sincerely,

Luc.




reply via email to

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