From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Denis Bueno" Newsgroups: gmane.emacs.devel Subject: Re: partial-completion-mode in gdba Date: Wed, 21 Mar 2007 08:49:09 -0400 Message-ID: <6dbd4d000703210549l53a616e4wcf15a53beb77d12c@mail.gmail.com> References: <12059983.121351174478582610.JavaMail.www@wwinf4105> NNTP-Posting-Host: lo.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 1174481367 1234 80.91.229.12 (21 Mar 2007 12:49:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 12:49:27 +0000 (UTC) Cc: "Emacs Dev \[emacs-devel\]" To: alinsoar@voila.fr Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 21 13:49:20 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 1HU0Fk-0000di-0U for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 13:49:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU0HP-0007Bp-Lc for ged-emacs-devel@m.gmane.org; Wed, 21 Mar 2007 07:51:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HU0HM-0007Bk-Fe for emacs-devel@gnu.org; Wed, 21 Mar 2007 08:51:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HU0HH-0007BY-ON for emacs-devel@gnu.org; Wed, 21 Mar 2007 08:50:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU0HH-0007BV-Ja for emacs-devel@gnu.org; Wed, 21 Mar 2007 07:50:55 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HU0Fb-0000xc-4A for emacs-devel@gnu.org; Wed, 21 Mar 2007 08:49:11 -0400 Original-Received: by ug-out-1314.google.com with SMTP id j3so334815ugf for ; Wed, 21 Mar 2007 05:49:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q5dKaN/adxztpMD5qrYE54XHfzHeiy5avZHsh/Ez3SDuEEP5ca3d8hLf80gGG/gCrshRAHkcVI7dKn3GYoEHbHM80gZH1lVuBvoDY5IDvF7Ggwv4V7dVruh0XaE7BEzZMZ8ahf0x/3Kg1tev3mG1C5PGDYTyzsHqf8t/JneCjlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NOUnEbM0eXXBFJnEy8OmTPeGAS/TqeR2NJ6aMLUnZo5k0/OQtittedVbwN04wZC6GjB/rPzZA9Lahdk2o2CQE3QcgXxnm8pqNSLTEsl51f6ka88ddsTvQy+GerUDPmxuzbPnVUCplVzPl5kMP+qQq8Ac+ykBe7cMI6tGbZXP8F4= Original-Received: by 10.114.167.2 with SMTP id p2mr146617wae.1174481349272; Wed, 21 Mar 2007 05:49:09 -0700 (PDT) Original-Received: by 10.114.195.2 with HTTP; Wed, 21 Mar 2007 05:49:09 -0700 (PDT) In-Reply-To: <12059983.121351174478582610.JavaMail.www@wwinf4105> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:68225 Archived-At: On 3/21/07, A Soare wrote: > 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. -Denis