emacs-devel
[Top][All Lists]
Advanced

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

Re: comint-accumulate-marker


From: Stefan Monnier
Subject: Re: comint-accumulate-marker
Date: Tue, 18 Apr 2006 07:25:22 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> + (defcustom comint-save-partial-input nil
>> +   "*If non-nil, save partial input at the prompt when cycling through 
>> history.
>> + The saved input is recovered when moving off of the end of input
>> + history in either direction. If no input, restores blank line."
>> +   :type 'boolean
>> +   :group 'comint)
>  ...

> How about (current input is a term already used in comint.el):

> (defcustom comint-keep-current-input t
>   "If non-nil, don't clobber the current input when cycling through history."

> (Since it's an improvement why not make it the default?  Most people won't
> even know/need to know it's an option).

Why bother making it a configuration option, even?


        Stefan




reply via email to

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