emacs-devel
[Top][All Lists]
Advanced

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

show the default in completing-read prompt?


From: joakim
Subject: show the default in completing-read prompt?
Date: Thu, 25 Mar 2010 09:43:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

  (read-number "gimme a number:" 100)
shows the default in the prompt, whereas:
  (completing-read "gimme something:" '("a" "b")  nil nil nil nil "a")
doesnt.

I dont like this. Would a patch to show the default in completing-read
be accepted? Am I missing something?

-- 
Joakim Verona




reply via email to

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