From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Completion in GUD buffer Date: Mon, 27 Mar 2006 11:01:29 +1200 Message-ID: <17447.7497.809146.303654@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143414216 1943 80.91.229.2 (26 Mar 2006 23:03:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Mar 2006 23:03:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 27 01:03:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNeGi-0000xG-L5 for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 01:03:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNeGi-0008FS-19 for ged-emacs-devel@m.gmane.org; Sun, 26 Mar 2006 18:03:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNeGP-0008Dj-Is for emacs-devel@gnu.org; Sun, 26 Mar 2006 18:03:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNeGN-0008CA-Ss for emacs-devel@gnu.org; Sun, 26 Mar 2006 18:03:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNeGN-0008Bz-Oh for emacs-devel@gnu.org; Sun, 26 Mar 2006 18:03:11 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNeHj-0007Sy-T1 for emacs-devel@gnu.org; Sun, 26 Mar 2006 18:04:36 -0500 Original-Received: from kahikatea.snap.net.nz (p202-124-115-181.snap.net.nz [202.124.115.181]) by viper.snap.net.nz (Postfix) with ESMTP id 820FB746F79 for ; Mon, 27 Mar 2006 11:03:02 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 172DA88FB; Mon, 27 Mar 2006 11:01:30 +1200 (NZST) Original-To: emacs-devel@gnu.org X-Mailer: VM 7.19 under Emacs 22.0.50.1 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:52076 Archived-At: A long time back completion in the GUD buffer changed. Previously if you did something like: (gdb) b 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, # 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