From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [david.hansen@physik.fu-berlin.de: partial-completion-mode and Info-menu] Date: Thu, 08 Mar 2007 04:14:34 -0500 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 1173345438 24159 80.91.229.12 (8 Mar 2007 09:17:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 09:17:18 +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 Thu Mar 08 10:17:10 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 1HPEkH-0003Ab-B6 for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 10:17:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPEkS-0006lZ-Iz for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 04:17:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPEjk-0006Tx-0C for emacs-devel@gnu.org; Thu, 08 Mar 2007 04:16:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPEji-0006Tg-1d for emacs-devel@gnu.org; Thu, 08 Mar 2007 04:16:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPEjh-0006TZ-9q for emacs-devel@gnu.org; Thu, 08 Mar 2007 04:16:33 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPEjV-0003AM-20 for emacs-devel@gnu.org; Thu, 08 Mar 2007 04:16:21 -0500 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPEhn-0002TW-8n; Thu, 08 Mar 2007 04:14:35 -0500 X-Spook: BATF eavesdropping airframe crypto anarchy ICE sniper Ron X-Ran: C3-O`{Zq7HikvB9FmJWHVlY0'[XQS#VI#>lq+T>U;6XCZxnU7KYG|H^`/l]sWJ28qL"1m: X-Hue: green X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Wed, 07 Mar 2007 22:15:55 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67567 Archived-At: Richard Stallman wrote: > Would someone please DTRT, then ack? > > From: David Hansen > Subject: partial-completion-mode and Info-menu I believe the patch presented by Martin Rudalics in the thread "EVAL and mouse selection in *Completion" will fix this issue as well. This one comes from the first call to try-completion in PC-do-completion returning t, resulting in a call `(insert t)'. Patch is here: http://lists.gnu.org/archive/html/emacs-devel/2007-03/msg00389.html