emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 550ae83 1/2: [gnugo int] Decruft: Don't declare hook a


From: Thien-Thi Nguyen
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

() Stefan Monnier <address@hidden>
() 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 ‘C-h o’ to find ‘define-derived-mode’.  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 ‘define-derived-mode’ to make the last
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

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)
   (pcase (context query)
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]