From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: partial-completion-mode in gdba Date: Wed, 21 Mar 2007 14:00:25 +0100 (CET) Message-ID: <2110032.32571174482025386.JavaMail.www@wwinf4205> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174482115 5361 80.91.229.12 (21 Mar 2007 13:01:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 13:01:55 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 14:01:44 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 1HU0Rj-0006pk-9S for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 14:01:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU0TO-0007tL-UN for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 08:03:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HU0SE-0006on-9T for emacs-devel@gnu.org; Wed, 21 Mar 2007 09:02:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HU0SC-0006m0-BV for emacs-devel@gnu.org; Wed, 21 Mar 2007 09:02:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU0SB-0006kW-EK for emacs-devel@gnu.org; Wed, 21 Mar 2007 08:02:11 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HU0QU-0003RN-Sb for emacs-devel@gnu.org; Wed, 21 Mar 2007 09:00:27 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 6CB151C000A0 for ; Wed, 21 Mar 2007 14:00:25 +0100 (CET) Original-Received: from wwinf4205 (wwinf4205 [10.232.2.32]) by mwinf4201.voila.fr (SMTP Server) with ESMTP id 610681C0009E for ; Wed, 21 Mar 2007 14:00:25 +0100 (CET) X-ME-UUID: 20070321130025397.610681C0009E@mwinf4201.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| 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:68226 Archived-At: > > 1. Emacs -Q > > > > 2. partial-completion-mode > > > > => partial-completion-mode on > > > > 3. gdba > > > > =>Run gdba (like this): gdb -annotate=3 /g/e/ > > > > comint-dynamic-complete-as-filename: Opening directory: no such file or directory, /g/e/ [2 times] > > I'm no expert, but I think this is due to the fact that running M-x > partial-completion-mode just turns partial-completion-mode on in the > buffer in which you run in. Try reversing the order of steps 2 and 3. > > I myself have been bitten by thiss. It is annoying. I wish there were > a global-partial-completion-mode, much as there is a > global-reveal-mode or global-hl-line-mode. The same error, but if reversed the error is expected. In this current form, this reported error is a bug. Alin SOare.