emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Wrong link destination for apropos-command


From: Richard Stallman
Subject: Re: Wrong link destination for apropos-command
Date: Sun, 01 Oct 2006 18:25:15 -0400

It might be cleaner to add another regexp to match the exceptions,
i.e., defining forms which DO NOT count as function definitions.
This one could override the existing one.  That would enable us
to exclude a specific form by name.

However, if this simpler regexp is correct

   ;; Match things like (defun foo ...), (defmacro foo ...), ...
   (concat
    "^\\s-*(\\(def\\(i[^n]\\|ine-[^b]\\|[^cfgiv]\\)\\(\\w\\|\\s_\\)+\\*?\\|\
easy-mmode-define-[a-z-]+\\|easy-menu-define\\|menu-bar-make-toggle\\)"
    find-function-space-re
    "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")

then by all means let's switch to it.




reply via email to

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