From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 550ae83 1/2: [gnugo int] Decruft: Don't declare hook and keymap vars. Date: Thu, 16 Feb 2017 10:41:39 +0100 Message-ID: <87r32yfp64.fsf@zigzag.favinet> References: <20170208091858.6699.16542@vcs.savannah.gnu.org> <20170208091858.F26CA220010@vcs.savannah.gnu.org> <87a89vmff5.fsf@zigzag.favinet> <871sv6mxt3.fsf@zigzag.favinet> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1487411207 16583 195.159.176.226 (18 Feb 2017 09:46:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 18 Feb 2017 09:46:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 18 10:46:42 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 1cf1bD-0003f0-Sw for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2017 10:46:40 +0100 Original-Received: from localhost ([::1]:57812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf1bJ-0001yH-E0 for ged-emacs-devel@m.gmane.org; Sat, 18 Feb 2017 04:46:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf1aj-0001yC-C0 for emacs-devel@gnu.org; Sat, 18 Feb 2017 04:46:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cf1ag-0002cE-Ae for emacs-devel@gnu.org; Sat, 18 Feb 2017 04:46:09 -0500 Original-Received: from mail.agora-net.com ([67.59.132.6]:46452) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cf1ag-0002be-5u for emacs-devel@gnu.org; Sat, 18 Feb 2017 04:46:06 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.82) (envelope-from ) id 1cf1ad-00079M-8W for emacs-devel@gnu.org; Sat, 18 Feb 2017 04:46:03 -0500 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1ceIZT-0007pm-66 for emacs-devel@gnu.org; Thu, 16 Feb 2017 10:41:51 +0100 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Tue, 14 Feb 2017 09:04:56 -0500") X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ttn@gnuvola.org X-SA-Exim-Scanned: No (on mail.agora-net.com); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 67.59.132.6 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:212442 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () Stefan Monnier () Tue, 14 Feb 2017 09:04:56 -0500 `C-h o` and `C-h v` work by making you jump to "the definition" but in your case, "the definition" is in define-derived-mode and is just not very interesting. I see. ["definition" search obstacles]. So there's very little hope for `C-h o` to improve in this respect. It's good enough for =E2=80=98C-h o=E2=80=99 to find =E2=80=98define-derive= d-mode=E2=80=99. I expect someone will make it so sooner or later, in the name of Emacs cohesion. For gnugo.el, i've installed a small comment intended to help anyone who gets to the =E2=80=98define-derived-mode=E2=80=99 to make the la= st step in the search, and will do likewise for other (personal) code. Perhaps if enough people adopt this convention, it will become "alternative idiomatic"... :-D =2D-=20 Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA =2D-------------------------------------- 6CE4 6703 2224 4C80 7502 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlilc9gACgkQZwMiJEyAdQLrPACfTkZaH5YCa2QCuV+asrj5pnky 05wAn1/PXBCzAvnE2mRfWJqdPpX8E6TR =JbBO -----END PGP SIGNATURE----- --=-=-=--