emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in completion


From: Kim F. Storm
Subject: Re: Bug in completion
Date: Mon, 19 Feb 2007 23:54:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Richard Stallman <address@hidden> writes:

> This fails in a recent version; would someone please fix it?

I have installed a fix.


>
> If the symbols as alist keys are replaced with strings, it does
> not fail.  However, both cases are supposed to work.
> So this is a bug.
>
>
> From: John J Foerch <address@hidden>
> Subject: completing-read
> To: address@hidden
> Date: Mon, 19 Feb 2007 11:53:42 -0500
>
> Hello,
>
> The following code exhibits a behavior of completing-read that I would call a
> bug.  Or am I missing something?
>
> (let ((table '((foo . "you selected foo")
>                (foobar . "you selected foobar"))))
>   (completing-read "Symbol: " table nil 'require-match))
>
> The unexpected behavior is that it is impossible to select `foo'.
>
> Thanks,
> John Foerch
>
>
>
> _______________________________________________
> bug-gnu-emacs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
> ----------
>

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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