From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27633 invoked by alias); 27 Nov 2012 18:56:42 -0000 Received: (qmail 27621 invoked by uid 22791); 27 Nov 2012 18:56:41 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Nov 2012 18:56:34 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0ME500M00TTWSD00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 27 Nov 2012 20:56:32 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ME500MDETY4KU50@a-mtaout22.012.net.il>; Tue, 27 Nov 2012 20:56:30 +0200 (IST) Date: Tue, 27 Nov 2012 18:56:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 2/4] Suppress repeated annotations until GDB is ready to accept input. In-reply-to: <50B3B4BC.2010108@redhat.com> To: Pedro Alves Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83obiix4b8.fsf@gnu.org> References: <20121121201416.1015.36832.stgit@brno.lan> <20121121201429.1015.6037.stgit@brno.lan> <87vccsics1.fsf@fleche.redhat.com> <50B3B4BC.2010108@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00773.txt.bz2 > Date: Mon, 26 Nov 2012 18:28:12 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > Is there any way to force emacs 24 to do full annotations? Emacs 24 switched to MI, and keeps the old code that uses annotations only as fallback and for backward compatibility.