emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Partial completion]


From: Nick Roberts
Subject: Re: address@hidden: Partial completion]
Date: Sun, 25 Feb 2007 00:57:36 +1300

Richard Stallman writes:
 > Would someone please DTRT about this?
 > 
 > ------- Start of forwarded message -------
 > From: address@hidden (Johan Bockgård)
 > To: address@hidden
 > Date: Fri, 23 Feb 2007 22:14:55 +0100
 > MIME-Version: 1.0
 > Content-Type: text/plain; charset=utf-8
 > Subject: Partial completion
 > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
 >      version=3.0.4
 > 
 > 
 > $ emacs -Q -l complete
 > Insert (defma )
 > Place point after "a" and run M-x PC-lisp-complete-symbol
 > 
 >   => Wrong type argument: sequencep, t

I think it's due to this change:


2002-07-07

        (Ftry_completion): Return t even if the string appears multiple times.

Now (try-completion "" '(("") (""))) returns t.
Previously it returned "".

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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