From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Gdb in emacs 24 Date: Thu, 6 Oct 2011 06:45:37 -0400 Message-ID: <8B7ECBAB-1981-408C-8AF7-D171385F727C@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1317897951 9601 80.91.229.12 (6 Oct 2011 10:45:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Oct 2011 10:45:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 06 12:45:48 2011 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 1RBlSV-0004pc-K1 for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 12:45:47 +0200 Original-Received: from localhost ([::1]:58621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBlSU-0004Ma-LO for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 06:45:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBlSS-0004MN-8r for emacs-devel@gnu.org; Thu, 06 Oct 2011 06:45:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBlSQ-0007MK-TN for emacs-devel@gnu.org; Thu, 06 Oct 2011 06:45:44 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:47256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBlSO-0007Lq-R8; Thu, 06 Oct 2011 06:45:41 -0400 Original-Received: by vcbfo14 with SMTP id fo14so2581478vcb.0 for ; Thu, 06 Oct 2011 03:45:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=lMWDBwtOzWIf1TMK+eOGIQ6Ts4J0Xq9KdEulKuwGaC8=; b=ZW91lRgXEz2R98PZmA92PrgLDsHxR4CP2nP0Ka3lqV1obur8ypmlxdSIEk30T9r7as iBctcrvkAc3YZHUQyYr1r4ivI6oERRLCJYZk9IBvUPs6XBlc4bbjkXeFlF4swlQ9Ymxf IFa8xTkvUrq60vgeEa7fZVoWKthDXoHjXQv54= Original-Received: by 10.52.175.97 with SMTP id bz1mr541431vdc.15.1317897940105; Thu, 06 Oct 2011 03:45:40 -0700 (PDT) Original-Received: from elin.local (pool-71-182-161-44.pitbpa.east.verizon.net. [71.182.161.44]) by mx.google.com with ESMTPS id q8sm4847068vdg.9.2011.10.06.03.45.37 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Oct 2011 03:45:38 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1244.3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 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:144605 Archived-At: On Oct 6, 2011, at 1:52 AM, Eli Zaretskii wrote: >=20 > The very first line of the doc string says: >=20 > gdb is an interactive autoloaded Lisp function in `gdb-mi.el'. > ^^^^^^^^^ So, you're now asking users to infer the interface between GDB and Emacs = from file names of the source file? I made a constructive suggestion about how to deal with this sort of = issue going forward.=