From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: For after-the-release: enhanced partial completion Date: Tue, 05 Jun 2007 16:32:47 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181057642 6416 80.91.229.12 (5 Jun 2007 15:34:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 15:34:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Sean O'Rourke" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 05 17:34:01 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 1Hvb2i-0002Dz-P7 for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 17:33:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvb2i-00029Z-0E for ged-emacs-devel@m.gmane.org; Tue, 05 Jun 2007 11:33:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hvb2d-000230-Ky for emacs-devel@gnu.org; Tue, 05 Jun 2007 11:33:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hvb2c-0001xS-1z for emacs-devel@gnu.org; Tue, 05 Jun 2007 11:33:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hvb2b-0001x3-V7 for emacs-devel@gnu.org; Tue, 05 Jun 2007 11:33:49 -0400 Original-Received: from ppsw-9.csi.cam.ac.uk ([131.111.8.139]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hvb2b-0007F1-Im for emacs-devel@gnu.org; Tue, 05 Jun 2007 11:33:49 -0400 X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Original-Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]:57284) by ppsw-9.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES256-SHA:256) id 1Hvb2Q-0004v3-Up (Exim 4.63) (return-path ); Tue, 05 Jun 2007 16:33:38 +0100 Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAADFBMVEUvT09qWs3/pQD///+J kUVcAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMLOd3veKQA AACuSURBVBjTldE9CgIxEAXgB+lEyFUC2wo5ikdZ8DSypxhMY7H9VuIVwlqkGRgnm59VsHGafIQ3 CZlAtmKIRaHETgYa12lqvEsPYKf8wXHsPGfqPaUM0g9aJPKFXkmNQmSDqwzz4Fpgpz+6WAPY2z5o uPJJpu0uypcl4nyCibMLQ8lCiVjayLoQvw5LsVKQuHPRR958HZbOcVsKeepcLxpByjycGvnKmY+c MBvrtyjfe0vmuLvdq/kAAAAASUVORK5CYII= In-Reply-To: (Sean O'Rourke's message of "Tue, 05 Jun 2007 07:56:19 -0700") User-Agent: Gnus/5.110007 Emacs 23 (20070531) MULE/6.0 (HANACHIRUSATO) Fedora 7 (gnu/linux) 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:72275 Archived-At: Dear Sean, ----- Sean O'Rourke (2007-06-05) wrote:----- > Leo writes: >> Reproduce: >> 1. emacs -Q >> 2. M-x partial-completion-mode >> 3. M-: and then type in minibuffer `(emacs)' >> 4. Move the cursor to be on ")" and hit "M-TAB" > > Thanks. Please try this version instead. > > /s > > Index: complete.el > =================================================================== > RCS file: /cvsroot/emacs/emacs/lisp/complete.el,v > retrieving revision 1.72 [...] This patch indeed fixes all the aforementioned issues ;) One minor problem, see the following examples: M-x e-l-m TAB => M-x e-l-m ; patched M-x e-l-m TAB => M-x e-l-mode ; un-patched regards, -- Leo (GPG Key: 9283AA3F)