Any objection to the patch below? It corrects the regexp for Lisp symbols (to be like the one used for elisp), it corrects the case-sensitivity, and it adds an entry to use the Texinfo rendition of the ANSI CL standard if available.
Stefan --- info-look.el 26 jun 2005 13:52:14 -0400 1.47 +++ info-look.el 26 jun 2005 14:10:45 -0400 @@ -811,7 +812,11 @@ (info-lookup-maybe-add-help :mode 'lisp-mode - :regexp "[^()'\" \t\n]+" + :regexp "[^][()'\" \t\n]+" + :ignore-case t + ;; The Texinfo rendition of the last draft ANSI standard for Common Lisp + ;; (dpANS). See http://www.ifa.au.dk/~harder/dpans.html + :doc-spec '(("(ansicl)Symbol Index" nil nil nil)) :parse-rule 'ignore :other-modes '(emacs-lisp-mode)) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel