From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: Re: Splash-screen, elisp files compression, gdb usage Date: Mon, 13 Aug 2007 22:49:42 +1200 Message-ID: <18112.14150.87581.226186@kahikatea.snap.net.nz> References: <18107.60236.72337.710106@kahikatea.snap.net.nz> <46BC4299.9090000@eurocontrol.int> <18109.13594.731711.153919@kahikatea.snap.net.nz> <46C00C30.3050100@eurocontrol.int> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187002202 7254 80.91.229.12 (13 Aug 2007 10:50:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 10:50:02 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: ESCOUFLAIRE Pierre-Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 13 12:49:59 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKXUh-0004V2-2s for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Aug 2007 12:49:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKXUg-0003Rf-DA for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Aug 2007 06:49:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKXUd-0003Pd-R3 for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 06:49:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKXUb-0003N5-VM for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 06:49:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKXUa-0003Ms-UF for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 06:49:49 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IKXUa-0008La-0v for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 06:49:48 -0400 Original-Received: from kahikatea.snap.net.nz (81.41.255.123.static.snap.net.nz [123.255.41.81]) by viper.snap.net.nz (Postfix) with ESMTP id C26EE3DA447; Mon, 13 Aug 2007 22:49:44 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id F3C9B8FC6D; Mon, 13 Aug 2007 22:49:42 +1200 (NZST) In-Reply-To: <46C00C30.3050100@eurocontrol.int> X-Mailer: VM 7.19 under Emacs 22.1.50.9 X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16341 Archived-At: > Yes, it does. :) Thanks for testing it. I've committed this change to EMACS_22_BASE, it should filter through to the trunk shortly. -- Nick http://www.inet.net.nz/~nickrob > Thanks for your concern. > > Regards, > Pierre-Louis ESCOUFLAIRE > > > Nick Roberts wrote: > > > Thanks for the information on the '--annotate' option. > > > I would like to notice that the Ctrl-D binding is behaving as RET on > > > end-of-buffer. I do not know if this was expected or not but that can be > > > rather annoying for those used to this binding to quit GDB. > > > > Hmm, I did try to deal with this but it doesn't seem to do the right thing > > now. Does this patch improve things for you?