From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: [bojohan+mail@dd.chalmers.se: Partial completion] Date: Sun, 25 Feb 2007 00:57:36 +1300 Message-ID: <17888.10288.446902.230637@kahikatea.snap.net.nz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1172318289 19109 80.91.229.12 (24 Feb 2007 11:58:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Feb 2007 11:58:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 24 12:57:58 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HKvXJ-0001X2-Ai for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 12:57:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKvXJ-0001am-5M for ged-emacs-devel@m.gmane.org; Sat, 24 Feb 2007 06:57:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKvX8-0001ah-Ab for emacs-devel@gnu.org; Sat, 24 Feb 2007 06:57:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKvX5-0001aV-Tq for emacs-devel@gnu.org; Sat, 24 Feb 2007 06:57:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKvX5-0001aS-OA for emacs-devel@gnu.org; Sat, 24 Feb 2007 06:57:43 -0500 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKvX3-0006y0-3Z; Sat, 24 Feb 2007 06:57:41 -0500 Original-Received: from kahikatea.snap.net.nz (47.63.255.123.dynamic.snap.net.nz [123.255.63.47]) by viper.snap.net.nz (Postfix) with ESMTP id 4B5E63D9CF7; Sun, 25 Feb 2007 00:57:38 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 036544F735; Sun, 25 Feb 2007 00:57:37 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.0.94.2 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66740 Archived-At: Richard Stallman writes: > Would someone please DTRT about this=3F >=20 > ------- Start of forwarded message ------- > From: bojohan+mail@dd.chalmers.se (Johan Bockg=E5rd) > To: emacs-pretest-bug@gnu.org > Date: Fri, 23 Feb 2007 22:14:55 +0100 > MIME-Version: 1.0 > Content-Type: text/plain; charset=3Dutf-8 > Subject: Partial completion > X-Spam-Status: No, score=3D0.0 required=3D5.0 tests=3Dnone autolearn= =3Dfailed=20 > =09version=3D3.0.4 >=20 >=20 > $ emacs -Q -l complete > Insert (defma ) > Place point after "a" and run M-x PC-lisp-complete-symbol >=20 > =3D> Wrong type argument: sequencep, t I think it's due to this change: 2002-07-07 =09(Ftry=5Fcompletion): Return t even if the string appears multiple ti= mes. Now (try-completion "" '(("") (""))) returns t. Previously it returned "". --=20 Nick http://www.inet.net.nz/~= nickrob