help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: eshell history cycling


From: lawrence mitchell
Subject: Re: eshell history cycling
Date: Mon, 16 Feb 2004 09:16:06 +0000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50

James Cozine wrote:

> While cycling forwards in the history, shells like bash stop when they
> reach the end.  Eshell starts over from the beginning of the history
> list.  Any pointers on how to get the bash behavior in eshell?

See the variable `pcomplete-cycle-completions'.  If you want to
cycle completions elsewhere, just not in eshell, you could do
something like:

(add-hook 'eshell-mode-hook (lambda ()
                              (setq pcomplete-cycle-completions nil)))

-- 
lawrence mitchell <wence@gmx.li>


reply via email to

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