From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Info `i' bug with partial-completion-mode. Date: Tue, 18 Jul 2006 10:03:20 +0200 Message-ID: <7dbe73ed0607180103pb897abcma5967f356221b835@mail.gmail.com> References: <87k66cjw66.fsf@lrde.org> <7dbe73ed0607170455gdb98452l1fd6da6ee8341893@mail.gmail.com> <87bqrojuqe.fsf@lrde.org> <7dbe73ed0607170605x54f08901rbae2ffca61ac2cc0@mail.gmail.com> <874pxgmety.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1153209834 19041 80.91.229.2 (18 Jul 2006 08:03:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jul 2006 08:03:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 18 10:03:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G2kYL-0004U4-Lt for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 10:03:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2kYK-0003C1-MP for ged-emacs-devel@m.gmane.org; Tue, 18 Jul 2006 04:03:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2kY7-0003AG-8T for emacs-devel@gnu.org; Tue, 18 Jul 2006 04:03:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2kY6-00037R-0P for emacs-devel@gnu.org; Tue, 18 Jul 2006 04:03:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2kY5-00037N-KG for emacs-devel@gnu.org; Tue, 18 Jul 2006 04:03:21 -0400 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2kav-00035z-Q5 for emacs-devel@gnu.org; Tue, 18 Jul 2006 04:06:18 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c2so90149nfe for ; Tue, 18 Jul 2006 01:03:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QJxW7Wxys6m0YqU3FajPi4EnOvNCQJKx/xy9c6+XH0g7xSJMj+miwUPfNT2tfl3ddIFt8EoOD/Z+HrEeGmwFrfRUi4ArMrffHCZsXVLHD+NqwJXSKsOx5ZL2F3umLReTv+C5z8BwhEnwYfMWLkWaI6bIJ8Fi1vHbKXWCRlYdpK8= Original-Received: by 10.48.80.20 with SMTP id d20mr438865nfb; Tue, 18 Jul 2006 01:03:20 -0700 (PDT) Original-Received: by 10.48.255.2 with HTTP; Tue, 18 Jul 2006 01:03:20 -0700 (PDT) Original-To: "=?ISO-8859-1?Q?Micha=EBl_Cadilhac?=" In-Reply-To: <874pxgmety.fsf@lrde.org> Content-Disposition: inline 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:57248 Archived-At: > Recipe: > > emacs -Q > M-x partial-completion-mode RET > M-x info RET > m emacs RET > i emacs (Okey, good) > Add a space and then again. The expected entries are not > displayed: Yes, strange things happen after I add a space and then TAB. And I cannot even bet the original completions back when I remove the spaces. Strange. I have not tested your fix and probably won't.