unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: /srv/bzr/emacs/trunk r110380: * subr.el (read-passwd): Allow C-u to erase entry.
       [not found] ` <jwvobkf23zb.fsf-monnier+emacs@gnu.org>
@ 2012-10-06 17:02   ` Glenn Morris
  0 siblings, 0 replies; only message in thread
From: Glenn Morris @ 2012-10-06 17:02 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Emacs developers

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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-06 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1TKKtB-0005lD-2z@vcs.savannah.gnu.org>
     [not found] ` <jwvobkf23zb.fsf-monnier+emacs@gnu.org>
2012-10-06 17:02   ` /srv/bzr/emacs/trunk r110380: * subr.el (read-passwd): Allow C-u to erase entry Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).