emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r110380: * subr.el (read-passwd): Allow C-u to


From: Glenn Morris
Subject: Re: /srv/bzr/emacs/trunk r110380: * subr.el (read-passwd): Allow C-u to erase entry.
Date: Sat, 06 Oct 2012 13:02:47 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

>> +              (map minibuffer-local-map)
>> +              result)
>> +          (define-key map "\C-u"    ; bug#12570
>> +            (lambda () (interactive) (delete-minibuffer-contents)))
>
> I'm afraid this will change the global value of minibuffer-local-map.

Hopefully fixed.

> Why change from read-string to read-from-minibuffer?

Latter has a KEYMAP argument, former does not.



reply via email to

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