unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Using the ANSI standard for info-look
@ 2005-06-26 18:13 Stefan Monnier
  2005-06-26 19:38 ` Jesper Harder
  2005-06-27  5:37 ` Richard M. Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Monnier @ 2005-06-26 18:13 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-28  4:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-26 18:13 Using the ANSI standard for info-look Stefan Monnier
2005-06-26 19:38 ` Jesper Harder
2005-06-27  5:37 ` Richard M. Stallman
2005-06-27  8:40   ` Jesper Harder
2005-06-28  4:16     ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).