all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Subject: Completion in GUD buffer
Date: Mon, 27 Mar 2006 11:01:29 +1200	[thread overview]
Message-ID: <17447.7497.809146.303654@kahikatea.snap.net.nz> (raw)


A long time back completion in the GUD buffer changed.  Previously if you
did something like:

(gdb) b <TAB>

to complete on all possible locations, when there were too many to fit in
the completion window, you could click on it to explore down and *up*.
(I think you can only go down from outside it).

Now if you click on the completion window you either get an error message:

  Wrong type argument: window-live-p, #<window 7>

or the window simply disappears.

I've traced this change to:

  revision 1.294
  date: 2004-04-14 18:57:45 +0000;  author: monnier;  state: Exp;  lines: +185 -195
  Doc fixes.
  (comint-last-input-start, comint-last-input-end)
  (comint-last-output-start): Give them values.
  (comint-arguments): Avoid warning.
  (comint-skip-prompt): Use line-end-position.
  (comint-backward-matching-input): Rename arg to agree with doc.
  (comint-extract-string): Use syntax-ppss.
  (comint-dynamic-simple-complete): Delete useless list construction.
  (comint-redirect-subvert-readonly): New.
  (comint-redirect-preoutput-filter): Use it.

but there are 91 difference between this file and the previous one.

Before I wade through them, I'd like to ask if people agree that this change
in behaviour should be reverted?


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

             reply	other threads:[~2006-03-26 23:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-26 23:01 Nick Roberts [this message]
2006-03-27  3:22 ` Completion in GUD buffer Stefan Monnier
2006-03-27  4:36   ` Nick Roberts
2006-03-27  4:53     ` Stefan Monnier
2006-03-27  5:40       ` Nick Roberts
2006-03-27  5:51         ` Stefan Monnier
2006-03-27  8:55           ` Nick Roberts

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

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

  git send-email \
    --in-reply-to=17447.7497.809146.303654@kahikatea.snap.net.nz \
    --to=nickrob@snap.net.nz \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.