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: Re: Completion in GUD buffer Date: Mon, 27 Mar 2006 17:40:33 +1200 Message-ID: <17447.31441.842894.371598@kahikatea.snap.net.nz> References: <17447.7497.809146.303654@kahikatea.snap.net.nz> <873bh4lgme.fsf-monnier+emacs@gnu.org> <17447.27596.415016.280125@kahikatea.snap.net.nz> <87r74ojxr1.fsf-monnier+emacs@gnu.org> 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 1143438165 29019 80.91.229.2 (27 Mar 2006 05:42:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 05:42:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 27 07:42:43 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 1FNkV1-00087T-4V for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 07:42:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNkV0-0005CH-Ko for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 00:42:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNkUa-0005Af-Es for emacs-devel@gnu.org; Mon, 27 Mar 2006 00:42:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNkUY-00059P-G4 for emacs-devel@gnu.org; Mon, 27 Mar 2006 00:42:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNkUY-00059M-DC for emacs-devel@gnu.org; Mon, 27 Mar 2006 00:42:14 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNkVy-0003iC-JK for emacs-devel@gnu.org; Mon, 27 Mar 2006 00:43:43 -0500 Original-Received: from kahikatea.snap.net.nz (p202-124-115-219.snap.net.nz [202.124.115.219]) by viper.snap.net.nz (Postfix) with ESMTP id D969B74E813; Mon, 27 Mar 2006 17:42:06 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 7A0C588FB; Mon, 27 Mar 2006 17:40:34 +1200 (NZST) Original-To: Stefan Monnier In-Reply-To: <87r74ojxr1.fsf-monnier+emacs@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:52080 Archived-At: > > That part is a bug. What I mean is do we want the user to able to select > > the completions window like before, or do we only want to allow him to > > select an item in the window with mouse-2? > > I don't see from the ChangeLog how the mentioned patch would have such > a consequence on the behavior of completion, so I suspect that once we've > fixed the bug, the question will disappear. At first glance comint-dynamic-simple-complete is a candidate (just because its got the word complete in it). If I evaluate comint.el.~1.294~ and comint-update-fence from current comint.el and run current M-x gdb I see current behaviour. If I evaluate comint.el.~1.293~ and comint-update-fence from current comint.el and run current M-x gdb I see the old behaviour. I think I'm looking at the right ChangeLog entry. I'll explore further. -- Nick http://www.inet.net.nz/~nickrob