comparison lisp/info-look.el @ 83067:b44978264e1d

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-118 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119 src/keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-120 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-107
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 28 Feb 2004 04:52:40 +0000
parents 815ea37f89e4
children a3ca89cf37e6
comparison
equal deleted inserted replaced
83066:887bb2eb4a89 83067:b44978264e1d
1 ;;; info-look.el --- major-mode-sensitive Info index lookup facility 1 ;;; info-look.el --- major-mode-sensitive Info index lookup facility
2 ;; An older version of this was known as libc.el. 2 ;; An older version of this was known as libc.el.
3 3
4 ;; Copyright (C) 1995,96,97,98,99,2001,2003 Free Software Foundation, Inc. 4 ;; Copyright (C) 1995,96,97,98,99,2001,2003,2004 Free Software Foundation, Inc.
5 5
6 ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org> 6 ;; Author: Ralph Schleicher <rs@nunatak.allgaeu.org>
7 ;; (did not show signs of life (Nov 2001) -stef) 7 ;; (did not show signs of life (Nov 2001) -stef)
8 ;; Keywords: help languages 8 ;; Keywords: help languages
9 9
806 :parse-rule 'ignore 806 :parse-rule 'ignore
807 :other-modes '(emacs-lisp-mode)) 807 :other-modes '(emacs-lisp-mode))
808 808
809 (info-lookup-maybe-add-help 809 (info-lookup-maybe-add-help
810 :mode 'scheme-mode 810 :mode 'scheme-mode
811 :regexp "[^()'\" \t\n]+" 811 :regexp "[^()`',\" \t\n]+"
812 :ignore-case t 812 :ignore-case t
813 ;; Aubrey Jaffer's rendition from <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm> 813 ;; Aubrey Jaffer's rendition from <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm>
814 :doc-spec '(("(r5rs)Index" nil 814 :doc-spec '(("(r5rs)Index" nil
815 "^[ \t]+- [^:]+:[ \t]*" "\\b"))) 815 "^[ \t]+- [^:]+:[ \t]*" "\\b")))
816 816