unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: alinsoar@voila.fr
Cc: "Emacs   Dev  \[emacs-devel\]" <emacs-devel@gnu.org>
Subject: Re: partial-completion-mode in gdba
Date: Fri, 23 Mar 2007 09:19:41 +1200	[thread overview]
Message-ID: <17922.62189.817660.472669@kahikatea.snap.net.nz> (raw)
In-Reply-To: <28845627.235231174580093757.JavaMail.www@wwinf4103>

A Soare writes:
 > > > 1. Emacs -Q
 > > >
 > > > 2. partial-completion-mode
 > > >
 > > > => partial-completion-mode on
 > > >
 > > > 3. gdba
 > > >
 > > > =>Run gdba (like this): gdb -annotate=3 /g/e/ <TAB>
 > > >
 > > > comint-dynamic-complete-as-filename: Opening directory: no such file or directory, /g/e/ [2 times]
 > > 
 > 
 > This is a bug.

Why do you think it's a bug?  Did it ever work for you?  I doubt it.  Partial
completion mode seems to replace minibuffer-complete-* with PC-complete-* in
the minibuffer keymaps but M-x gdba (and M-x gdb) uses read-from-minibuffer
with the keymap gud-minibuffer-local-map.  TAB is bound to
comint-dynamic-complete-filename on this keymap which is why it doesn't work as
you expect.

-- 
Nick                                           http://www.inet.net.nz/~nickrob

  parent reply	other threads:[~2007-03-22 21:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 16:14 partial-completion-mode in gdba A Soare
2007-03-22 18:33 ` Stefan Monnier
2007-03-22 21:19 ` Nick Roberts [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-03-23 10:32 A Soare
2007-03-23 10:13 A Soare
2007-03-21 13:00 A Soare
2007-03-21 12:03 A Soare
2007-03-21 12:49 ` Denis Bueno
2007-03-21 14:31   ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17922.62189.817660.472669@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=alinsoar@voila.fr \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).