unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Completion in GUD buffer
@ 2006-03-26 23:01 Nick Roberts
  2006-03-27  3:22 ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Roberts @ 2006-03-26 23:01 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-03-27  8:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-26 23:01 Completion in GUD buffer Nick Roberts
2006-03-27  3:22 ` 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

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).