From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master dbb29d7: Add info-lookup help for gdb-script-mode Date: Tue, 17 Jan 2017 22:48:12 -0500 Message-ID: References: <20170117224028.8928.65103@vcs.savannah.gnu.org> <20170117224028.A68812201B9@vcs.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484711314 17655 195.159.176.226 (18 Jan 2017 03:48:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2017 03:48:34 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: Tom Tromey To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 04:48:30 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cThEU-0003SW-Jh for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2017 04:48:22 +0100 Original-Received: from localhost ([::1]:39094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cThEZ-0003Y1-DU for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2017 22:48:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cThES-0003Xo-VK for emacs-devel@gnu.org; Tue, 17 Jan 2017 22:48:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cThEP-0001Sj-T0 for emacs-devel@gnu.org; Tue, 17 Jan 2017 22:48:20 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:45443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cThEP-0001SD-No for emacs-devel@gnu.org; Tue, 17 Jan 2017 22:48:17 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id v0I3mCM0022869; Tue, 17 Jan 2017 22:48:13 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 9C57DAE2C3; Tue, 17 Jan 2017 22:48:12 -0500 (EST) In-Reply-To: <20170117224028.A68812201B9@vcs.savannah.gnu.org> (Tom Tromey's message of "Tue, 17 Jan 2017 22:40:28 +0000 (UTC)") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV5922=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5922> : inlines <5632> : streams <1729552> : uri <2359923> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:211369 Archived-At: > Author: Tom Tromey > Commit: Tom Tromey > Add info-lookup help for gdb-script-mode > Bug#25464: > * lisp/info-look.el (info-lookup-guess-gdb-script-symbol): New > function. > Add help for gdb-script-mode. This does not belong here. It belongs alongside gdb-script-mode. Stefan