emacs-devel
[Top][All Lists]
Advanced

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

Using the ANSI standard for info-look


From: Stefan Monnier
Subject: Using the ANSI standard for info-look
Date: Sun, 26 Jun 2005 14:13:48 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

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))
 




reply via email to

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