emacs-devel
[Top][All Lists]
Advanced

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

Can someone help test this ido patch?


From: Leo
Subject: Can someone help test this ido patch?
Date: Thu, 24 Mar 2011 01:04:25 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7)

Hello folks,

I would like to get rid of this ugly form in ido-read-internal

(completing-read-default
         (ido-make-prompt item prompt)
         '(("dummy" . 1)) nil nil ; table predicate require-match
         (prog1 ido-text-init (setq ido-text-init nil)) ;initial-contents
         history)

So I'd be grateful if you can help test the patch in
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8329

My understanding and testing seem to suggest they are functionally
equivalent.

Thanks,
Leo




reply via email to

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