From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] GUD-MI's disassembly buffer should follow $PC in the absence of debug information. Date: Tue, 24 Jan 2012 12:44:22 +0100 Message-ID: References: <1327387607.1742.21.camel@garuda3.sysenter> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1327405523 27538 80.91.229.12 (24 Jan 2012 11:45:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2012 11:45:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: ksrenevasan@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 12:45:14 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RpeoL-00086C-6b for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2012 12:45:13 +0100 Original-Received: from localhost ([::1]:33890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpeoK-00032a-LU for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2012 06:45:12 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpeoH-00031K-HS for emacs-devel@gnu.org; Tue, 24 Jan 2012 06:45:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpeoB-0004td-Hr for emacs-devel@gnu.org; Tue, 24 Jan 2012 06:45:09 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:41478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpeoB-0004tS-6V for emacs-devel@gnu.org; Tue, 24 Jan 2012 06:45:03 -0500 Original-Received: by pbdu6 with SMTP id u6so2590337pbd.0 for ; Tue, 24 Jan 2012 03:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=sj9VlEHnrnYdj++smU0t/Z+9b8r4M+BYDSG4Nm/qnmo=; b=Sp6V97Lyr5Z5lgMftwU83x+kllF8HSbG6io97GkfLv8mRcacvNmHOyfY0o7EsGHdiE TTx7XW15eAsBohlXvG7eirgJYQLZsBa2j4G4SkbGkYxZ2YQDW9T8XCSMe7zuJN8AfTwP aVVKmrooti3GGAdnTSdNRatsOYRS2eGN4yLxI= Original-Received: by 10.68.224.6 with SMTP id qy6mr22095178pbc.60.1327405502191; Tue, 24 Jan 2012 03:45:02 -0800 (PST) Original-Received: by 10.143.37.9 with HTTP; Tue, 24 Jan 2012 03:44:22 -0800 (PST) In-Reply-To: <1327387607.1742.21.camel@garuda3.sysenter> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147876 Archived-At: On Tue, Jan 24, 2012 at 07:46, Kaushik Srenevasan w= rote: > Please review and merge. Please send proposed patches to the bug tracker , starting the message with Package: emacs Tags: patch and also appropriate "Version:" and "Severity:" pseudo-headers, if required= . The file admin/notes/bugtracker contains additional information on the use of the Emacs bug tracker. Thanks, =C2=A0 =C2=A0 Juanma