(python-open-block-statement-p): Fix
[emacs.git] / lisp / info.el
blob43e1dafcc6ff38d1b23ac69158f0fe3394099c90
1 ;;; info.el --- info package for Emacs
3 ;; Copyright (C) 1985,86,92,93,94,95,96,97,98,99,2000,01,02,03,2004
4 ;; Free Software Foundation, Inc.
6 ;; Maintainer: FSF
7 ;; Keywords: help
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
26 ;;; Commentary:
28 ;; Note that nowadays we expect info files to be made using makeinfo.
29 ;; In particular we make these assumptions:
30 ;; - a menu item MAY contain colons but not colon-space ": "
31 ;; - a menu item ending with ": " (but not ":: ") is an index entry
32 ;; - a node name MAY NOT contain a colon
33 ;; This distinction is to support indexing of computer programming
34 ;; language terms that may contain ":" but not ": ".
36 ;;; Code:
38 (eval-when-compile (require 'jka-compr))
40 (defgroup info nil
41 "Info subsystem"
42 :group 'help
43 :group 'docs)
46 (defvar Info-history nil
47 "Stack of info nodes user has visited.
48 Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
50 (defvar Info-history-list nil
51 "List of all info nodes user has visited.
52 Each element of list is a list (FILENAME NODENAME).")
54 (defcustom Info-enable-edit nil
55 "*Non-nil means the \\<Info-mode-map>\\[Info-edit] command in Info can edit the current node.
56 This is convenient if you want to write info files by hand.
57 However, we recommend that you not do this.
58 It is better to write a Texinfo file and generate the Info file from that,
59 because that gives you a printed manual as well."
60 :type 'boolean
61 :group 'info)
63 (defvar Info-enable-active-nodes nil
64 "Non-nil allows Info to execute Lisp code associated with nodes.
65 The Lisp code is executed when the node is selected.")
66 (put 'Info-enable-active-nodes 'risky-local-variable t)
68 (defface info-node
69 '((((class color) (background light)) :foreground "brown" :weight bold :slant italic)
70 (((class color) (background dark)) :foreground "white" :weight bold :slant italic)
71 (t :weight bold :slant italic))
72 "Face for Info node names."
73 :group 'info)
75 (defface info-menu-5
76 '((((class color)) :foreground "red1")
77 (t :underline t))
78 "Face for every third `*' in an Info menu."
79 :group 'info)
81 (defface info-xref
82 '((((class color) (background light)) :foreground "blue")
83 (((class color) (background dark)) :foreground "cyan")
84 (t :underline t))
85 "Face for Info cross-references."
86 :group 'info)
88 (defface info-xref-visited
89 '((t :inherit info-xref)
90 (((class color) (background light)) :foreground "magenta4")
91 (((class color) (background dark)) :foreground "magenta3")) ;"violet"?
92 "Face for visited Info cross-references."
93 :group 'info)
95 (defcustom Info-fontify-visited-nodes t
96 "*Non-nil means to fontify visited nodes in a different face."
97 :version "21.4"
98 :type 'boolean
99 :group 'info)
101 (defcustom Info-fontify-maximum-menu-size 100000
102 "*Maximum size of menu to fontify if `font-lock-mode' is non-nil."
103 :type 'integer
104 :group 'info)
106 (defcustom Info-use-header-line t
107 "*Non-nil means to put the beginning-of-node links in an Emacs header-line.
108 A header-line does not scroll with the rest of the buffer."
109 :type 'boolean
110 :group 'info)
112 (defface info-header-xref
113 '((t :inherit info-xref))
114 "Face for Info cross-references in a node header."
115 :group 'info)
117 (defface info-header-node
118 '((t :inherit info-node))
119 "Face for Info nodes in a node header."
120 :group 'info)
122 (defvar Info-directory-list nil
123 "List of directories to search for Info documentation files.
124 If nil, meaning not yet initialized, Info uses the environment
125 variable INFOPATH to initialize it, or `Info-default-directory-list'
126 if there is no INFOPATH variable in the environment, or the
127 concatenation of the two if INFOPATH ends with a colon.
129 When `Info-directory-list' is initialized from the value of
130 `Info-default-directory-list', and Emacs is installed in one of the
131 standard directories, the directory of Info files that come with Emacs
132 is put last (so that local Info files override standard ones).
134 When `Info-directory-list' is initialized from the value of
135 `Info-default-directory-list', and Emacs is not installed in one
136 of the standard directories, the first element of the resulting
137 list is the directory where Emacs installs the Info files that
138 come with it. This is so that Emacs's own manual, which suits the
139 version of Emacs you are using, will always be found first. This
140 is useful when you install an experimental version of Emacs without
141 removing the standard installation.
143 If you want to override the order of directories in
144 `Info-default-directory-list', set INFOPATH in the environment.
146 If you run the Emacs executable from the `src' directory in the Emacs
147 source tree, and INFOPATH is not defined, the `info' directory in the
148 source tree is used as the first element of `Info-directory-list', in
149 place of the installation Info directory. This is useful when you run
150 a version of Emacs without installing it.")
152 (defcustom Info-additional-directory-list nil
153 "List of additional directories to search for Info documentation files.
154 These directories are searched after those in `Info-directory-list'."
155 :type '(repeat directory)
156 :group 'info)
158 (defcustom Info-scroll-prefer-subnodes nil
159 "*If non-nil, \\<Info-mode-map>\\[Info-scroll-up] in a menu visits subnodes.
160 If this is non-nil, and you scroll far enough in a node that its menu
161 appears on the screen, the next \\<Info-mode-map>\\[Info-scroll-up]
162 moves to a subnode indicated by the following menu item. This means
163 that you visit a subnode before getting to the end of the menu.
165 Setting this option to nil results in behavior similar to the stand-alone
166 Info reader program, which visits the first subnode from the menu only
167 when you hit the end of the current node."
168 :version "21.4"
169 :type 'boolean
170 :group 'info)
172 (defcustom Info-hide-note-references t
173 "*If non-nil, hide the tag and section reference in *note and * menu items.
174 If value is non-nil but not `hide', also replaces the \"*note\" with \"see\".
175 If value is non-nil but not t or `hide', the reference section is still shown."
176 :version "21.4"
177 :type '(choice (const :tag "No hiding" nil)
178 (const :tag "Replace tag and hide reference" t)
179 (const :tag "Hide tag and reference" hide)
180 (other :tag "Only replace tag" tag))
181 :group 'info)
183 (defcustom Info-refill-paragraphs nil
184 "*If non-nil, attempt to refill paragraphs with hidden references.
185 This refilling may accidentally remove explicit line breaks in the info
186 file, so be prepared for a few surprises if you enable this feature."
187 :version "21.4"
188 :type 'boolean
189 :group 'info)
191 (defcustom Info-search-whitespace-regexp "\\\\(?:\\\\s-+\\\\)"
192 "*If non-nil, regular expression to match a sequence of whitespace chars.
193 This applies to Info search for regular expressions.
194 You might want to use something like \"[ \\t\\r\\n]+\" instead.
195 In the Customization buffer, that is `[' followed by a space,
196 a tab, a carriage return (control-M), a newline, and `]+'."
197 :type 'regexp
198 :group 'info)
200 (defcustom Info-mode-hook
201 ;; Try to obey obsolete Info-fontify settings.
202 (unless (and (boundp 'Info-fontify) (null Info-fontify))
203 '(turn-on-font-lock))
204 "Hooks run when `Info-mode' is called."
205 :type 'hook
206 :group 'info)
208 (defcustom Info-selection-hook nil
209 "Hooks run when `Info-select-node' is called."
210 :type 'hook
211 :group 'info)
213 (defvar Info-edit-mode-hook nil
214 "Hooks run when `Info-edit-mode' is called.")
216 (defvar Info-current-file nil
217 "Info file that Info is now looking at, or nil.
218 This is the name that was specified in Info, not the actual file name.
219 It doesn't contain directory names or file name extensions added by Info.
220 Can also be t when using `Info-on-current-buffer'.")
222 (defvar Info-current-subfile nil
223 "Info subfile that is actually in the *info* buffer now.
224 nil if current info file is not split into subfiles.")
226 (defvar Info-current-node nil
227 "Name of node that Info is now looking at, or nil.")
229 (defvar Info-tag-table-marker nil
230 "Marker pointing at beginning of current Info file's tag table.
231 Marker points nowhere if file has no tag table.")
233 (defvar Info-tag-table-buffer nil
234 "Buffer used for indirect tag tables.")
236 (defvar Info-current-file-completions nil
237 "Cached completion list for current Info file.")
239 (defvar Info-index-alternatives nil
240 "List of possible matches for last `Info-index' command.")
242 (defvar Info-point-loc nil
243 "Point location within a selected node.
244 If string, the point is moved to the proper occurrence of the
245 name of the followed cross reference within a selected node.
246 If number, the point is moved to the corresponding line.")
248 (defvar Info-standalone nil
249 "Non-nil if Emacs was started solely as an Info browser.")
251 (defvar Info-suffix-list
252 ;; The MS-DOS list should work both when long file names are
253 ;; supported (Windows 9X), and when only 8+3 file names are available.
254 (if (eq system-type 'ms-dos)
255 '( (".gz" . "gunzip")
256 (".z" . "gunzip")
257 (".bz2" . ("bzip2" "-dc"))
258 (".inz" . "gunzip")
259 (".igz" . "gunzip")
260 (".info.Z" . "gunzip")
261 (".info.gz" . "gunzip")
262 ("-info.Z" . "gunzip")
263 ("-info.gz" . "gunzip")
264 ("/index.gz". "gunzip")
265 ("/index.z" . "gunzip")
266 (".inf" . nil)
267 (".info" . nil)
268 ("-info" . nil)
269 ("/index" . nil)
270 ("" . nil))
271 '( (".info.Z". "uncompress")
272 (".info.Y". "unyabba")
273 (".info.gz". "gunzip")
274 (".info.z". "gunzip")
275 (".info.bz2" . ("bzip2" "-dc"))
276 (".info". nil)
277 ("-info.Z". "uncompress")
278 ("-info.Y". "unyabba")
279 ("-info.gz". "gunzip")
280 ("-info.bz2" . ("bzip2" "-dc"))
281 ("-info.z". "gunzip")
282 ("-info". nil)
283 ("/index.Z". "uncompress")
284 ("/index.Y". "unyabba")
285 ("/index.gz". "gunzip")
286 ("/index.z". "gunzip")
287 ("/index.bz2". ("bzip2" "-dc"))
288 ("/index". nil)
289 (".Z". "uncompress")
290 (".Y". "unyabba")
291 (".gz". "gunzip")
292 (".z". "gunzip")
293 (".bz2" . ("bzip2" "-dc"))
294 ("". nil)))
295 "List of file name suffixes and associated decoding commands.
296 Each entry should be (SUFFIX . STRING); the file is given to
297 the command as standard input.
299 STRING may be a list of strings. In that case, the first element is
300 the command name, and the rest are arguments to that command.
302 If STRING is nil, no decoding is done.
303 Because the SUFFIXes are tried in order, the empty string should
304 be last in the list.")
306 ;; Concatenate SUFFIX onto FILENAME. SUFFIX should start with a dot.
307 ;; First, on MS-DOS with no long file names support, delete some of
308 ;; the extension in FILENAME to make room.
309 (defun info-insert-file-contents-1 (filename suffix lfn)
310 (if lfn ; long file names are supported
311 (concat filename suffix)
312 (let* ((sans-exts (file-name-sans-extension filename))
313 ;; How long is the extension in FILENAME (not counting the dot).
314 (ext-len (max 0 (- (length filename) (length sans-exts) 1)))
315 ext-left)
316 ;; SUFFIX starts with a dot. If FILENAME already has one,
317 ;; get rid of the one in SUFFIX (unless suffix is empty).
318 (or (and (<= ext-len 0)
319 (not (eq (aref filename (1- (length filename))) ?.)))
320 (= (length suffix) 0)
321 (setq suffix (substring suffix 1)))
322 ;; How many chars of that extension should we keep?
323 (setq ext-left (min ext-len (max 0 (- 3 (length suffix)))))
324 ;; Get rid of the rest of the extension, and add SUFFIX.
325 (concat (substring filename 0 (- (length filename)
326 (- ext-len ext-left)))
327 suffix))))
329 (defun info-file-exists-p (filename)
330 (and (file-exists-p filename)
331 (not (file-directory-p filename))))
333 (defun info-insert-file-contents (filename &optional visit)
334 "Insert the contents of an info file in the current buffer.
335 Do the right thing if the file has been compressed or zipped."
336 (let* ((tail Info-suffix-list)
337 (lfn (if (fboundp 'msdos-long-file-names)
338 (msdos-long-file-names)
340 (check-short (and (fboundp 'msdos-long-file-names)
341 lfn))
342 fullname decoder done)
343 (if (info-file-exists-p filename)
344 ;; FILENAME exists--see if that name contains a suffix.
345 ;; If so, set DECODE accordingly.
346 (progn
347 (while (and tail
348 (not (string-match
349 (concat (regexp-quote (car (car tail))) "$")
350 filename)))
351 (setq tail (cdr tail)))
352 (setq fullname filename
353 decoder (cdr (car tail))))
354 ;; Try adding suffixes to FILENAME and see if we can find something.
355 (while (and tail (not done))
356 (setq fullname (info-insert-file-contents-1 filename
357 (car (car tail)) lfn))
358 (if (info-file-exists-p fullname)
359 (setq done t
360 ;; If we found a file with a suffix, set DECODER
361 ;; according to the suffix.
362 decoder (cdr (car tail)))
363 ;; When the MS-DOS port runs on Windows, we need to check
364 ;; the short variant of a long file name as well.
365 (when check-short
366 (setq fullname (info-insert-file-contents-1 filename
367 (car (car tail)) nil))
368 (if (info-file-exists-p fullname)
369 (setq done t
370 decoder (cdr (car tail))))))
371 (setq tail (cdr tail)))
372 (or tail
373 (error "Can't find %s or any compressed version of it" filename)))
374 ;; check for conflict with jka-compr
375 (if (and (featurep 'jka-compr)
376 (jka-compr-installed-p)
377 (jka-compr-get-compression-info fullname))
378 (setq decoder nil))
379 (if decoder
380 (progn
381 (insert-file-contents-literally fullname visit)
382 (let ((buffer-read-only nil)
383 (coding-system-for-write 'no-conversion)
384 (default-directory (or (file-name-directory fullname)
385 default-directory)))
386 (or (consp decoder)
387 (setq decoder (list decoder)))
388 (apply 'call-process-region (point-min) (point-max)
389 (car decoder) t t nil (cdr decoder))))
390 (insert-file-contents fullname visit))))
392 (defun Info-default-dirs ()
393 (let ((source (expand-file-name "info/" source-directory))
394 (sibling (if installation-directory
395 (expand-file-name "info/" installation-directory)
396 (if invocation-directory
397 (let ((infodir (expand-file-name
398 "../info/"
399 invocation-directory)))
400 (if (file-exists-p infodir)
401 infodir
402 (setq infodir (expand-file-name
403 "../../../info/"
404 invocation-directory))
405 (and (file-exists-p infodir)
406 infodir))))))
407 alternative)
408 (setq alternative
409 (if (and sibling (file-exists-p sibling))
410 ;; Uninstalled, Emacs builddir != srcdir.
411 sibling
412 ;; Uninstalled, builddir == srcdir
413 source))
414 (if (or (member alternative Info-default-directory-list)
415 ;; On DOS/NT, we use movable executables always,
416 ;; and we must always find the Info dir at run time.
417 (if (memq system-type '(ms-dos windows-nt))
419 ;; Use invocation-directory for Info
420 ;; only if we used it for exec-directory also.
421 (not (string= exec-directory
422 (expand-file-name "lib-src/"
423 installation-directory))))
424 (not (file-exists-p alternative)))
425 Info-default-directory-list
426 ;; `alternative' contains the Info files that came with this
427 ;; version, so we should look there first. `Info-insert-dir'
428 ;; currently expects to find `alternative' first on the list.
429 (cons alternative
430 ;; Don't drop the last part, it might contain non-Emacs stuff.
431 ;; (reverse (cdr (reverse
432 Info-default-directory-list)))) ;; )))
434 (defun info-initialize ()
435 "Initialize `Info-directory-list', if that hasn't been done yet."
436 (unless Info-directory-list
437 (let ((path (getenv "INFOPATH")))
438 (setq Info-directory-list
439 (prune-directory-list
440 (if path
441 (if (string-match ":\\'" path)
442 (append (split-string (substring path 0 -1)
443 (regexp-quote path-separator))
444 (Info-default-dirs))
445 (split-string path (regexp-quote path-separator)))
446 (Info-default-dirs)))))))
448 ;;;###autoload
449 (defun info-other-window (&optional file)
450 "Like `info' but show the Info buffer in another window."
451 (interactive (if current-prefix-arg
452 (list (read-file-name "Info file name: " nil nil t))))
453 (let (same-window-buffer-names same-window-regexps)
454 (info file)))
456 ;;;###autoload (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)")
458 ;;;###autoload
459 (defun info (&optional file buffer)
460 "Enter Info, the documentation browser.
461 Optional argument FILE specifies the file to examine;
462 the default is the top-level directory of Info.
463 Called from a program, FILE may specify an Info node of the form
464 `(FILENAME)NODENAME'.
465 Optional argument BUFFER specifies the Info buffer name;
466 the default buffer name is *info*. If BUFFER exists,
467 just switch to BUFFER. Otherwise, create a new buffer
468 with the top-level Info directory.
470 In interactive use, a non-numeric prefix argument directs
471 this command to read a file name from the minibuffer.
472 A numeric prefix argument selects an Info buffer with the prefix number
473 appended to the Info buffer name.
475 The search path for Info files is in the variable `Info-directory-list'.
476 The top-level Info directory is made by combining all the files named `dir'
477 in all the directories in that path."
478 (interactive (list
479 (if (and current-prefix-arg (not (numberp current-prefix-arg)))
480 (read-file-name "Info file name: " nil nil t))
481 (if (numberp current-prefix-arg)
482 (format "*info*<%s>" current-prefix-arg))))
483 (pop-to-buffer (or buffer "*info*"))
484 (if (and buffer (not (eq major-mode 'Info-mode)))
485 (Info-mode))
486 (if file
487 ;; If argument already contains parentheses, don't add another set
488 ;; since the argument will then be parsed improperly. This also
489 ;; has the added benefit of allowing node names to be included
490 ;; following the parenthesized filename.
491 (if (and (stringp file) (string-match "(.*)" file))
492 (Info-goto-node file)
493 (Info-goto-node (concat "(" file ")")))
494 (if (zerop (buffer-size))
495 (Info-directory))))
497 ;;;###autoload
498 (defun info-emacs-manual ()
499 "Display the Emacs manual in Info mode."
500 (interactive)
501 (info "emacs"))
503 ;;;###autoload
504 (defun info-standalone ()
505 "Run Emacs as a standalone Info reader.
506 Usage: emacs -f info-standalone [filename]
507 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
508 (setq Info-standalone t)
509 (if (and command-line-args-left
510 (not (string-match "^-" (car command-line-args-left))))
511 (condition-case err
512 (progn
513 (info (car command-line-args-left))
514 (setq command-line-args-left (cdr command-line-args-left)))
515 (error (send-string-to-terminal
516 (format "%s\n" (if (eq (car-safe err) 'error)
517 (nth 1 err) err)))
518 (save-buffers-kill-emacs)))
519 (info)))
521 ;; See if the accessible portion of the buffer begins with a node
522 ;; delimiter, and the node header line which follows matches REGEXP.
523 ;; Typically, this test will be followed by a loop that examines the
524 ;; rest of the buffer with (search-forward "\n\^_"), and it's a pity
525 ;; to have the overhead of this special test inside the loop.
527 ;; This function changes match-data, but supposedly the caller might
528 ;; want to use the results of re-search-backward.
530 ;; The return value is the value of point at the beginning of matching
531 ;; REGEXP, if the function succeeds, nil otherwise.
532 (defun Info-node-at-bob-matching (regexp)
533 (and (bobp) ; are we at beginning of buffer?
534 (looking-at "\^_") ; does it begin with node delimiter?
535 (let (beg)
536 (forward-line 1)
537 (setq beg (point))
538 (forward-line 1) ; does the line after delimiter match REGEXP?
539 (re-search-backward regexp beg t))))
541 (defun Info-find-file (filename &optional noerror)
542 "Return expanded FILENAME, or t, if FILENAME is \"dir\".
543 Optional second argument NOERROR, if t, means if file is not found
544 just return nil (no error)."
545 ;; Convert filename to lower case if not found as specified.
546 ;; Expand it.
547 (if (stringp filename)
548 (let (temp temp-downcase found)
549 (setq filename (substitute-in-file-name filename))
550 (cond
551 ((string= (downcase filename) "dir")
552 (setq found t))
553 ((string= filename "apropos")
554 (setq found 'apropos))
555 ((string= filename "history")
556 (setq found 'history))
557 ((string= filename "toc")
558 (setq found 'toc))
560 (let ((dirs (if (string-match "^\\./" filename)
561 ;; If specified name starts with `./'
562 ;; then just try current directory.
563 '("./")
564 (if (file-name-absolute-p filename)
565 ;; No point in searching for an
566 ;; absolute file name
567 '(nil)
568 (if Info-additional-directory-list
569 (append Info-directory-list
570 Info-additional-directory-list)
571 Info-directory-list)))))
572 ;; Search the directory list for file FILENAME.
573 (while (and dirs (not found))
574 (setq temp (expand-file-name filename (car dirs)))
575 (setq temp-downcase
576 (expand-file-name (downcase filename) (car dirs)))
577 ;; Try several variants of specified name.
578 (let ((suffix-list Info-suffix-list)
579 (lfn (if (fboundp 'msdos-long-file-names)
580 (msdos-long-file-names)
581 t)))
582 (while (and suffix-list (not found))
583 (cond ((info-file-exists-p
584 (info-insert-file-contents-1
585 temp (car (car suffix-list)) lfn))
586 (setq found temp))
587 ((info-file-exists-p
588 (info-insert-file-contents-1
589 temp-downcase (car (car suffix-list)) lfn))
590 (setq found temp-downcase))
591 ((and (fboundp 'msdos-long-file-names)
593 (info-file-exists-p
594 (info-insert-file-contents-1
595 temp (car (car suffix-list)) nil)))
596 (setq found temp)))
597 (setq suffix-list (cdr suffix-list))))
598 (setq dirs (cdr dirs))))))
599 (if found
600 (setq filename found)
601 (if noerror
602 (setq filename nil)
603 (error "Info file %s does not exist" filename)))
604 filename)))
606 (defun Info-find-node (filename nodename &optional no-going-back)
607 "Go to an info node specified as separate FILENAME and NODENAME.
608 NO-GOING-BACK is non-nil if recovering from an error in this function;
609 it says do not attempt further (recursive) error recovery."
610 (info-initialize)
611 (setq filename (Info-find-file filename))
612 ;; Record the node we are leaving.
613 (if (and Info-current-file (not no-going-back))
614 (setq Info-history
615 (cons (list Info-current-file Info-current-node (point))
616 Info-history)))
617 ;; Go into info buffer.
618 (or (eq major-mode 'Info-mode) (pop-to-buffer "*info*"))
619 (Info-find-node-2 filename nodename no-going-back))
621 (defun Info-on-current-buffer (&optional nodename)
622 "Use the `Info-mode' to browse the current info buffer.
623 If a prefix arg is provided, it queries for the NODENAME which
624 else defaults to \"Top\"."
625 (interactive
626 (list (if current-prefix-arg
627 (completing-read "Node name: " (Info-build-node-completions)
628 nil t "Top"))))
629 (unless nodename (setq nodename "Top"))
630 (info-initialize)
631 (Info-mode)
632 (set (make-local-variable 'Info-current-file) t)
633 (Info-find-node-2 nil nodename))
635 ;; It's perhaps a bit nasty to kill the *info* buffer to force a re-read,
636 ;; but at least it keeps this routine (which is only for the benefit of
637 ;; makeinfo-buffer) out of the way of normal operations.
639 (defun Info-revert-find-node (filename nodename)
640 "Go to an info node FILENAME and NODENAME, re-reading disk contents.
641 When *info* is already displaying FILENAME and NODENAME, the window position
642 is preserved, if possible."
643 (pop-to-buffer "*info*")
644 (let ((old-filename Info-current-file)
645 (old-nodename Info-current-node)
646 (pcolumn (current-column))
647 (pline (count-lines (point-min) (line-beginning-position)))
648 (wline (count-lines (point-min) (window-start)))
649 (old-history Info-history)
650 (new-history (and Info-current-file
651 (list Info-current-file Info-current-node (point)))))
652 (kill-buffer (current-buffer))
653 (Info-find-node filename nodename)
654 (setq Info-history old-history)
655 (if (and (equal old-filename Info-current-file)
656 (equal old-nodename Info-current-node))
657 (progn
658 ;; note goto-line is no good, we want to measure from point-min
659 (beginning-of-buffer)
660 (forward-line wline)
661 (set-window-start (selected-window) (point))
662 (beginning-of-buffer)
663 (forward-line pline)
664 (move-to-column pcolumn))
665 ;; only add to the history when coming from a different file+node
666 (if new-history
667 (setq Info-history (cons new-history Info-history))))))
669 (defun Info-find-in-tag-table-1 (marker regexp case-fold)
670 "Find a node in a tag table.
671 MARKER specifies the buffer and position to start searching at.
672 REGEXP is a regular expression matching nodes or references. Its first
673 group should match `Node:' or `Ref:'.
674 CASE-FOLD t means search for a case-insensitive match.
675 If a match was found, value is a list (FOUND-ANCHOR POS MODE), where
676 FOUND-ANCHOR is non-nil if a `Ref:' was matched, POS is the position
677 where the match was found, and MODE is `major-mode' of the buffer in
678 which the match was found."
679 (let ((case-fold-search case-fold))
680 (save-excursion
681 (set-buffer (marker-buffer marker))
682 (goto-char marker)
684 ;; Search tag table
685 (beginning-of-line)
686 (when (re-search-forward regexp nil t)
687 (list (string-equal "Ref:" (match-string 1))
688 (+ (point-min) (read (current-buffer)))
689 major-mode)))))
691 (defun Info-find-in-tag-table (marker regexp)
692 "Find a node in a tag table.
693 MARKER specifies the buffer and position to start searching at.
694 REGEXP is a regular expression matching nodes or references. Its first
695 group should match `Node:' or `Ref:'.
696 If a match was found, value is a list (FOUND-ANCHOR POS MODE), where
697 FOUND-ANCHOR is non-nil if a `Ref:' was matched, POS is the position
698 where the match was found, and MODE is `major-mode' of the buffer in
699 which the match was found.
700 This function tries to find a case-sensitive match first, then a
701 case-insensitive match is tried."
702 (let ((result (Info-find-in-tag-table-1 marker regexp nil)))
703 (when (null (car result))
704 (setq result (Info-find-in-tag-table-1 marker regexp t)))
705 result))
707 (defun Info-find-node-in-buffer-1 (regexp case-fold)
708 "Find a node or anchor in the current buffer.
709 REGEXP is a regular expression matching nodes or references. Its first
710 group should match `Node:' or `Ref:'.
711 CASE-FOLD t means search for a case-insensitive match.
712 Value is the position at which a match was found, or nil if not found."
713 (let ((case-fold-search case-fold)
714 found)
715 (save-excursion
716 (when (Info-node-at-bob-matching regexp)
717 (setq found (point)))
718 (while (and (not found)
719 (search-forward "\n\^_" nil t))
720 (forward-line 1)
721 (let ((beg (point)))
722 (forward-line 1)
723 (when (re-search-backward regexp beg t)
724 (beginning-of-line)
725 (setq found (point)))))
726 found)))
728 (defun Info-find-node-in-buffer (regexp)
729 "Find a node or anchor in the current buffer.
730 REGEXP is a regular expression matching nodes or references. Its first
731 group should match `Node:' or `Ref:'.
732 Value is the position at which a match was found, or nil if not found.
733 This function looks for a case-sensitive match first. If none is found,
734 a case-insensitive match is tried."
735 (or (Info-find-node-in-buffer-1 regexp nil)
736 (Info-find-node-in-buffer-1 regexp t)))
738 (defun Info-find-node-2 (filename nodename &optional no-going-back)
739 (buffer-disable-undo (current-buffer))
740 (or (eq major-mode 'Info-mode)
741 (Info-mode))
742 (widen)
743 (setq Info-current-node nil)
744 (unwind-protect
745 (let ((case-fold-search t)
746 anchorpos)
747 ;; Switch files if necessary
748 (or (null filename)
749 (equal Info-current-file filename)
750 (let ((buffer-read-only nil))
751 (setq Info-current-file nil
752 Info-current-subfile nil
753 Info-current-file-completions nil
754 buffer-file-name nil)
755 (erase-buffer)
756 (cond
757 ((eq filename t)
758 (Info-insert-dir))
759 ((eq filename 'apropos)
760 (insert-buffer-substring " *info-apropos*"))
761 ((eq filename 'history)
762 (insert-buffer-substring " *info-history*"))
763 ((eq filename 'toc)
764 (insert-buffer-substring " *info-toc*"))
766 (info-insert-file-contents filename nil)
767 (setq default-directory (file-name-directory filename))))
768 (set-buffer-modified-p nil)
769 ;; See whether file has a tag table. Record the location if yes.
770 (goto-char (point-max))
771 (forward-line -8)
772 ;; Use string-equal, not equal, to ignore text props.
773 (if (not (or (string-equal nodename "*")
774 (not
775 (search-forward "\^_\nEnd tag table\n" nil t))))
776 (let (pos)
777 ;; We have a tag table. Find its beginning.
778 ;; Is this an indirect file?
779 (search-backward "\nTag table:\n")
780 (setq pos (point))
781 (if (save-excursion
782 (forward-line 2)
783 (looking-at "(Indirect)\n"))
784 ;; It is indirect. Copy it to another buffer
785 ;; and record that the tag table is in that buffer.
786 (let ((buf (current-buffer))
787 (tagbuf
788 (or Info-tag-table-buffer
789 (generate-new-buffer " *info tag table*"))))
790 (setq Info-tag-table-buffer tagbuf)
791 (save-excursion
792 (set-buffer tagbuf)
793 (buffer-disable-undo (current-buffer))
794 (setq case-fold-search t)
795 (erase-buffer)
796 (insert-buffer-substring buf))
797 (set-marker Info-tag-table-marker
798 (match-end 0) tagbuf))
799 (set-marker Info-tag-table-marker pos)))
800 (set-marker Info-tag-table-marker nil))
801 (setq Info-current-file
802 (cond
803 ((eq filename t) "dir")
804 ((eq filename 'apropos) "apropos")
805 ((eq filename 'history) "history")
806 ((eq filename 'toc) "toc")
807 (t filename)))
809 ;; Use string-equal, not equal, to ignore text props.
810 (if (string-equal nodename "*")
811 (progn (setq Info-current-node nodename)
812 (Info-set-mode-line))
813 ;; Possibilities:
815 ;; 1. Anchor found in tag table
816 ;; 2. Anchor *not* in tag table
818 ;; 3. Node found in tag table
819 ;; 4. Node *not* found in tag table, but found in file
820 ;; 5. Node *not* in tag table, and *not* in file
822 ;; *Or* the same, but in an indirect subfile.
824 ;; Search file for a suitable node.
825 (let ((guesspos (point-min))
826 (regexp (concat "\\(Node:\\|Ref:\\) *\\("
827 (if (stringp nodename)
828 (regexp-quote nodename)
830 "\\) *[,\t\n\177]")))
832 (catch 'foo
834 ;; First, search a tag table, if any
835 (when (marker-position Info-tag-table-marker)
836 (let* ((m Info-tag-table-marker)
837 (found (Info-find-in-tag-table m regexp)))
839 (when found
840 ;; FOUND is (ANCHOR POS MODE).
841 (setq guesspos (nth 1 found))
843 ;; If this is an indirect file, determine which
844 ;; file really holds this node and read it in.
845 (unless (eq (nth 2 found) 'Info-mode)
846 ;; Note that the current buffer must be the
847 ;; *info* buffer on entry to
848 ;; Info-read-subfile. Thus the hackery above.
849 (setq guesspos (Info-read-subfile guesspos)))
851 ;; Handle anchor
852 (when (nth 0 found)
853 (goto-char (setq anchorpos guesspos))
854 (throw 'foo t)))))
856 ;; Else we may have a node, which we search for:
857 (goto-char (max (point-min)
858 (- (byte-to-position guesspos) 1000)))
860 ;; Now search from our advised position (or from beg of
861 ;; buffer) to find the actual node. First, check
862 ;; whether the node is right where we are, in case the
863 ;; buffer begins with a node.
864 (let ((pos (Info-find-node-in-buffer regexp)))
865 (when pos
866 (goto-char pos)
867 (throw 'foo t)))
869 (when (string-match "\\([^.]+\\)\\." nodename)
870 (let (Info-point-loc)
871 (Info-find-node-2
872 filename (match-string 1 nodename) no-going-back))
873 (widen)
874 (throw 'foo t))
876 ;; No such anchor in tag table or node in tag table or file
877 (error "No such node or anchor: %s" nodename))
879 (Info-select-node)
880 (goto-char (point-min))
881 (cond (anchorpos
882 (let ((new-history (list Info-current-file
883 (substring-no-properties nodename))))
884 ;; Add anchors to the history too
885 (setq Info-history-list
886 (cons new-history
887 (delete new-history Info-history-list))))
888 (goto-char anchorpos))
889 ((numberp Info-point-loc)
890 (forward-line (1- Info-point-loc))
891 (setq Info-point-loc nil))
892 ((stringp Info-point-loc)
893 (Info-find-index-name Info-point-loc)
894 (setq Info-point-loc nil))))))
895 ;; If we did not finish finding the specified node,
896 ;; go back to the previous one.
897 (or Info-current-node no-going-back (null Info-history)
898 (let ((hist (car Info-history)))
899 (setq Info-history (cdr Info-history))
900 (Info-find-node (nth 0 hist) (nth 1 hist) t)
901 (goto-char (nth 2 hist))))))
903 ;; Cache the contents of the (virtual) dir file, once we have merged
904 ;; it for the first time, so we can save time subsequently.
905 (defvar Info-dir-contents nil)
907 ;; Cache for the directory we decided to use for the default-directory
908 ;; of the merged dir text.
909 (defvar Info-dir-contents-directory nil)
911 ;; Record the file attributes of all the files from which we
912 ;; constructed Info-dir-contents.
913 (defvar Info-dir-file-attributes nil)
915 (defvar Info-dir-file-name nil)
917 ;; Construct the Info directory node by merging the files named `dir'
918 ;; from various directories. Set the *info* buffer's
919 ;; default-directory to the first directory we actually get any text
920 ;; from.
921 (defun Info-insert-dir ()
922 (if (and Info-dir-contents Info-dir-file-attributes
923 ;; Verify that none of the files we used has changed
924 ;; since we used it.
925 (eval (cons 'and
926 (mapcar (lambda (elt)
927 (let ((curr (file-attributes
928 ;; Handle symlinks
929 (file-truename (car elt)))))
931 ;; Don't compare the access time.
932 (if curr (setcar (nthcdr 4 curr) 0))
933 (setcar (nthcdr 4 (cdr elt)) 0)
934 (equal (cdr elt) curr)))
935 Info-dir-file-attributes))))
936 (progn
937 (insert Info-dir-contents)
938 (goto-char (point-min)))
939 (let ((dirs (if Info-additional-directory-list
940 (append Info-directory-list
941 Info-additional-directory-list)
942 Info-directory-list))
943 (dir-file-attrs nil)
944 ;; Bind this in case the user sets it to nil.
945 (case-fold-search t)
946 ;; This is set non-nil if we find a problem in some input files.
947 problems
948 buffers buffer others nodes dirs-done)
950 ;; Search the directory list for the directory file.
951 (while dirs
952 (let ((truename (file-truename (expand-file-name (car dirs)))))
953 (or (member truename dirs-done)
954 (member (directory-file-name truename) dirs-done)
955 ;; Try several variants of specified name.
956 ;; Try upcasing, appending `.info', or both.
957 (let* (file
958 (attrs
960 (progn (setq file (expand-file-name "dir" truename))
961 (file-attributes file))
962 (progn (setq file (expand-file-name "DIR" truename))
963 (file-attributes file))
964 (progn (setq file (expand-file-name "dir.info" truename))
965 (file-attributes file))
966 (progn (setq file (expand-file-name "DIR.INFO" truename))
967 (file-attributes file)))))
968 (setq dirs-done
969 (cons truename
970 (cons (directory-file-name truename)
971 dirs-done)))
972 (if attrs
973 (save-excursion
974 (or buffers
975 (message "Composing main Info directory..."))
976 (set-buffer (generate-new-buffer " info dir"))
977 (condition-case nil
978 (progn
979 (insert-file-contents file)
980 (set (make-local-variable 'Info-dir-file-name)
981 file)
982 (push (current-buffer) buffers)
983 (push (cons file attrs) dir-file-attrs))
984 (error (kill-buffer (current-buffer))))))))
985 (unless (cdr dirs)
986 (set (make-local-variable 'Info-dir-contents-directory)
987 (file-name-as-directory (car dirs))))
988 (setq dirs (cdr dirs))))
990 (or buffers
991 (error "Can't find the Info directory node"))
993 ;; Distinguish the dir file that comes with Emacs from all the
994 ;; others. Yes, that is really what this is supposed to do.
995 ;; The definition of `Info-directory-list' puts it first on that
996 ;; list and so last in `buffers' at this point.
997 (setq buffer (car (last buffers))
998 others (delq buffer buffers))
1000 ;; Insert the entire original dir file as a start; note that we've
1001 ;; already saved its default directory to use as the default
1002 ;; directory for the whole concatenation.
1003 (insert-buffer buffer)
1005 ;; Look at each of the other buffers one by one.
1006 (dolist (other others)
1007 (let (this-buffer-nodes)
1008 ;; In each, find all the menus.
1009 (with-current-buffer other
1010 (goto-char (point-min))
1011 ;; Find each menu, and add an elt to NODES for it.
1012 (while (re-search-forward "^\\* Menu:" nil t)
1013 (while (and (zerop (forward-line 1)) (eolp)))
1014 (let ((beg (point))
1015 nodename end)
1016 (re-search-backward "^\^_")
1017 (search-forward "Node: ")
1018 (setq nodename (Info-following-node-name))
1019 (search-forward "\n\^_" nil 'move)
1020 (beginning-of-line)
1021 (setq end (point))
1022 (push (list nodename other beg end) this-buffer-nodes)))
1023 (if (assoc-string "top" this-buffer-nodes t)
1024 (setq nodes (nconc this-buffer-nodes nodes))
1025 (setq problems t)
1026 (message "No `top' node in %s" Info-dir-file-name)))))
1027 ;; Add to the main menu a menu item for each other node.
1028 (re-search-forward "^\\* Menu:")
1029 (forward-line 1)
1030 (let ((menu-items '("top"))
1031 (end (save-excursion (search-forward "\^_" nil t) (point))))
1032 (dolist (node nodes)
1033 (let ((nodename (car node)))
1034 (save-excursion
1035 (or (member (downcase nodename) menu-items)
1036 (re-search-forward (concat "^\\* +"
1037 (regexp-quote nodename)
1038 "::")
1039 end t)
1040 (progn
1041 (insert "* " nodename "::" "\n")
1042 (push nodename menu-items)))))))
1043 ;; Now take each node of each of the other buffers
1044 ;; and merge it into the main buffer.
1045 (dolist (node nodes)
1046 (let ((case-fold-search t)
1047 (nodename (car node)))
1048 (goto-char (point-min))
1049 ;; Find the like-named node in the main buffer.
1050 (if (re-search-forward (concat "^\^_.*\n.*Node: "
1051 (regexp-quote nodename)
1052 "[,\n\t]")
1053 nil t)
1054 (progn
1055 (search-forward "\n\^_" nil 'move)
1056 (beginning-of-line)
1057 (insert "\n"))
1058 ;; If none exists, add one.
1059 (goto-char (point-max))
1060 (insert "\^_\nFile: dir\tNode: " nodename "\n\n* Menu:\n\n"))
1061 ;; Merge the text from the other buffer's menu
1062 ;; into the menu in the like-named node in the main buffer.
1063 (apply 'insert-buffer-substring (cdr node))))
1064 (Info-dir-remove-duplicates)
1065 ;; Kill all the buffers we just made.
1066 (mapc 'kill-buffer buffers)
1067 (goto-char (point-min))
1068 (if problems
1069 (message "Composing main Info directory...problems encountered, see `*Messages*'")
1070 (message "Composing main Info directory...done"))
1071 (set (make-local-variable 'Info-dir-contents) (buffer-string))
1072 (set (make-local-variable 'Info-dir-file-attributes) dir-file-attrs)))
1073 (setq default-directory Info-dir-contents-directory))
1075 (defvar Info-streamline-headings
1076 '(("Emacs" . "Emacs")
1077 ("Programming" . "Programming")
1078 ("Libraries" . "Libraries")
1079 ("World Wide Web\\|Net Utilities" . "Net Utilities"))
1080 "List of elements (RE . NAME) to merge headings matching RE to NAME.")
1082 (defun Info-dir-remove-duplicates ()
1083 (let (limit)
1084 (goto-char (point-min))
1085 ;; Remove duplicate headings in the same menu.
1086 (while (search-forward "\n* Menu:" nil t)
1087 (setq limit (save-excursion (search-forward "\n\^_" nil t)))
1088 ;; Look for the next heading to unify.
1089 (while (re-search-forward "^\\(\\w.*\\)\n\\*" limit t)
1090 (let ((name (match-string 1))
1091 (start (match-beginning 0))
1092 (entries nil) re)
1093 ;; Check whether this heading should be streamlined.
1094 (save-match-data
1095 (dolist (x Info-streamline-headings)
1096 (when (string-match (car x) name)
1097 (setq name (cdr x))
1098 (setq re (car x)))))
1099 (if re (replace-match name t t nil 1))
1100 (goto-char (if (re-search-forward "^[^* \n\t]" limit t)
1101 (match-beginning 0)
1102 (or limit (point-max))))
1103 ;; Look for other headings of the same category and merge them.
1104 (save-excursion
1105 (while (re-search-forward "^\\(\\w.*\\)\n\\*" limit t)
1106 (when (if re (save-match-data (string-match re (match-string 1)))
1107 (equal name (match-string 1)))
1108 (forward-line 0)
1109 ;; Delete redundant heading.
1110 (delete-region (match-beginning 0) (point))
1111 ;; Push the entries onto `text'.
1112 (push
1113 (delete-and-extract-region
1114 (point)
1115 (if (re-search-forward "^[^* \n\t]" nil t)
1116 (match-beginning 0)
1117 (or limit (point-max)))) entries))))
1118 ;; Insert the entries just found.
1119 (while (= (line-beginning-position 0) (1- (point)))
1120 (backward-char))
1121 (dolist (entry (nreverse entries))
1122 (insert entry)
1123 (while (= (line-beginning-position 0) (1- (point)))
1124 (delete-region (1- (point)) (point))))
1126 ;; Now remove duplicate entries under the same heading.
1127 (let ((seen nil)
1128 (limit (point)))
1129 (goto-char start)
1130 (while (re-search-forward "^* \\([^:\n]+:\\(:\\|[^.\n]+\\).\\)"
1131 limit 'move)
1132 (let ((x (match-string 1)))
1133 (if (member-ignore-case x seen)
1134 (delete-region (match-beginning 0)
1135 (progn (re-search-forward "^[^ \t]" nil t)
1136 (match-beginning 0)))
1137 (push x seen))))))))))
1139 ;; Note that on entry to this function the current-buffer must be the
1140 ;; *info* buffer; not the info tags buffer.
1141 (defun Info-read-subfile (nodepos)
1142 ;; NODEPOS is either a position (in the Info file as a whole,
1143 ;; not relative to a subfile) or the name of a subfile.
1144 (let (lastfilepos
1145 lastfilename)
1146 (if (numberp nodepos)
1147 (save-excursion
1148 (set-buffer (marker-buffer Info-tag-table-marker))
1149 (goto-char (point-min))
1150 (or (looking-at "\^_")
1151 (search-forward "\n\^_"))
1152 (forward-line 2)
1153 (catch 'foo
1154 (while (not (looking-at "\^_"))
1155 (if (not (eolp))
1156 (let ((beg (point))
1157 thisfilepos thisfilename)
1158 (search-forward ": ")
1159 (setq thisfilename (buffer-substring beg (- (point) 2)))
1160 (setq thisfilepos (+ (point-min) (read (current-buffer))))
1161 ;; read in version 19 stops at the end of number.
1162 ;; Advance to the next line.
1163 (forward-line 1)
1164 (if (> thisfilepos nodepos)
1165 (throw 'foo t))
1166 (setq lastfilename thisfilename)
1167 (setq lastfilepos thisfilepos))
1168 (forward-line 1)))))
1169 (setq lastfilename nodepos)
1170 (setq lastfilepos 0))
1171 ;; Assume previous buffer is in Info-mode.
1172 ;; (set-buffer (get-buffer "*info*"))
1173 (or (equal Info-current-subfile lastfilename)
1174 (let ((buffer-read-only nil))
1175 (setq buffer-file-name nil)
1176 (widen)
1177 (erase-buffer)
1178 (info-insert-file-contents lastfilename)
1179 (set-buffer-modified-p nil)
1180 (setq Info-current-subfile lastfilename)))
1181 ;; Widen in case we are in the same subfile as before.
1182 (widen)
1183 (goto-char (point-min))
1184 (if (looking-at "\^_")
1185 (forward-char 1)
1186 (search-forward "\n\^_"))
1187 (if (numberp nodepos)
1188 (+ (- nodepos lastfilepos) (point)))))
1190 (defun Info-unescape-quotes (value)
1191 "Unescape double quotes and backslashes in VALUE."
1192 (let ((start 0)
1193 (unquote value))
1194 (while (string-match "[^\\\"]*\\(\\\\\\)[\\\\\"]" unquote start)
1195 (setq unquote (replace-match "" t t unquote 1))
1196 (setq start (- (match-end 0) 1)))
1197 unquote))
1199 ;; As of Texinfo 4.6, makeinfo writes constructs like
1200 ;; \0\h[image param=value ...\h\0]
1201 ;; into the Info file for handling images.
1202 (defun Info-split-parameter-string (parameter-string)
1203 "Return alist of (\"KEY\" . \"VALUE\") from PARAMETER-STRING; a
1204 whitespace separated list of KEY=VALUE pairs. If VALUE contains
1205 whitespace or double quotes, it must be quoted in double quotes and
1206 any double quotes or backslashes must be escaped (\\\",\\\\)."
1207 (let ((start 0)
1208 (parameter-alist))
1209 (while (string-match
1210 "\\s *\\([^=]+\\)=\\(?:\\([^\\s \"]+\\)\\|\\(?:\"\\(\\(?:[^\\\"]\\|\\\\[\\\\\"]\\)*\\)\"\\)\\)"
1211 parameter-string start)
1212 (setq start (match-end 0))
1213 (push (cons (match-string 1 parameter-string)
1214 (or (match-string 2 parameter-string)
1215 (Info-unescape-quotes
1216 (match-string 3 parameter-string))))
1217 parameter-alist))
1218 parameter-alist))
1220 (defun Info-display-images-node ()
1221 "Display images in current node."
1222 (save-excursion
1223 (let ((inhibit-read-only t)
1224 (case-fold-search t))
1225 (goto-char (point-min))
1226 (while (re-search-forward
1227 "\\(\0\b[[]image\\(\\(?:[^\b]\\|[^\0]+\b\\)*\\)\0\b[]]\\)"
1228 nil t)
1229 (let* ((start (match-beginning 1))
1230 (parameter-alist (Info-split-parameter-string (match-string 2)))
1231 (src (cdr (assoc-string "src" parameter-alist)))
1232 (image-file (if src (if (file-name-absolute-p src) src
1233 (concat default-directory src))
1234 ""))
1235 (image (if (file-exists-p image-file)
1236 (create-image image-file)
1237 "[broken image]")))
1238 (if (not (get-text-property start 'display))
1239 (add-text-properties
1240 start (point) `(display ,image rear-nonsticky (display)))))))
1241 (set-buffer-modified-p nil)))
1243 ;; Texinfo 4.7 adds cookies of the form ^@^H[NAME CONTENTS ^@^H].
1244 ;; Hide any construct of the general form ^@[^@-^_][ ... ^@[^@-^_]],
1245 ;; including one optional trailing newline.
1246 (defun Info-hide-cookies-node ()
1247 "Hide unrecognised cookies in current node."
1248 (save-excursion
1249 (let ((inhibit-read-only t)
1250 (case-fold-search t))
1251 (goto-char (point-min))
1252 (while (re-search-forward
1253 "\\(\0[\0-\37][[][^\0]*\0[\0-\37][]]\n?\\)"
1254 nil t)
1255 (let* ((start (match-beginning 1)))
1256 (if (not (get-text-property start 'invisible))
1257 (put-text-property start (point) 'invisible t)))))
1258 (set-buffer-modified-p nil)))
1260 (defun Info-select-node ()
1261 "Select the info node that point is in."
1262 ;; Bind this in case the user sets it to nil.
1263 (let ((case-fold-search t))
1264 (save-excursion
1265 ;; Find beginning of node.
1266 (if (search-backward "\n\^_" nil 'move)
1267 (forward-line 2)
1268 (if (looking-at "\^_")
1269 (forward-line 1)
1270 (signal 'search-failed (list "\n\^_"))))
1271 ;; Get nodename spelled as it is in the node.
1272 (re-search-forward "Node:[ \t]*")
1273 (setq Info-current-node
1274 (buffer-substring-no-properties (point)
1275 (progn
1276 (skip-chars-forward "^,\t\n")
1277 (point))))
1278 (Info-set-mode-line)
1279 ;; Find the end of it, and narrow.
1280 (beginning-of-line)
1281 (let (active-expression)
1282 ;; Narrow to the node contents
1283 (narrow-to-region (point)
1284 (if (re-search-forward "\n[\^_\f]" nil t)
1285 (prog1
1286 (1- (point))
1287 (if (looking-at "[\n\^_\f]*execute: ")
1288 (progn
1289 (goto-char (match-end 0))
1290 (setq active-expression
1291 (read (current-buffer))))))
1292 (point-max)))
1293 (if Info-enable-active-nodes (eval active-expression))
1294 ;; Add a new unique history item to full history list
1295 (let ((new-history (list Info-current-file Info-current-node)))
1296 (setq Info-history-list
1297 (cons new-history (delete new-history Info-history-list))))
1298 (if (not (eq Info-fontify-maximum-menu-size nil))
1299 (Info-fontify-node))
1300 (Info-display-images-node)
1301 (Info-hide-cookies-node)
1302 (run-hooks 'Info-selection-hook)))))
1304 (defun Info-set-mode-line ()
1305 (setq mode-line-buffer-identification
1306 (nconc (propertized-buffer-identification "%b")
1307 (list
1308 (concat " ("
1309 (file-name-nondirectory
1310 (if (stringp Info-current-file)
1311 Info-current-file
1312 (or buffer-file-name "")))
1313 ") "
1314 (or Info-current-node ""))))))
1316 ;; Go to an info node specified with a filename-and-nodename string
1317 ;; of the sort that is found in pointers in nodes.
1319 ;;;###autoload
1320 (defun Info-goto-node (nodename &optional fork)
1321 "Go to info node named NODENAME. Give just NODENAME or (FILENAME)NODENAME.
1322 If NODENAME is of the form (FILENAME)NODENAME, the node is in the Info file
1323 FILENAME; otherwise, NODENAME should be in the current Info file (or one of
1324 its sub-files).
1325 Completion is available, but only for node names in the current Info file.
1326 If FORK is non-nil (interactively with a prefix arg), show the node in
1327 a new info buffer.
1328 If FORK is a string, it is the name to use for the new buffer."
1329 (interactive (list (Info-read-node-name "Go to node: ") current-prefix-arg))
1330 (info-initialize)
1331 (if fork
1332 (set-buffer
1333 (clone-buffer (concat "*info-" (if (stringp fork) fork nodename) "*") t)))
1334 (let (filename)
1335 (string-match "\\s *\\((\\s *\\([^\t)]*\\)\\s *)\\s *\\|\\)\\(.*\\)"
1336 nodename)
1337 (setq filename (if (= (match-beginning 1) (match-end 1))
1339 (match-string 2 nodename))
1340 nodename (match-string 3 nodename))
1341 (let ((trim (string-match "\\s +\\'" filename)))
1342 (if trim (setq filename (substring filename 0 trim))))
1343 (let ((trim (string-match "\\s +\\'" nodename)))
1344 (if trim (setq nodename (substring nodename 0 trim))))
1345 (if transient-mark-mode (deactivate-mark))
1346 (Info-find-node (if (equal filename "") nil filename)
1347 (if (equal nodename "") "Top" nodename))))
1349 (defvar Info-read-node-completion-table)
1351 ;; This function is used as the "completion table" while reading a node name.
1352 ;; It does completion using the alist in Info-read-node-completion-table
1353 ;; unless STRING starts with an open-paren.
1354 (defun Info-read-node-name-1 (string predicate code)
1355 (cond
1356 ;; First complete embedded file names.
1357 ((string-match "\\`([^)]*\\'" string)
1358 (let ((file (substring string 1)))
1359 (cond
1360 ((eq code nil)
1361 (let ((comp (try-completion file 'locate-file-completion
1362 (cons Info-directory-list
1363 (mapcar 'car Info-suffix-list)))))
1364 (cond
1365 ((eq comp t) (concat string ")"))
1366 (comp (concat "(" comp)))))
1367 ((eq code t) (all-completions file 'locate-file-completion
1368 (cons Info-directory-list
1369 (mapcar 'car Info-suffix-list))))
1370 (t nil))))
1371 ;; If a file name was given, then any node is fair game.
1372 ((string-match "\\`(" string)
1373 (cond
1374 ((eq code nil) string)
1375 ((eq code t) nil)
1376 (t t)))
1377 ;; Otherwise use Info-read-node-completion-table.
1378 ((eq code nil)
1379 (try-completion string Info-read-node-completion-table predicate))
1380 ((eq code t)
1381 (all-completions string Info-read-node-completion-table predicate))
1383 (test-completion string Info-read-node-completion-table predicate))))
1385 (defun Info-read-node-name (prompt &optional default)
1386 (let* ((completion-ignore-case t)
1387 (Info-read-node-completion-table (Info-build-node-completions))
1388 (nodename (completing-read prompt 'Info-read-node-name-1 nil t)))
1389 (if (equal nodename "")
1390 (or default
1391 (Info-read-node-name prompt))
1392 nodename)))
1394 (defun Info-build-node-completions ()
1395 (or Info-current-file-completions
1396 (let ((compl nil)
1397 ;; Bind this in case the user sets it to nil.
1398 (case-fold-search t)
1399 (node-regexp "Node: *\\([^,\n]*\\) *[,\n\t]"))
1400 (save-excursion
1401 (save-restriction
1402 (if (marker-buffer Info-tag-table-marker)
1403 (let ((marker Info-tag-table-marker))
1404 (set-buffer (marker-buffer marker))
1405 (widen)
1406 (goto-char marker)
1407 (while (re-search-forward "\n\\(Node\\|Ref\\): \\(.*\\)\177" nil t)
1408 (setq compl
1409 (cons (list (match-string-no-properties 2))
1410 compl))))
1411 (widen)
1412 (goto-char (point-min))
1413 ;; If the buffer begins with a node header, process that first.
1414 (if (Info-node-at-bob-matching node-regexp)
1415 (setq compl (list (match-string-no-properties 1))))
1416 ;; Now for the rest of the nodes.
1417 (while (search-forward "\n\^_" nil t)
1418 (forward-line 1)
1419 (let ((beg (point)))
1420 (forward-line 1)
1421 (if (re-search-backward node-regexp beg t)
1422 (setq compl
1423 (cons (list (match-string-no-properties 1))
1424 compl))))))))
1425 (setq compl (cons '("*") compl))
1426 (set (make-local-variable 'Info-current-file-completions) compl))))
1428 (defun Info-restore-point (hl)
1429 "If this node has been visited, restore the point value when we left."
1430 (while hl
1431 (if (and (equal (nth 0 (car hl)) Info-current-file)
1432 ;; Use string-equal, not equal, to ignore text props.
1433 (string-equal (nth 1 (car hl)) Info-current-node))
1434 (progn
1435 (goto-char (nth 2 (car hl)))
1436 (setq hl nil)) ;terminate the while at next iter
1437 (setq hl (cdr hl)))))
1439 (defvar Info-search-history nil
1440 "The history list for `Info-search'.")
1442 (defvar Info-search-case-fold nil
1443 "The value of `case-fold-search' from previous `Info-search' command.")
1445 (defun Info-search (regexp)
1446 "Search for REGEXP, starting from point, and select node it's found in."
1447 (interactive (list (read-string
1448 (if Info-search-history
1449 (format "Regexp search%s (default `%s'): "
1450 (if case-fold-search "" " case-sensitively")
1451 (car Info-search-history))
1452 (format "Regexp search%s: "
1453 (if case-fold-search "" " case-sensitively")))
1454 nil 'Info-search-history)))
1455 (when transient-mark-mode
1456 (deactivate-mark))
1457 (when (equal regexp "")
1458 (setq regexp (car Info-search-history)))
1459 (when regexp
1460 (let (found beg-found give-up
1461 (onode Info-current-node)
1462 (ofile Info-current-file)
1463 (opoint (point))
1464 (ostart (window-start))
1465 (osubfile Info-current-subfile))
1466 (when Info-search-whitespace-regexp
1467 (setq regexp (replace-regexp-in-string
1468 "[ \t\n]+" Info-search-whitespace-regexp regexp)))
1469 (setq Info-search-case-fold case-fold-search)
1470 (save-excursion
1471 (save-restriction
1472 (widen)
1473 (while (and (not give-up)
1474 (or (null found)
1475 (isearch-range-invisible beg-found found)))
1476 (if (re-search-forward regexp nil t)
1477 (setq found (point) beg-found (match-beginning 0))
1478 (setq give-up t)))))
1479 ;; If no subfiles, give error now.
1480 (if give-up
1481 (if (null Info-current-subfile)
1482 (re-search-forward regexp)
1483 (setq found nil)))
1485 (unless found
1486 (unwind-protect
1487 ;; Try other subfiles.
1488 (let ((list ()))
1489 (save-excursion
1490 (set-buffer (marker-buffer Info-tag-table-marker))
1491 (goto-char (point-min))
1492 (search-forward "\n\^_\nIndirect:")
1493 (save-restriction
1494 (narrow-to-region (point)
1495 (progn (search-forward "\n\^_")
1496 (1- (point))))
1497 (goto-char (point-min))
1498 ;; Find the subfile we just searched.
1499 (search-forward (concat "\n" osubfile ": "))
1500 ;; Skip that one.
1501 (forward-line 1)
1502 ;; Make a list of all following subfiles.
1503 ;; Each elt has the form (VIRT-POSITION . SUBFILENAME).
1504 (while (not (eobp))
1505 (re-search-forward "\\(^.*\\): [0-9]+$")
1506 (goto-char (+ (match-end 1) 2))
1507 (setq list (cons (cons (+ (point-min)
1508 (read (current-buffer)))
1509 (match-string-no-properties 1))
1510 list))
1511 (goto-char (1+ (match-end 0))))
1512 ;; Put in forward order
1513 (setq list (nreverse list))))
1514 (while list
1515 (message "Searching subfile %s..." (cdr (car list)))
1516 (Info-read-subfile (car (car list)))
1517 (setq list (cdr list))
1518 (setq give-up nil found nil)
1519 (while (and (not give-up)
1520 (or (null found)
1521 (isearch-range-invisible beg-found found)))
1522 (if (re-search-forward regexp nil t)
1523 (setq found (point) beg-found (match-beginning 0))
1524 (setq give-up t)))
1525 (if give-up
1526 (setq found nil))
1527 (if found
1528 (setq list nil)))
1529 (if found
1530 (message "")
1531 (signal 'search-failed (list regexp))))
1532 (if (not found)
1533 (progn (Info-read-subfile osubfile)
1534 (goto-char opoint)
1535 (Info-select-node)
1536 (set-window-start (selected-window) ostart)))))
1537 (widen)
1538 (goto-char found)
1539 (Info-select-node)
1540 ;; Use string-equal, not equal, to ignore text props.
1541 (or (and (string-equal onode Info-current-node)
1542 (equal ofile Info-current-file))
1543 (setq Info-history (cons (list ofile onode opoint)
1544 Info-history))))))
1546 (defun Info-search-case-sensitively ()
1547 "Search for a regexp case-sensitively."
1548 (interactive)
1549 (let ((case-fold-search nil))
1550 (call-interactively 'Info-search)))
1552 (defun Info-search-next ()
1553 "Search for next regexp from a previous `Info-search' command."
1554 (interactive)
1555 (let ((case-fold-search Info-search-case-fold))
1556 (if Info-search-history
1557 (Info-search (car Info-search-history))
1558 (call-interactively 'Info-search))))
1560 (defun Info-extract-pointer (name &optional errorname)
1561 "Extract the value of the node-pointer named NAME.
1562 If there is none, use ERRORNAME in the error message;
1563 if ERRORNAME is nil, just return nil."
1564 ;; Bind this in case the user sets it to nil.
1565 (let ((case-fold-search t))
1566 (save-excursion
1567 (goto-char (point-min))
1568 (let ((bound (point)))
1569 (forward-line 1)
1570 (cond ((re-search-backward
1571 (concat name ":" (Info-following-node-name-re)) bound t)
1572 (match-string 1))
1573 ((not (eq errorname t))
1574 (error "Node has no %s"
1575 (capitalize (or errorname name)))))))))
1577 (defun Info-following-node-name-re (&optional allowedchars)
1578 "Return a regexp matching a node name.
1579 ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp
1580 saying which chars may appear in the node name.
1581 Submatch 1 is the complete node name.
1582 Submatch 2 if non-nil is the parenthesized file name part of the node name.
1583 Submatch 3 is the local part of the node name.
1584 End of submatch 0, 1, and 3 are the same, so you can safely concat."
1585 (concat "[ \t]*" ;Skip leading space.
1586 "\\(\\(([^)]+)\\)?" ;Node name can start with a file name.
1587 "\\([" (or allowedchars "^,\t\n") "]*" ;Any number of allowed chars.
1588 "[" (or allowedchars "^,\t\n") " ]" ;The last char can't be a space.
1589 "\\|\\)\\)")) ;Allow empty node names.
1591 ;;; For compatibility; other files have used this name.
1592 (defun Info-following-node-name ()
1593 (and (looking-at (Info-following-node-name-re))
1594 (match-string 1)))
1596 (defun Info-next ()
1597 "Go to the next node of this node."
1598 (interactive)
1599 (Info-goto-node (Info-extract-pointer "next")))
1601 (defun Info-prev ()
1602 "Go to the previous node of this node."
1603 (interactive)
1604 (Info-goto-node (Info-extract-pointer "prev[ious]*" "previous")))
1606 (defun Info-up (&optional same-file)
1607 "Go to the superior node of this node.
1608 If SAME-FILE is non-nil, do not move to a different Info file."
1609 (interactive)
1610 (let ((old-node Info-current-node)
1611 (old-file Info-current-file)
1612 (node (Info-extract-pointer "up")) p)
1613 (and (or same-file (not (stringp Info-current-file)))
1614 (string-match "^(" node)
1615 (error "Up node is in another Info file"))
1616 (Info-goto-node node)
1617 (setq p (point))
1618 (goto-char (point-min))
1619 (if (and (search-forward "\n* Menu:" nil t)
1620 (re-search-forward
1621 (if (string-equal old-node "Top")
1622 (concat "\n\\*[^:]+: +(" (file-name-nondirectory old-file) ")")
1623 (concat "\n\\* +\\(" (regexp-quote old-node)
1624 ":\\|[^:]+: +" (regexp-quote old-node) "\\)"))
1625 nil t))
1626 (beginning-of-line)
1627 (goto-char p)
1628 (Info-restore-point Info-history))))
1630 (defun Info-last ()
1631 "Go back to the last node visited."
1632 (interactive)
1633 (or Info-history
1634 (error "This is the first Info node you looked at"))
1635 (let (filename nodename opoint)
1636 (setq filename (car (car Info-history)))
1637 (setq nodename (car (cdr (car Info-history))))
1638 (setq opoint (car (cdr (cdr (car Info-history)))))
1639 (setq Info-history (cdr Info-history))
1640 (Info-find-node filename nodename)
1641 (setq Info-history (cdr Info-history))
1642 (goto-char opoint)))
1644 ;;;###autoload
1645 (defun Info-directory ()
1646 "Go to the Info directory node."
1647 (interactive)
1648 (Info-find-node "dir" "top"))
1650 (defun Info-history ()
1651 "Go to a node with a menu of visited nodes."
1652 (interactive)
1653 (let ((curr-file Info-current-file)
1654 (curr-node Info-current-node)
1656 (with-current-buffer (get-buffer-create " *info-history*")
1657 (let ((inhibit-read-only t))
1658 (erase-buffer)
1659 (goto-char (point-min))
1660 (insert "\n\^_\nFile: history Node: Top, Up: (dir)\n\n")
1661 (insert "Recently Visited Nodes\n**********************\n\n")
1662 (insert "* Menu:\n\n")
1663 (let ((hl (delete '("history" "Top") Info-history-list)))
1664 (while hl
1665 (let ((file (nth 0 (car hl)))
1666 (node (nth 1 (car hl))))
1667 (if (and (string-equal file curr-file)
1668 (string-equal node curr-node))
1669 (setq p (point)))
1670 (insert "* " node ": (" (file-name-nondirectory file)
1671 ")" node ".\n"))
1672 (setq hl (cdr hl))))))
1673 (Info-find-node "history" "Top")
1674 (goto-char (or p (point-min)))))
1676 (defun Info-toc ()
1677 "Go to a node with table of contents of the current Info file.
1678 Table of contents is created from the tree structure of menus."
1679 (interactive)
1680 (let ((curr-file Info-current-file)
1681 (curr-node Info-current-node)
1683 (with-current-buffer (get-buffer-create " *info-toc*")
1684 (let ((inhibit-read-only t)
1685 (node-list (Info-build-toc curr-file)))
1686 (erase-buffer)
1687 (goto-char (point-min))
1688 (insert "\n\^_\nFile: toc Node: Top, Up: (dir)\n\n")
1689 (insert "Table of Contents\n*****************\n\n")
1690 (insert "*Note Top::\n")
1691 (Info-insert-toc
1692 (nth 2 (assoc "Top" node-list)) ; get Top nodes
1693 node-list 0 (substring-no-properties curr-file)))
1694 (if (not (bobp))
1695 (let ((Info-hide-note-references 'hide)
1696 (Info-fontify-visited-nodes nil))
1697 (Info-mode)
1698 (setq Info-current-file "toc" Info-current-node "Top")
1699 (Info-fontify-node)))
1700 (goto-char (point-min))
1701 (if (setq p (search-forward (concat "*Note " curr-node ":") nil t))
1702 (setq p (- p (length curr-node) 2))))
1703 (Info-find-node "toc" "Top")
1704 (goto-char (or p (point-min)))))
1706 (defun Info-insert-toc (nodes node-list level curr-file)
1707 "Insert table of contents with references to nodes."
1708 (let ((section "Top"))
1709 (while nodes
1710 (let ((node (assoc (car nodes) node-list)))
1711 (unless (member (nth 1 node) (list nil section))
1712 (insert (setq section (nth 1 node)) "\n"))
1713 (insert (make-string level ?\t))
1714 (insert "*Note " (car nodes) ": (" curr-file ")" (car nodes) ".\n")
1715 (Info-insert-toc (nth 2 node) node-list (1+ level) curr-file)
1716 (setq nodes (cdr nodes))))))
1718 (defun Info-build-toc (file)
1719 "Build table of contents from menus of Info FILE and its subfiles."
1720 (if (equal file "dir")
1721 (error "Table of contents for Info directory is not supported yet"))
1722 (with-temp-buffer
1723 (let* ((default-directory (or (and (stringp file)
1724 (file-name-directory
1725 (setq file (Info-find-file file))))
1726 default-directory))
1727 (main-file file)
1728 (sections '(("Top" "Top")))
1729 nodes subfiles)
1730 (while (or main-file subfiles)
1731 (or main-file (message "Searching subfile %s..." (car subfiles)))
1732 (erase-buffer)
1733 (info-insert-file-contents (or main-file (car subfiles)))
1734 (goto-char (point-min))
1735 (while (and (search-forward "\n\^_\nFile:" nil 'move)
1736 (search-forward "Node: " nil 'move))
1737 (let ((nodename (substring-no-properties (Info-following-node-name)))
1738 (bound (- (or (save-excursion (search-forward "\n\^_" nil t))
1739 (point-max)) 2))
1740 (section "Top")
1741 menu-items)
1742 (when (and (not (Info-index-node nodename file))
1743 (re-search-forward "^\\* Menu:" bound t))
1744 (forward-line 1)
1745 (beginning-of-line)
1746 (setq bound (or (and (equal nodename "Top")
1747 (save-excursion
1748 (re-search-forward
1749 "^[ \t-]*The Detailed Node Listing" nil t)))
1750 bound))
1751 (while (< (point) bound)
1752 (cond
1753 ;; Menu item line
1754 ((looking-at "^\\* +[^:]+:")
1755 (beginning-of-line)
1756 (forward-char 2)
1757 (let ((menu-node-name (substring-no-properties
1758 (Info-extract-menu-node-name))))
1759 (setq menu-items (cons menu-node-name menu-items))
1760 (if (equal nodename "Top")
1761 (setq sections
1762 (cons (list menu-node-name section) sections)))))
1763 ;; Other non-empty strings in the Top node are section names
1764 ((and (equal nodename "Top")
1765 (looking-at "^\\([^ \t\n*=.-][^:\n]*\\)"))
1766 (setq section (match-string-no-properties 1))))
1767 (forward-line 1)
1768 (beginning-of-line)))
1769 (setq nodes (cons (list nodename
1770 (cadr (assoc nodename sections))
1771 (nreverse menu-items))
1772 nodes))
1773 (goto-char bound)))
1774 (if main-file
1775 (save-excursion
1776 (goto-char (point-min))
1777 (if (search-forward "\n\^_\nIndirect:" nil t)
1778 (let ((bound (save-excursion (search-forward "\n\^_" nil t))))
1779 (while (re-search-forward "^\\(.*\\): [0-9]+$" bound t)
1780 (setq subfiles (cons (match-string-no-properties 1)
1781 subfiles)))))
1782 (setq subfiles (nreverse subfiles)
1783 main-file nil))
1784 (setq subfiles (cdr subfiles))))
1785 (message "")
1786 (nreverse nodes))))
1788 (defun Info-follow-reference (footnotename &optional fork)
1789 "Follow cross reference named FOOTNOTENAME to the node it refers to.
1790 FOOTNOTENAME may be an abbreviation of the reference name.
1791 If FORK is non-nil (interactively with a prefix arg), show the node in
1792 a new info buffer. If FORK is a string, it is the name to use for the
1793 new buffer."
1794 (interactive
1795 (let ((completion-ignore-case t)
1796 (case-fold-search t)
1797 completions default alt-default (start-point (point)) str i bol eol)
1798 (save-excursion
1799 ;; Store end and beginning of line.
1800 (end-of-line)
1801 (setq eol (point))
1802 (beginning-of-line)
1803 (setq bol (point))
1805 (goto-char (point-min))
1806 (while (re-search-forward "\\*note[ \n\t]+\\([^:]*\\):" nil t)
1807 (setq str (match-string-no-properties 1))
1808 ;; See if this one should be the default.
1809 (and (null default)
1810 (<= (match-beginning 0) start-point)
1811 (<= start-point (point))
1812 (setq default t))
1813 ;; See if this one should be the alternate default.
1814 (and (null alt-default)
1815 (and (<= bol (match-beginning 0))
1816 (<= (point) eol))
1817 (setq alt-default t))
1818 (setq i 0)
1819 (while (setq i (string-match "[ \n\t]+" str i))
1820 (setq str (concat (substring str 0 i) " "
1821 (substring str (match-end 0))))
1822 (setq i (1+ i)))
1823 ;; Record as a completion and perhaps as default.
1824 (if (eq default t) (setq default str))
1825 (if (eq alt-default t) (setq alt-default str))
1826 ;; Don't add this string if it's a duplicate.
1827 (or (assoc-string str completions t)
1828 (push str completions))))
1829 ;; If no good default was found, try an alternate.
1830 (or default
1831 (setq default alt-default))
1832 ;; If only one cross-reference found, then make it default.
1833 (if (eq (length completions) 1)
1834 (setq default (car completions)))
1835 (if completions
1836 (let ((input (completing-read (if default
1837 (concat
1838 "Follow reference named: (default "
1839 default ") ")
1840 "Follow reference named: ")
1841 completions nil t)))
1842 (list (if (equal input "")
1843 default input) current-prefix-arg))
1844 (error "No cross-references in this node"))))
1846 (unless footnotename
1847 (error "No reference was specified"))
1849 (let (target i (str (concat "\\*note " (regexp-quote footnotename)))
1850 (case-fold-search t))
1851 (while (setq i (string-match " " str i))
1852 (setq str (concat (substring str 0 i) "[ \t\n]+" (substring str (1+ i))))
1853 (setq i (+ i 6)))
1854 (save-excursion
1855 ;; Move point to the beginning of reference if point is on reference
1856 (or (looking-at "\\*note[ \n\t]+")
1857 (and (looking-back "\\*note[ \n\t]+")
1858 (goto-char (match-beginning 0)))
1859 (if (and (save-excursion
1860 (goto-char (+ (point) 5)) ; skip a possible *note
1861 (re-search-backward "\\*note[ \n\t]+" nil t)
1862 (looking-at str))
1863 (<= (point) (match-end 0)))
1864 (goto-char (match-beginning 0))))
1865 ;; Go to the reference closest to point
1866 (let ((next-ref (save-excursion (and (re-search-forward str nil t)
1867 (+ (match-beginning 0) 5))))
1868 (prev-ref (save-excursion (and (re-search-backward str nil t)
1869 (+ (match-beginning 0) 5)))))
1870 (goto-char (cond ((and next-ref prev-ref)
1871 (if (< (abs (- next-ref (point)))
1872 (abs (- prev-ref (point))))
1873 next-ref prev-ref))
1874 ((or next-ref prev-ref))
1875 ((error "No cross-reference named %s" footnotename))))
1876 (setq target (Info-extract-menu-node-name t))))
1877 (while (setq i (string-match "[ \t\n]+" target i))
1878 (setq target (concat (substring target 0 i) " "
1879 (substring target (match-end 0))))
1880 (setq i (+ i 1)))
1881 (Info-goto-node target fork)))
1883 (defconst Info-menu-entry-name-re "\\(?:[^:]\\|:[^:,.;() \t\n]\\)*"
1884 ;; We allow newline because this is also used in Info-follow-reference,
1885 ;; where the xref name might be wrapped over two lines.
1886 "Regexp that matches a menu entry name upto but not including the colon.
1887 Because of ambiguities, this should be concatenated with something like
1888 `:' and `Info-following-node-name-re'.")
1890 (defun Info-extract-menu-node-name (&optional multi-line index-node)
1891 (skip-chars-forward " \t\n")
1892 (when (looking-at (concat Info-menu-entry-name-re ":\\(:\\|"
1893 (Info-following-node-name-re
1894 (cond
1895 (index-node "^,\t\n")
1896 (multi-line "^.,\t")
1897 (t "^.,\t\n")))
1898 "\\)"
1899 (if index-node
1900 "\\.\\(?:[ \t\n]+(line +\\([0-9]+\\))\\)?"
1901 "")))
1902 (if index-node
1903 (setq Info-point-loc
1904 (if (match-beginning 5)
1905 (string-to-number (match-string 5))
1906 (buffer-substring (match-beginning 0) (1- (match-beginning 1)))))
1907 ;;; Comment out the next line to use names of cross-references:
1908 ;;; (setq Info-point-loc
1909 ;;; (buffer-substring (match-beginning 0) (1- (match-beginning 1))))
1911 (replace-regexp-in-string
1912 "[ \n]+" " "
1913 (or (match-string 2)
1914 ;; If the node name is the menu entry name (using `entry::').
1915 (buffer-substring (match-beginning 0) (1- (match-beginning 1)))))))
1917 ;; No one calls this.
1918 ;;(defun Info-menu-item-sequence (list)
1919 ;; (while list
1920 ;; (Info-menu (car list))
1921 ;; (setq list (cdr list))))
1923 (defvar Info-complete-menu-buffer)
1924 (defvar Info-complete-next-re nil)
1925 (defvar Info-complete-nodes nil)
1926 (defvar Info-complete-cache nil)
1928 (defconst Info-node-spec-re
1929 (concat (Info-following-node-name-re "^.,:") "[,:.]")
1930 "Regexp to match the text after a : until the terminating `.'.")
1932 (defun Info-complete-menu-item (string predicate action)
1933 ;; This uses two dynamically bound variables:
1934 ;; - `Info-complete-menu-buffer' which contains the buffer in which
1935 ;; is the menu of items we're trying to complete.
1936 ;; - `Info-complete-next-re' which, if non-nil, indicates that we should
1937 ;; also look for menu items in subsequent nodes as long as those
1938 ;; nodes' names match `Info-complete-next-re'. This feature is currently
1939 ;; not used.
1940 ;; - `Info-complete-nodes' which, if non-nil, indicates that we should
1941 ;; also look for menu items in these nodes. This feature is currently
1942 ;; only used for completion in Info-index.
1944 ;; Note that `Info-complete-menu-buffer' could be current already,
1945 ;; so we want to save point.
1946 (save-excursion
1947 (set-buffer Info-complete-menu-buffer)
1948 (let ((completion-ignore-case t)
1949 (case-fold-search t)
1950 (orignode Info-current-node)
1951 nextnode)
1952 (goto-char (point-min))
1953 (search-forward "\n* Menu:")
1954 (if (not (memq action '(nil t)))
1955 (re-search-forward
1956 (concat "\n\\* +" (regexp-quote string) ":") nil t)
1957 (let ((pattern (concat "\n\\* +\\("
1958 (regexp-quote string)
1959 Info-menu-entry-name-re "\\):" Info-node-spec-re))
1960 completions)
1961 ;; Check the cache.
1962 (if (and (equal (nth 0 Info-complete-cache) Info-current-file)
1963 (equal (nth 1 Info-complete-cache) Info-current-node)
1964 (equal (nth 2 Info-complete-cache) Info-complete-next-re)
1965 (equal (nth 5 Info-complete-cache) Info-complete-nodes)
1966 (let ((prev (nth 3 Info-complete-cache)))
1967 (eq t (compare-strings string 0 (length prev)
1968 prev 0 nil t))))
1969 ;; We can reuse the previous list.
1970 (setq completions (nth 4 Info-complete-cache))
1971 ;; The cache can't be used.
1972 (while
1973 (progn
1974 (while (re-search-forward pattern nil t)
1975 (push (match-string-no-properties 1)
1976 completions))
1977 ;; Check subsequent nodes if applicable.
1978 (or (and Info-complete-next-re
1979 (setq nextnode (Info-extract-pointer "next" t))
1980 (string-match Info-complete-next-re nextnode))
1981 (and Info-complete-nodes
1982 (setq Info-complete-nodes (cdr Info-complete-nodes)
1983 nextnode (car Info-complete-nodes)))))
1984 (Info-goto-node nextnode))
1985 ;; Go back to the start node (for the next completion).
1986 (unless (equal Info-current-node orignode)
1987 (Info-goto-node orignode))
1988 ;; Update the cache.
1989 (set (make-local-variable 'Info-complete-cache)
1990 (list Info-current-file Info-current-node
1991 Info-complete-next-re string completions
1992 Info-complete-nodes)))
1993 (if action
1994 (all-completions string completions predicate)
1995 (try-completion string completions predicate)))))))
1998 (defun Info-menu (menu-item &optional fork)
1999 "Go to the node pointed to by the menu item named (or abbreviated) MENU-ITEM.
2000 The menu item should one of those listed in the current node's menu.
2001 Completion is allowed, and the default menu item is the one point is on.
2002 If FORK is non-nil (interactively with a prefix arg), show the node in
2003 a new info buffer. If FORK is a string, it is the name to use for the
2004 new buffer."
2005 (interactive
2006 (let ((completions '())
2007 ;; If point is within a menu item, use that item as the default
2008 (default nil)
2009 (p (point))
2011 (last nil)
2012 (case-fold-search t))
2013 (save-excursion
2014 (goto-char (point-min))
2015 (if (not (search-forward "\n* menu:" nil t))
2016 (error "No menu in this node"))
2017 (setq beg (point))
2018 (and (< (point) p)
2019 (save-excursion
2020 (goto-char p)
2021 (end-of-line)
2022 (if (re-search-backward (concat "\n\\* +\\("
2023 Info-menu-entry-name-re
2024 "\\):") beg t)
2025 (setq default (match-string-no-properties 1))))))
2026 (let ((item nil))
2027 (while (null item)
2028 (setq item (let ((completion-ignore-case t)
2029 (Info-complete-menu-buffer (current-buffer)))
2030 (completing-read (if default
2031 (format "Menu item (default %s): "
2032 default)
2033 "Menu item: ")
2034 'Info-complete-menu-item nil t)))
2035 ;; we rely on the fact that completing-read accepts an input
2036 ;; of "" even when the require-match argument is true and ""
2037 ;; is not a valid possibility
2038 (if (string= item "")
2039 (if default
2040 (setq item default)
2041 ;; ask again
2042 (setq item nil))))
2043 (list item current-prefix-arg))))
2044 ;; there is a problem here in that if several menu items have the same
2045 ;; name you can only go to the node of the first with this command.
2046 (Info-goto-node (Info-extract-menu-item menu-item) (if fork menu-item)))
2048 (defun Info-extract-menu-item (menu-item)
2049 (setq menu-item (regexp-quote menu-item))
2050 (let ((case-fold-search t))
2051 (save-excursion
2052 (let ((case-fold-search t))
2053 (goto-char (point-min))
2054 (or (search-forward "\n* menu:" nil t)
2055 (error "No menu in this node"))
2056 (or (re-search-forward (concat "\n\\* +" menu-item ":") nil t)
2057 (re-search-forward (concat "\n\\* +" menu-item) nil t)
2058 (error "No such item in menu"))
2059 (beginning-of-line)
2060 (forward-char 2)
2061 (Info-extract-menu-node-name nil (Info-index-node))))))
2063 ;; If COUNT is nil, use the last item in the menu.
2064 (defun Info-extract-menu-counting (count)
2065 (let ((case-fold-search t))
2066 (save-excursion
2067 (let ((case-fold-search t))
2068 (goto-char (point-min))
2069 (or (search-forward "\n* menu:" nil t)
2070 (error "No menu in this node"))
2071 (if count
2072 (or (search-forward "\n* " nil t count)
2073 (error "Too few items in menu"))
2074 (while (search-forward "\n* " nil t)
2075 nil))
2076 (Info-extract-menu-node-name nil (Info-index-node))))))
2078 (defun Info-nth-menu-item ()
2079 "Go to the node of the Nth menu item.
2080 N is the digit argument used to invoke this command."
2081 (interactive)
2082 (Info-goto-node
2083 (Info-extract-menu-counting
2084 (- (aref (this-command-keys) (1- (length (this-command-keys)))) ?0))))
2086 (defun Info-top-node ()
2087 "Go to the Top node of this file."
2088 (interactive)
2089 (Info-goto-node "Top"))
2091 (defun Info-final-node ()
2092 "Go to the final node in this file."
2093 (interactive)
2094 (Info-goto-node "Top")
2095 (let ((Info-history nil)
2096 (case-fold-search t))
2097 ;; Go to the last node in the menu of Top.
2098 (Info-goto-node (Info-extract-menu-counting nil))
2099 ;; If the last node in the menu is not last in pointer structure,
2100 ;; move forward until we can't go any farther.
2101 (while (Info-forward-node t t) nil)
2102 ;; Then keep moving down to last subnode, unless we reach an index.
2103 (while (and (not (Info-index-node))
2104 (save-excursion (search-forward "\n* Menu:" nil t)))
2105 (Info-goto-node (Info-extract-menu-counting nil)))))
2107 (defun Info-forward-node (&optional not-down no-error)
2108 "Go forward one node, considering all nodes as forming one sequence."
2109 (interactive)
2110 (goto-char (point-min))
2111 (forward-line 1)
2112 (let ((case-fold-search t))
2113 ;; three possibilities, in order of priority:
2114 ;; 1. next node is in a menu in this node (but not in an index)
2115 ;; 2. next node is next at same level
2116 ;; 3. next node is up and next
2117 (cond ((and (not not-down)
2118 (save-excursion (search-forward "\n* menu:" nil t))
2119 (not (Info-index-node)))
2120 (Info-goto-node (Info-extract-menu-counting 1))
2122 ((save-excursion (search-backward "next:" nil t))
2123 (Info-next)
2125 ((and (save-excursion (search-backward "up:" nil t))
2126 ;; Use string-equal, not equal, to ignore text props.
2127 (not (string-equal (downcase (Info-extract-pointer "up"))
2128 "top")))
2129 (let ((old-node Info-current-node))
2130 (Info-up)
2131 (let (Info-history success)
2132 (unwind-protect
2133 (setq success (Info-forward-node t no-error))
2134 (or success (Info-goto-node old-node))))))
2135 (no-error nil)
2136 (t (error "No pointer forward from this node")))))
2138 (defun Info-backward-node ()
2139 "Go backward one node, considering all nodes as forming one sequence."
2140 (interactive)
2141 (let ((prevnode (Info-extract-pointer "prev[ious]*" t))
2142 (upnode (Info-extract-pointer "up" t))
2143 (case-fold-search t))
2144 (cond ((and upnode (string-match "(" upnode))
2145 (error "First node in file"))
2146 ((and upnode (or (null prevnode)
2147 ;; Use string-equal, not equal,
2148 ;; to ignore text properties.
2149 (string-equal (downcase prevnode)
2150 (downcase upnode))))
2151 (Info-up))
2152 (prevnode
2153 ;; If we move back at the same level,
2154 ;; go down to find the last subnode*.
2155 (Info-prev)
2156 (let (Info-history)
2157 (while (and (not (Info-index-node))
2158 (save-excursion (search-forward "\n* Menu:" nil t)))
2159 (Info-goto-node (Info-extract-menu-counting nil)))))
2161 (error "No pointer backward from this node")))))
2163 (defun Info-exit ()
2164 "Exit Info by selecting some other buffer."
2165 (interactive)
2166 (if Info-standalone
2167 (save-buffers-kill-emacs)
2168 (quit-window)))
2170 (defun Info-next-menu-item ()
2171 "Go to the node of the next menu item."
2172 (interactive)
2173 ;; Bind this in case the user sets it to nil.
2174 (let* ((case-fold-search t)
2175 (node
2176 (save-excursion
2177 (forward-line -1)
2178 (search-forward "\n* menu:" nil t)
2179 (and (search-forward "\n* " nil t)
2180 (Info-extract-menu-node-name)))))
2181 (if node (Info-goto-node node)
2182 (error "No more items in menu"))))
2184 (defun Info-last-menu-item ()
2185 "Go to the node of the previous menu item."
2186 (interactive)
2187 (save-excursion
2188 (forward-line 1)
2189 ;; Bind this in case the user sets it to nil.
2190 (let* ((case-fold-search t)
2191 (beg (save-excursion
2192 (and (search-backward "\n* menu:" nil t)
2193 (point)))))
2194 (or (and beg (search-backward "\n* " beg t))
2195 (error "No previous items in menu")))
2196 (Info-goto-node (save-excursion
2197 (goto-char (match-end 0))
2198 (Info-extract-menu-node-name)))))
2200 (defmacro Info-no-error (&rest body)
2201 (list 'condition-case nil (cons 'progn (append body '(t))) '(error nil)))
2203 (defun Info-next-preorder ()
2204 "Go to the next subnode or the next node, or go up a level."
2205 (interactive)
2206 (cond ((Info-no-error (Info-next-menu-item)))
2207 ((Info-no-error (Info-next)))
2208 ((Info-no-error (Info-up t))
2209 ;; Since we have already gone thru all the items in this menu,
2210 ;; go up to the end of this node.
2211 (goto-char (point-max))
2212 ;; Since logically we are done with the node with that menu,
2213 ;; move on from it.
2214 (Info-next-preorder))
2216 (error "No more nodes"))))
2218 (defun Info-last-preorder ()
2219 "Go to the last node, popping up a level if there is none."
2220 (interactive)
2221 (cond ((Info-no-error
2222 (Info-last-menu-item)
2223 ;; If we go down a menu item, go to the end of the node
2224 ;; so we can scroll back through it.
2225 (goto-char (point-max)))
2226 ;; Keep going down, as long as there are nested menu nodes.
2227 (while (Info-no-error
2228 (Info-last-menu-item)
2229 ;; If we go down a menu item, go to the end of the node
2230 ;; so we can scroll back through it.
2231 (goto-char (point-max))))
2232 (recenter -1))
2233 ((and (Info-no-error (Info-extract-pointer "prev"))
2234 (not (equal (Info-extract-pointer "up")
2235 (Info-extract-pointer "prev"))))
2236 (Info-no-error (Info-prev))
2237 (goto-char (point-max))
2238 (while (Info-no-error
2239 (Info-last-menu-item)
2240 ;; If we go down a menu item, go to the end of the node
2241 ;; so we can scroll back through it.
2242 (goto-char (point-max))))
2243 (recenter -1))
2244 ((Info-no-error (Info-up t))
2245 (goto-char (point-min))
2246 (let ((case-fold-search t))
2247 (or (search-forward "\n* Menu:" nil t)
2248 (goto-char (point-max)))))
2249 (t (error "No previous nodes"))))
2251 (defun Info-scroll-up ()
2252 "Scroll one screenful forward in Info, considering all nodes as one sequence.
2253 Once you scroll far enough in a node that its menu appears on the screen
2254 but after point, the next scroll moves into its first subnode, unless
2255 `Info-scroll-prefer-subnodes' is nil.
2257 When you scroll past the end of a node, that goes to the next node if
2258 `Info-scroll-prefer-subnodes' is non-nil and to the first subnode otherwise;
2259 if this node has no successor, it moves to the parent node's successor,
2260 and so on. If `Info-scroll-prefer-subnodes' is non-nil and point is inside
2261 the menu of a node, it moves to subnode indicated by the following menu
2262 item. (That case won't normally result from this command, but can happen
2263 in other ways.)"
2265 (interactive)
2266 (if (or (< (window-start) (point-min))
2267 (> (window-start) (point-max)))
2268 (set-window-start (selected-window) (point)))
2269 (let* ((case-fold-search t)
2270 (virtual-end (save-excursion
2271 (goto-char (point-min))
2272 (if (and Info-scroll-prefer-subnodes
2273 (search-forward "\n* Menu:" nil t))
2274 (point)
2275 (point-max)))))
2276 (if (or (< virtual-end (window-start))
2277 (pos-visible-in-window-p virtual-end))
2278 (cond
2279 (Info-scroll-prefer-subnodes (Info-next-preorder))
2280 ((Info-no-error (Info-goto-node (Info-extract-menu-counting 1))))
2281 (t (Info-next-preorder)))
2282 (scroll-up))))
2284 (defun Info-scroll-down ()
2285 "Scroll one screenful back in Info, considering all nodes as one sequence.
2286 If point is within the menu of a node, and `Info-scroll-prefer-subnodes'
2287 is non-nil, this goes to its last subnode. When you scroll past the
2288 beginning of a node, that goes to the previous node or back up to the
2289 parent node."
2290 (interactive)
2291 (if (or (< (window-start) (point-min))
2292 (> (window-start) (point-max)))
2293 (set-window-start (selected-window) (point)))
2294 (let* ((case-fold-search t)
2295 (current-point (point))
2296 (virtual-end
2297 (and Info-scroll-prefer-subnodes
2298 (save-excursion
2299 (beginning-of-line)
2300 (setq current-point (point))
2301 (goto-char (point-min))
2302 (search-forward "\n* Menu:"
2303 current-point
2304 t)))))
2305 (if (or virtual-end
2306 (pos-visible-in-window-p (point-min) nil t))
2307 (Info-last-preorder)
2308 (scroll-down))))
2310 (defun Info-next-reference (&optional recur)
2311 "Move cursor to the next cross-reference or menu item in the node."
2312 (interactive)
2313 (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tp://")
2314 (old-pt (point))
2315 (case-fold-search t))
2316 (or (eobp) (forward-char 1))
2317 (or (re-search-forward pat nil t)
2318 (progn
2319 (goto-char (point-min))
2320 (or (re-search-forward pat nil t)
2321 (progn
2322 (goto-char old-pt)
2323 (error "No cross references in this node")))))
2324 (goto-char (or (match-beginning 1) (match-beginning 0)))
2325 (if (looking-at "\\* Menu:")
2326 (if recur
2327 (error "No cross references in this node")
2328 (Info-next-reference t)))))
2330 (defun Info-prev-reference (&optional recur)
2331 "Move cursor to the previous cross-reference or menu item in the node."
2332 (interactive)
2333 (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tp://")
2334 (old-pt (point))
2335 (case-fold-search t))
2336 (or (re-search-backward pat nil t)
2337 (progn
2338 (goto-char (point-max))
2339 (or (re-search-backward pat nil t)
2340 (progn
2341 (goto-char old-pt)
2342 (error "No cross references in this node")))))
2343 (goto-char (or (match-beginning 1) (match-beginning 0)))
2344 (if (looking-at "\\* Menu:")
2345 (if recur
2346 (error "No cross references in this node")
2347 (Info-prev-reference t)))))
2349 (defvar Info-index-nodes nil
2350 "Alist of cached index node names of visited Info files.
2351 Each element has the form (INFO-FILE INDEX-NODE-NAMES-LIST).")
2353 (defun Info-index-nodes (&optional file)
2354 "Return a list of names of all index nodes in Info FILE.
2355 If FILE is omitted, it defaults to the current Info file.
2356 First look in a list of cached index node names. Then scan Info
2357 file and its subfiles for nodes with the index cookie. Then try
2358 to find index nodes starting from the first node in the top level
2359 menu whose name contains the word \"Index\", plus any immediately
2360 following nodes whose names also contain the word \"Index\"."
2361 (or file (setq file Info-current-file))
2362 (or (assoc file Info-index-nodes)
2363 ;; Skip virtual Info files
2364 (and (member file '("dir" "history" "toc" "apropos"))
2365 (setq Info-index-nodes (cons (cons file nil) Info-index-nodes)))
2366 (not (stringp file))
2367 ;; Find nodes with index cookie
2368 (let* ((default-directory (or (and (stringp file)
2369 (file-name-directory
2370 (setq file (Info-find-file file))))
2371 default-directory))
2372 Info-history Info-history-list Info-fontify-maximum-menu-size
2373 (main-file file) subfiles nodes node)
2374 (condition-case nil
2375 (with-temp-buffer
2376 (while (or main-file subfiles)
2377 (erase-buffer)
2378 (info-insert-file-contents (or main-file (car subfiles)))
2379 (goto-char (point-min))
2380 (while (search-forward "\0\b[index\0\b]" nil 'move)
2381 (save-excursion
2382 (re-search-backward "^\^_")
2383 (search-forward "Node: ")
2384 (setq nodes (cons (Info-following-node-name) nodes))))
2385 (if main-file
2386 (save-excursion
2387 (goto-char (point-min))
2388 (if (search-forward "\n\^_\nIndirect:" nil t)
2389 (let ((bound (save-excursion (search-forward "\n\^_" nil t))))
2390 (while (re-search-forward "^\\(.*\\): [0-9]+$" bound t)
2391 (setq subfiles (cons (match-string-no-properties 1)
2392 subfiles)))))
2393 (setq subfiles (nreverse subfiles)
2394 main-file nil))
2395 (setq subfiles (cdr subfiles)))))
2396 (error nil))
2397 (if nodes
2398 (setq nodes (nreverse nodes)
2399 Info-index-nodes (cons (cons file nodes) Info-index-nodes)))
2400 nodes)
2401 ;; Find nodes with the word "Index" in the node name
2402 (let ((case-fold-search t)
2403 Info-history Info-history-list Info-fontify-maximum-menu-size
2404 nodes node)
2405 (condition-case nil
2406 (with-temp-buffer
2407 (Info-mode)
2408 (Info-find-node file "Top")
2409 (when (and (search-forward "\n* menu:" nil t)
2410 (re-search-forward "\n\\* \\(.*\\<Index\\>\\)" nil t))
2411 (goto-char (match-beginning 1))
2412 (setq nodes (list (Info-extract-menu-node-name)))
2413 (Info-goto-node (car nodes))
2414 (while (and (setq node (Info-extract-pointer "next" t))
2415 (string-match "\\<Index\\>" node))
2416 (setq nodes (cons node nodes))
2417 (Info-goto-node node))))
2418 (error nil))
2419 (if nodes
2420 (setq nodes (nreverse nodes)
2421 Info-index-nodes (cons (cons file nodes) Info-index-nodes)))
2422 nodes)
2423 ;; If file has no index nodes, still add it to the cache
2424 (setq Info-index-nodes (cons (cons file nil) Info-index-nodes)))
2425 (cdr (assoc file Info-index-nodes)))
2427 (defun Info-index-node (&optional node file)
2428 "Return non-nil value if NODE is an index node.
2429 If NODE is nil, check the current Info node.
2430 If FILE is nil, check the current Info file."
2431 (if (or (and node (not (equal node Info-current-node)))
2432 (assoc (or file Info-current-file) Info-index-nodes))
2433 (member (or node Info-current-node) (Info-index-nodes file))
2434 ;; Don't search all index nodes if request is only for the current node
2435 ;; and file is not in the cache of index nodes
2437 (save-match-data
2438 (string-match "\\<Index\\>" (or node Info-current-node "")))
2439 (save-excursion
2440 (goto-char (+ (or (save-excursion
2441 (search-backward "\n\^_" nil t))
2442 (point-min)) 2))
2443 (search-forward "\0\b[index\0\b]"
2444 (or (save-excursion
2445 (search-forward "\n\^_" nil t))
2446 (point-max)) t)))))
2448 (defun Info-goto-index ()
2449 "Go to the first index node."
2450 (let ((node (car (Info-index-nodes))))
2451 (or node (error "No index"))
2452 (Info-goto-node node)))
2454 ;;;###autoload
2455 (defun Info-index (topic)
2456 "Look up a string TOPIC in the index for this file.
2457 If there are no exact matches to the specified topic, this chooses
2458 the first match which is a case-insensitive substring of a topic.
2459 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
2460 Give a blank topic name to go to the Index node itself."
2461 (interactive
2462 (list
2463 (let ((Info-complete-menu-buffer (clone-buffer))
2464 (Info-complete-nodes (Info-index-nodes))
2465 (Info-history-list nil))
2466 (if (equal Info-current-file "dir")
2467 (error "The Info directory node has no index; use m to select a manual"))
2468 (unwind-protect
2469 (with-current-buffer Info-complete-menu-buffer
2470 (Info-goto-index)
2471 (completing-read "Index topic: " 'Info-complete-menu-item))
2472 (kill-buffer Info-complete-menu-buffer)))))
2473 (if (equal Info-current-file "dir")
2474 (error "The Info directory node has no index; use m to select a manual"))
2475 (let ((orignode Info-current-node)
2476 (pattern (format "\n\\* +\\([^\n]*%s[^\n]*\\):[ \t]+\\([^\n]*\\)\\.\\(?:[ \t\n]*(line +\\([0-9]+\\))\\)?"
2477 (regexp-quote topic)))
2478 node (nodes (Info-index-nodes))
2479 (ohist-list Info-history-list)
2480 (case-fold-search t))
2481 (Info-goto-index)
2482 (or (equal topic "")
2483 (let ((matches nil)
2484 (exact nil)
2485 ;; We bind Info-history to nil for internal node-switches so
2486 ;; that we don't put junk in the history. In the first
2487 ;; Info-goto-index call, above, we do update the history
2488 ;; because that is what the user's previous node choice into it.
2489 (Info-history nil)
2490 found)
2491 (while
2492 (progn
2493 (goto-char (point-min))
2494 (while (re-search-forward pattern nil t)
2495 (push (list (match-string-no-properties 1)
2496 (match-string-no-properties 2)
2497 Info-current-node
2498 (string-to-number (concat "0"
2499 (match-string 3))))
2500 matches))
2501 (setq nodes (cdr nodes) node (car nodes)))
2502 (Info-goto-node node))
2503 (or matches
2504 (progn
2505 (Info-goto-node orignode)
2506 (error "No `%s' in index" topic)))
2507 ;; Here it is a feature that assoc is case-sensitive.
2508 (while (setq found (assoc topic matches))
2509 (setq exact (cons found exact)
2510 matches (delq found matches)))
2511 (setq Info-history-list ohist-list)
2512 (setq Info-index-alternatives (nconc exact (nreverse matches)))
2513 (Info-index-next 0)))))
2515 (defun Info-index-next (num)
2516 "Go to the next matching index item from the last \\<Info-mode-map>\\[Info-index] command."
2517 (interactive "p")
2518 (or Info-index-alternatives
2519 (error "No previous `i' command"))
2520 (while (< num 0)
2521 (setq num (+ num (length Info-index-alternatives))))
2522 (while (> num 0)
2523 (setq Info-index-alternatives
2524 (nconc (cdr Info-index-alternatives)
2525 (list (car Info-index-alternatives)))
2526 num (1- num)))
2527 (Info-goto-node (nth 1 (car Info-index-alternatives)))
2528 (if (> (nth 3 (car Info-index-alternatives)) 0)
2529 (forward-line (1- (nth 3 (car Info-index-alternatives))))
2530 (forward-line 3) ; don't search in headers
2531 (let ((name (car (car Info-index-alternatives))))
2532 (Info-find-index-name name)))
2533 (message "Found `%s' in %s. %s"
2534 (car (car Info-index-alternatives))
2535 (nth 2 (car Info-index-alternatives))
2536 (if (cdr Info-index-alternatives)
2537 "(`,' tries to find next)"
2538 "(Only match)")))
2540 (defun Info-find-index-name (name)
2541 "Move point to the place within the current node where NAME is defined."
2542 (let ((case-fold-search t))
2543 (if (or (re-search-forward (format
2544 "[a-zA-Z]+: %s\\( \\|$\\)"
2545 (regexp-quote name)) nil t)
2546 ;; Find a function definition with a return type.
2547 (re-search-forward (format
2548 "[a-zA-Z]+: [a-zA-Z0-9_ *&]+ %s\\( \\|$\\)"
2549 (regexp-quote name)) nil t)
2550 (search-forward (format "`%s'" name) nil t)
2551 (and (string-match "\\`.*\\( (.*)\\)\\'" name)
2552 (search-forward
2553 (format "`%s'" (substring name 0 (match-beginning 1)))
2554 nil t))
2555 (search-forward name nil t)
2556 ;; Try again without the " <1>" makeinfo can append
2557 (and (string-match "\\`\\(.*\\) <[0-9]+>\\'" name)
2558 (Info-find-index-name (match-string 1 name))))
2559 (progn (beginning-of-line) t) ;; non-nil for recursive call
2560 (goto-char (point-min)))))
2562 ;;;###autoload
2563 (defun info-apropos (string)
2564 "Grovel indices of all known Info files on your system for STRING.
2565 Build a menu of the possible matches."
2566 (interactive "sIndex apropos: ")
2567 (unless (string= string "")
2568 (let ((pattern (format "\n\\* +\\([^\n]*%s[^\n]*\\):[ \t]+\\([^\n]+\\)\\.\\(?:[ \t\n]*(line +\\([0-9]+\\))\\)?"
2569 (regexp-quote string)))
2570 (ohist Info-history)
2571 (ohist-list Info-history-list)
2572 (current-node Info-current-node)
2573 (current-file Info-current-file)
2574 manuals matches node nodes)
2575 (let ((Info-fontify-maximum-menu-size nil))
2576 (Info-directory)
2577 (message "Searching indices...")
2578 (goto-char (point-min))
2579 (re-search-forward "\\* Menu: *\n" nil t)
2580 (while (re-search-forward "\\*.*: *(\\([^)]+\\))" nil t)
2581 (add-to-list 'manuals (match-string 1)))
2582 (dolist (manual manuals)
2583 (message "Searching %s" manual)
2584 (if (setq nodes (Info-index-nodes (Info-find-file manual)))
2585 (condition-case nil
2586 (save-excursion
2587 (Info-find-node manual (car nodes))
2588 (while
2589 (progn
2590 (goto-char (point-min))
2591 (while (re-search-forward pattern nil t)
2592 (add-to-list 'matches
2593 (list manual
2594 (match-string-no-properties 1)
2595 (match-string-no-properties 2)
2596 (match-string-no-properties 3))))
2597 (setq nodes (cdr nodes) node (car nodes)))
2598 (Info-goto-node node)))
2599 (error nil)))))
2600 (Info-goto-node (concat "(" current-file ")" current-node))
2601 (setq Info-history ohist
2602 Info-history-list ohist-list)
2603 (message "Searching indices...done")
2604 (if (null matches)
2605 (message "No matches found")
2606 (with-current-buffer (get-buffer-create " *info-apropos*")
2607 (erase-buffer)
2608 (insert "\n\^_\nFile: apropos, Node: Index, Up: (dir)\n")
2609 (insert "* Menu: \nNodes whose indices contain \"" string "\"\n\n")
2610 (dolist (entry matches)
2611 (insert
2612 (format "* %-38s (%s)%s.%s\n"
2613 (concat (nth 1 entry) " [" (nth 0 entry) "]:")
2614 (nth 0 entry)
2615 (nth 2 entry)
2616 (if (nth 3 entry)
2617 (concat " (line " (nth 3 entry) ")")
2618 "")))))
2619 (Info-find-node "apropos" "Index")
2620 (setq Info-complete-cache nil)))))
2622 (defun Info-undefined ()
2623 "Make command be undefined in Info."
2624 (interactive)
2625 (ding))
2627 (defun Info-help ()
2628 "Enter the Info tutorial."
2629 (interactive)
2630 (delete-other-windows)
2631 (Info-find-node "info"
2632 (if (< (window-height) 23)
2633 "Help-Small-Screen"
2634 "Help")))
2636 (defun Info-summary ()
2637 "Display a brief summary of all Info commands."
2638 (interactive)
2639 (save-window-excursion
2640 (switch-to-buffer "*Help*")
2641 (setq buffer-read-only nil)
2642 (erase-buffer)
2643 (insert (documentation 'Info-mode))
2644 (help-mode)
2645 (goto-char (point-min))
2646 (let (ch flag)
2647 (while (progn (setq flag (not (pos-visible-in-window-p (point-max))))
2648 (message (if flag "Type Space to see more"
2649 "Type Space to return to Info"))
2650 (if (not (eq ?\ (setq ch (read-event))))
2651 (progn (setq unread-command-events (list ch)) nil)
2652 flag))
2653 (scroll-up)))
2654 (bury-buffer "*Help*")))
2656 (defun Info-get-token (pos start all &optional errorstring)
2657 "Return the token around POS.
2658 POS must be somewhere inside the token
2659 START is a regular expression which will match the
2660 beginning of the tokens delimited string
2661 ALL is a regular expression with a single
2662 parenthesized subpattern which is the token to be
2663 returned. E.g. '{\(.*\)}' would return any string
2664 enclosed in braces around POS.
2665 ERRORSTRING optional fourth argument, controls action on no match
2666 nil: return nil
2667 t: beep
2668 a string: signal an error, using that string."
2669 (let ((case-fold-search t))
2670 (save-excursion
2671 (goto-char pos)
2672 ;; First look for a match for START that goes across POS.
2673 (while (and (not (bobp)) (> (point) (- pos (length start)))
2674 (not (looking-at start)))
2675 (forward-char -1))
2676 ;; If we did not find one, search back for START
2677 ;; (this finds only matches that end at or before POS).
2678 (or (looking-at start)
2679 (progn
2680 (goto-char pos)
2681 (re-search-backward start (max (point-min) (- pos 200)) 'yes)))
2682 (let (found)
2683 (while (and (re-search-forward all (min (point-max) (+ pos 200)) 'yes)
2684 (not (setq found (and (<= (match-beginning 0) pos)
2685 (> (match-end 0) pos))))))
2686 (if (and found (<= (match-beginning 0) pos)
2687 (> (match-end 0) pos))
2688 (match-string-no-properties 1)
2689 (cond ((null errorstring)
2690 nil)
2691 ((eq errorstring t)
2692 (beep)
2693 nil)
2695 (error "No %s around position %d" errorstring pos))))))))
2697 (defun Info-mouse-follow-nearest-node (click)
2698 "\\<Info-mode-map>Follow a node reference near point.
2699 Like \\[Info-menu], \\[Info-follow-reference], \\[Info-next], \\[Info-prev] or \\[Info-up] command, depending on where you click.
2700 At end of the node's text, moves to the next node, or up if none."
2701 (interactive "e")
2702 (mouse-set-point click)
2703 (and (not (Info-try-follow-nearest-node))
2704 (save-excursion (forward-line 1) (eobp))
2705 (Info-next-preorder)))
2707 (defun Info-follow-nearest-node (&optional fork)
2708 "Follow a node reference near point.
2709 If point is on a reference, follow that reference. Otherwise,
2710 if point is in a menu item description, follow that menu item."
2711 (interactive "P")
2712 (or (Info-try-follow-nearest-node fork)
2713 (when (save-excursion
2714 (search-backward "\n* menu:" nil t))
2715 (save-excursion
2716 (beginning-of-line)
2717 (while (not (or (bobp) (looking-at "[^ \t]\\|[ \t]*$")))
2718 (beginning-of-line 0))
2719 (when (looking-at "\\* +\\([^\t\n]*\\):")
2720 (Info-goto-node
2721 (Info-extract-menu-item (match-string-no-properties 1)) fork)
2722 t)))
2723 (error "Point neither on reference nor in menu item description")))
2725 ;; Common subroutine.
2726 (defun Info-try-follow-nearest-node (&optional fork)
2727 "Follow a node reference near point. Return non-nil if successful."
2728 (let (node)
2729 (cond
2730 ((and (Info-get-token (point) "[hf]t?tp://" "[hf]t?tp://\\([^ \t\n\"`({<>})']+\\)")
2731 (or (featurep 'browse-url) (require 'browse-url nil t)))
2732 (setq node t)
2733 (browse-url (browse-url-url-at-point)))
2734 ((setq node (Info-get-token (point) "\\*note[ \n\t]+"
2735 "\\*note[ \n\t]+\\([^:]*\\):\\(:\\|[ \n\t]*(\\)?"))
2736 (Info-follow-reference node fork))
2737 ;; menu item: node name
2738 ((setq node (Info-get-token (point) "\\* +" "\\* +\\([^:]*\\)::"))
2739 (Info-goto-node node fork))
2740 ;; menu item: node name or index entry
2741 ((Info-get-token (point) "\\* +" "\\* +\\(.*\\): ")
2742 (beginning-of-line)
2743 (forward-char 2)
2744 (setq node (Info-extract-menu-node-name nil (Info-index-node)))
2745 (Info-goto-node node fork))
2746 ((setq node (Info-get-token (point) "Up: " "Up: \\([^,\n\t]*\\)"))
2747 (Info-goto-node node fork))
2748 ((setq node (Info-get-token (point) "Next: " "Next: \\([^,\n\t]*\\)"))
2749 (Info-goto-node node fork))
2750 ((setq node (Info-get-token (point) "File: " "File: \\([^,\n\t]*\\)"))
2751 (Info-goto-node "Top" fork))
2752 ((setq node (Info-get-token (point) "Prev: " "Prev: \\([^,\n\t]*\\)"))
2753 (Info-goto-node node fork)))
2754 node))
2756 (defvar Info-mode-map nil
2757 "Keymap containing Info commands.")
2758 (if Info-mode-map
2760 (setq Info-mode-map (make-keymap))
2761 (suppress-keymap Info-mode-map)
2762 (define-key Info-mode-map "." 'beginning-of-buffer)
2763 (define-key Info-mode-map " " 'Info-scroll-up)
2764 (define-key Info-mode-map "\C-m" 'Info-follow-nearest-node)
2765 (define-key Info-mode-map "\t" 'Info-next-reference)
2766 (define-key Info-mode-map [(shift tab)] 'Info-prev-reference)
2767 (define-key Info-mode-map [backtab] 'Info-prev-reference)
2768 (define-key Info-mode-map "1" 'Info-nth-menu-item)
2769 (define-key Info-mode-map "2" 'Info-nth-menu-item)
2770 (define-key Info-mode-map "3" 'Info-nth-menu-item)
2771 (define-key Info-mode-map "4" 'Info-nth-menu-item)
2772 (define-key Info-mode-map "5" 'Info-nth-menu-item)
2773 (define-key Info-mode-map "6" 'Info-nth-menu-item)
2774 (define-key Info-mode-map "7" 'Info-nth-menu-item)
2775 (define-key Info-mode-map "8" 'Info-nth-menu-item)
2776 (define-key Info-mode-map "9" 'Info-nth-menu-item)
2777 (define-key Info-mode-map "0" 'undefined)
2778 (define-key Info-mode-map "?" 'Info-summary)
2779 (define-key Info-mode-map "]" 'Info-forward-node)
2780 (define-key Info-mode-map "[" 'Info-backward-node)
2781 (define-key Info-mode-map "<" 'Info-top-node)
2782 (define-key Info-mode-map ">" 'Info-final-node)
2783 (define-key Info-mode-map "b" 'beginning-of-buffer)
2784 (define-key Info-mode-map "c" 'Info-copy-current-node-name)
2785 (define-key Info-mode-map "d" 'Info-directory)
2786 (define-key Info-mode-map "e" 'Info-edit)
2787 (define-key Info-mode-map "f" 'Info-follow-reference)
2788 (define-key Info-mode-map "g" 'Info-goto-node)
2789 (define-key Info-mode-map "h" 'Info-help)
2790 (define-key Info-mode-map "i" 'Info-index)
2791 (define-key Info-mode-map "l" 'Info-last)
2792 (define-key Info-mode-map "L" 'Info-history)
2793 (define-key Info-mode-map "m" 'Info-menu)
2794 (define-key Info-mode-map "n" 'Info-next)
2795 (define-key Info-mode-map "p" 'Info-prev)
2796 (define-key Info-mode-map "q" 'Info-exit)
2797 (define-key Info-mode-map "s" 'Info-search)
2798 (define-key Info-mode-map "S" 'Info-search-case-sensitively)
2799 ;; For consistency with Rmail.
2800 (define-key Info-mode-map "\M-s" 'Info-search)
2801 (define-key Info-mode-map "\M-n" 'clone-buffer)
2802 (define-key Info-mode-map "t" 'Info-top-node)
2803 (define-key Info-mode-map "T" 'Info-toc)
2804 (define-key Info-mode-map "u" 'Info-up)
2805 ;; For consistency with dired-copy-filename-as-kill.
2806 (define-key Info-mode-map "w" 'Info-copy-current-node-name)
2807 (define-key Info-mode-map "," 'Info-index-next)
2808 (define-key Info-mode-map "\177" 'Info-scroll-down)
2809 (define-key Info-mode-map [mouse-2] 'Info-mouse-follow-nearest-node)
2812 (defun Info-check-pointer (item)
2813 "Non-nil if ITEM is present in this node."
2814 (condition-case nil
2815 (Info-extract-pointer item)
2816 (error nil)))
2818 (easy-menu-define
2819 Info-mode-menu Info-mode-map
2820 "Menu for info files."
2821 '("Info"
2822 ["Up" Info-up :active (Info-check-pointer "up")
2823 :help "Go up in the Info tree"]
2824 ["Next" Info-next :active (Info-check-pointer "next")
2825 :help "Go to the next node"]
2826 ["Previous" Info-prev :active (Info-check-pointer "prev[ious]*")
2827 :help "Go to the previous node"]
2828 ["Backward" Info-backward-node
2829 :help "Go backward one node, considering all as a sequence"]
2830 ["Forward" Info-forward-node
2831 :help "Go forward one node, considering all as a sequence"]
2832 ["Beginning" beginning-of-buffer
2833 :help "Go to beginning of this node"]
2834 ["Top" Info-top-node
2835 :help "Go to top node of file"]
2836 ["Final Node" Info-final-node
2837 :help "Go to final node in this file"]
2838 ("Menu Item" ["You should never see this" report-emacs-bug t])
2839 ("Reference" ["You should never see this" report-emacs-bug t])
2840 ["Search..." Info-search
2841 :help "Search for regular expression in this Info file"]
2842 ["Search Case-Sensitively..." Info-search-case-sensitively
2843 :help "Search for regular expression case sensitively"]
2844 ["Search Next" Info-search-next
2845 :help "Search for another occurrence of regular expression"]
2846 ["Go to Node..." Info-goto-node
2847 :help "Go to a named node"]
2848 ["Last" Info-last :active Info-history
2849 :help "Go to the last node you were at"]
2850 ["History" Info-history :active Info-history-list
2851 :help "Go to menu of visited nodes"]
2852 ["Table of Contents" Info-toc
2853 :help "Go to table of contents"]
2854 ("Index..."
2855 ["Lookup a String" Info-index
2856 :help "Look for a string in the index items"]
2857 ["Next Matching Item" Info-index-next
2858 :help "Look for another occurrence of previous item"]
2859 ["Lookup a string in all indices" info-apropos
2860 :help "Look for a string in the indices of all manuals"])
2861 ["Edit" Info-edit :help "Edit contents of this node"
2862 :active Info-enable-edit]
2863 ["Copy Node Name" Info-copy-current-node-name
2864 :help "Copy the name of the current node into the kill ring"]
2865 ["Clone Info buffer" clone-buffer
2866 :help "Create a twin copy of the current Info buffer."]
2867 ["Exit" Info-exit :help "Stop reading Info"]))
2870 (defvar info-tool-bar-map
2871 (if (display-graphic-p)
2872 (let ((map (make-sparse-keymap)))
2873 (tool-bar-local-item-from-menu 'Info-exit "close" map Info-mode-map)
2874 (tool-bar-local-item-from-menu 'Info-prev "left_arrow" map Info-mode-map)
2875 (tool-bar-local-item-from-menu 'Info-next "right_arrow" map Info-mode-map)
2876 (tool-bar-local-item-from-menu 'Info-up "up_arrow" map Info-mode-map)
2877 (tool-bar-local-item-from-menu 'Info-last "undo" map Info-mode-map)
2878 (tool-bar-local-item-from-menu 'Info-top-node "home" map Info-mode-map)
2879 (tool-bar-local-item-from-menu 'Info-index "index" map Info-mode-map)
2880 (tool-bar-local-item-from-menu 'Info-goto-node "jump_to" map Info-mode-map)
2881 (tool-bar-local-item-from-menu 'Info-search "search" map Info-mode-map)
2882 map)))
2884 (defvar Info-menu-last-node nil)
2885 ;; Last node the menu was created for.
2886 ;; Value is a list, (FILE-NAME NODE-NAME).
2888 (defun Info-menu-update ()
2889 "Update the Info menu for the current node."
2890 (condition-case nil
2891 (if (or (not (eq major-mode 'Info-mode))
2892 (equal (list Info-current-file Info-current-node)
2893 Info-menu-last-node))
2895 ;; Update menu menu.
2896 (let* ((Info-complete-menu-buffer (current-buffer))
2897 (items (nreverse (condition-case nil
2898 (Info-complete-menu-item "" nil t)
2899 (error nil))))
2900 entries current
2901 (number 0))
2902 (while (and items (< number 9))
2903 (setq current (car items)
2904 items (cdr items)
2905 number (1+ number))
2906 (setq entries (cons `[,current
2907 (Info-menu ,current)
2908 :keys ,(format "%d" number)]
2909 entries)))
2910 (if items
2911 (setq entries (cons ["Other..." Info-menu t] entries)))
2912 (or entries
2913 (setq entries (list ["No menu" nil nil] nil :active)))
2914 (easy-menu-change '("Info") "Menu Item" (nreverse entries)))
2915 ;; Update reference menu. Code stolen from `Info-follow-reference'.
2916 (let ((items nil)
2917 str i entries current
2918 (number 0)
2919 (case-fold-search t))
2920 (save-excursion
2921 (goto-char (point-min))
2922 (while (re-search-forward "\\*note[ \n\t]+\\([^:]*\\):" nil t)
2923 (setq str (match-string 1))
2924 (setq i 0)
2925 (while (setq i (string-match "[ \n\t]+" str i))
2926 (setq str (concat (substring str 0 i) " "
2927 (substring str (match-end 0))))
2928 (setq i (1+ i)))
2929 (setq items
2930 (cons str items))))
2931 (while (and items (< number 9))
2932 (setq current (car items)
2933 items (cdr items)
2934 number (1+ number))
2935 (setq entries (cons `[,current
2936 (Info-follow-reference ,current)
2938 entries)))
2939 (if items
2940 (setq entries (cons ["Other..." Info-follow-reference t]
2941 entries)))
2942 (or entries
2943 (setq entries (list ["No references" nil nil] nil :active)))
2944 (easy-menu-change '("Info") "Reference" (nreverse entries)))
2945 ;; Update last seen node.
2946 (setq Info-menu-last-node (list Info-current-file Info-current-node)))
2947 ;; Try to avoid entering infinite beep mode in case of errors.
2948 (error (ding))))
2951 (defun Info-copy-current-node-name (&optional arg)
2952 "Put the name of the current info node into the kill ring.
2953 The name of the info file is prepended to the node name in parentheses.
2954 With a zero prefix arg, put the name inside a function call to `info'."
2955 (interactive "P")
2956 (unless Info-current-node
2957 (error "No current info node"))
2958 (let ((node (concat "(" (file-name-nondirectory
2959 (or (and (stringp Info-current-file)
2960 Info-current-file)
2961 buffer-file-name
2962 ""))
2963 ")" Info-current-node)))
2964 (if (zerop (prefix-numeric-value arg))
2965 (setq node (concat "(info \"" node "\")")))
2966 (kill-new node)
2967 (message "%s" node)))
2970 ;; Info mode is suitable only for specially formatted data.
2971 (put 'Info-mode 'mode-class 'special)
2972 (put 'Info-mode 'no-clone-indirect t)
2974 (defun Info-mode ()
2975 "Info mode provides commands for browsing through the Info documentation tree.
2976 Documentation in Info is divided into \"nodes\", each of which discusses
2977 one topic and contains references to other nodes which discuss related
2978 topics. Info has commands to follow the references and show you other nodes.
2980 \\<Info-mode-map>\
2981 \\[Info-help] Invoke the Info tutorial.
2982 \\[Info-exit] Quit Info: reselect previously selected buffer.
2984 Selecting other nodes:
2985 \\[Info-mouse-follow-nearest-node]
2986 Follow a node reference you click on.
2987 This works with menu items, cross references, and
2988 the \"next\", \"previous\" and \"up\", depending on where you click.
2989 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
2990 \\[Info-next] Move to the \"next\" node of this node.
2991 \\[Info-prev] Move to the \"previous\" node of this node.
2992 \\[Info-up] Move \"up\" from this node.
2993 \\[Info-menu] Pick menu item specified by name (or abbreviation).
2994 Picking a menu item causes another node to be selected.
2995 \\[Info-directory] Go to the Info directory node.
2996 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
2997 \\[Info-last] Move to the last node you were at.
2998 \\[Info-history] Go to menu of visited nodes.
2999 \\[Info-toc] Go to table of contents of the current Info file.
3000 \\[Info-top-node] Go to the Top node of this file.
3001 \\[Info-final-node] Go to the final node in this file.
3002 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
3003 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
3004 \\[Info-index] Look up a topic in this file's Index and move to that node.
3005 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
3006 \\[info-apropos] Look for a string in the indices of all manuals.
3008 Moving within a node:
3009 \\[Info-scroll-up] Normally, scroll forward a full screen.
3010 Once you scroll far enough in a node that its menu appears on the
3011 screen but after point, the next scroll moves into its first
3012 subnode. When after all menu items (or if there is no menu),
3013 move up to the parent node.
3014 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
3015 already visible, try to go to the previous menu entry, or up
3016 if there is none.
3017 \\[beginning-of-buffer] Go to beginning of node.
3019 Advanced commands:
3020 \\[Info-copy-current-node-name] Put name of current info node in the kill ring.
3021 \\[clone-buffer] Select a new cloned Info buffer in another window.
3022 \\[Info-edit] Edit contents of selected node.
3023 1 .. 9 Pick first ... ninth item in node's menu.
3024 Every third `*' is highlighted to help pick the right number.
3025 \\[Info-goto-node] Move to node specified by name.
3026 You may include a filename as well, as (FILENAME)NODENAME.
3027 \\[universal-argument] \\[info] Move to new Info file with completion.
3028 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
3029 \\[Info-search] Search through this Info file for specified regexp,
3030 and select the node in which the next occurrence is found.
3031 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
3032 \\[Info-search-next] Search for another occurrence of regexp
3033 from a previous \\<Info-mode-map>\\[Info-search] command.
3034 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
3035 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item."
3036 (kill-all-local-variables)
3037 (setq major-mode 'Info-mode)
3038 (setq mode-name "Info")
3039 (setq tab-width 8)
3040 (use-local-map Info-mode-map)
3041 (add-hook 'activate-menubar-hook 'Info-menu-update nil t)
3042 (set-syntax-table text-mode-syntax-table)
3043 (setq local-abbrev-table text-mode-abbrev-table)
3044 (setq case-fold-search t)
3045 (setq buffer-read-only t)
3046 (make-local-variable 'Info-current-file)
3047 (make-local-variable 'Info-current-subfile)
3048 (make-local-variable 'Info-current-node)
3049 (make-local-variable 'Info-tag-table-marker)
3050 (setq Info-tag-table-marker (make-marker))
3051 (make-local-variable 'Info-tag-table-buffer)
3052 (setq Info-tag-table-buffer nil)
3053 (make-local-variable 'Info-history)
3054 (make-local-variable 'Info-index-alternatives)
3055 (setq header-line-format
3056 (if Info-use-header-line
3057 '(:eval (get-text-property (point-min) 'header-line))
3058 nil)) ; so the header line isn't displayed
3059 (set (make-local-variable 'tool-bar-map) info-tool-bar-map)
3060 ;; This is for the sake of the invisible text we use handling titles.
3061 (make-local-variable 'line-move-ignore-invisible)
3062 (setq line-move-ignore-invisible t)
3063 (make-local-variable 'desktop-save-buffer)
3064 (setq desktop-save-buffer 'Info-desktop-buffer-misc-data)
3065 (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t)
3066 (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
3067 (Info-set-mode-line)
3068 (run-hooks 'Info-mode-hook))
3070 (defun Info-clone-buffer-hook ()
3071 (when (bufferp Info-tag-table-buffer)
3072 (setq Info-tag-table-buffer
3073 (with-current-buffer Info-tag-table-buffer (clone-buffer))))
3074 (let ((m Info-tag-table-marker))
3075 (when (markerp m)
3076 (setq Info-tag-table-marker
3077 (if (and (marker-position m) (bufferp Info-tag-table-buffer))
3078 (with-current-buffer Info-tag-table-buffer
3079 (copy-marker (marker-position m)))
3080 (make-marker))))))
3082 (defvar Info-edit-map (let ((map (make-sparse-keymap)))
3083 (set-keymap-parent map text-mode-map)
3084 (define-key map "\C-c\C-c" 'Info-cease-edit)
3085 map)
3086 "Local keymap used within `e' command of Info.")
3088 ;; Info-edit mode is suitable only for specially formatted data.
3089 (put 'Info-edit-mode 'mode-class 'special)
3091 (defun Info-edit-mode ()
3092 "Major mode for editing the contents of an Info node.
3093 Like text mode with the addition of `Info-cease-edit'
3094 which returns to Info mode for browsing.
3095 \\{Info-edit-map}"
3096 (use-local-map Info-edit-map)
3097 (setq major-mode 'Info-edit-mode)
3098 (setq mode-name "Info Edit")
3099 (kill-local-variable 'mode-line-buffer-identification)
3100 (setq buffer-read-only nil)
3101 (force-mode-line-update)
3102 (buffer-enable-undo (current-buffer))
3103 (run-hooks 'Info-edit-mode-hook))
3105 (defun Info-edit ()
3106 "Edit the contents of this Info node.
3107 Allowed only if variable `Info-enable-edit' is non-nil."
3108 (interactive)
3109 (or Info-enable-edit
3110 (error "Editing info nodes is not enabled"))
3111 (Info-edit-mode)
3112 (message "%s" (substitute-command-keys
3113 "Editing: Type \\<Info-edit-map>\\[Info-cease-edit] to return to info")))
3115 (defun Info-cease-edit ()
3116 "Finish editing Info node; switch back to Info proper."
3117 (interactive)
3118 ;; Do this first, so nothing has changed if user C-g's at query.
3119 (and (buffer-modified-p)
3120 (y-or-n-p "Save the file? ")
3121 (save-buffer))
3122 (use-local-map Info-mode-map)
3123 (setq major-mode 'Info-mode)
3124 (setq mode-name "Info")
3125 (Info-set-mode-line)
3126 (setq buffer-read-only t)
3127 (force-mode-line-update)
3128 (and (marker-position Info-tag-table-marker)
3129 (buffer-modified-p)
3130 (message "Tags may have changed. Use Info-tagify if necessary")))
3132 (defvar Info-file-list-for-emacs
3133 '("ediff" "eudc" "forms" "gnus" "info" ("mh" . "mh-e")
3134 "sc" "message" ("dired" . "dired-x") "viper" "vip" "idlwave"
3135 ("c" . "ccmode") ("c++" . "ccmode") ("objc" . "ccmode")
3136 ("java" . "ccmode") ("idl" . "ccmode") ("pike" . "ccmode")
3137 ("skeleton" . "autotype") ("auto-insert" . "autotype")
3138 ("copyright" . "autotype") ("executable" . "autotype")
3139 ("time-stamp" . "autotype") ("quickurl" . "autotype")
3140 ("tempo" . "autotype") ("hippie-expand" . "autotype")
3141 ("cvs" . "pcl-cvs") ("ada" . "ada-mode") "calc"
3142 ("calcAlg" . "calc") ("calcDigit" . "calc") ("calcVar" . "calc")
3143 "ebrowse" "eshell" "cl" "reftex" "speedbar" "widget" "woman"
3144 ("mail-header" . "emacs-mime") ("mail-content" . "emacs-mime")
3145 ("mail-encode" . "emacs-mime") ("mail-decode" . "emacs-mime")
3146 ("rfc2045" . "emacs-mime")
3147 ("rfc2231" . "emacs-mime") ("rfc2047" . "emacs-mime")
3148 ("rfc2045" . "emacs-mime") ("rfc1843" . "emacs-mime")
3149 ("ietf-drums" . "emacs-mime") ("quoted-printable" . "emacs-mime")
3150 ("binhex" . "emacs-mime") ("uudecode" . "emacs-mime")
3151 ("mailcap" . "emacs-mime") ("mm" . "emacs-mime")
3152 ("mml" . "emacs-mime"))
3153 "List of Info files that describe Emacs commands.
3154 An element can be a file name, or a list of the form (PREFIX . FILE)
3155 where PREFIX is a name prefix and FILE is the file to look in.
3156 If the element is just a file name, the file name also serves as the prefix.")
3158 (defun Info-find-emacs-command-nodes (command)
3159 "Return a list of locations documenting COMMAND.
3160 The `info-file' property of COMMAND says which Info manual to search.
3161 If COMMAND has no property, the variable `Info-file-list-for-emacs'
3162 defines heuristics for which Info manual to try.
3163 The locations are of the format used in `Info-history', i.e.
3164 \(FILENAME NODENAME BUFFERPOS\)."
3165 (let ((where '())
3166 (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))
3167 "\\( <[0-9]+>\\)?:\\s *\\(.*\\)\\.$"))
3168 (info-file "emacs")) ;default
3169 ;; Determine which info file this command is documented in.
3170 (if (get command 'info-file)
3171 (setq info-file (get command 'info-file))
3172 ;; If it doesn't say explicitly, test its name against
3173 ;; various prefixes that we know.
3174 (let ((file-list Info-file-list-for-emacs))
3175 (while file-list
3176 (let* ((elt (car file-list))
3177 (name (if (consp elt)
3178 (car elt)
3179 elt))
3180 (file (if (consp elt) (cdr elt) elt))
3181 (regexp (concat "\\`" (regexp-quote name)
3182 "\\(\\'\\|-\\)")))
3183 (if (string-match regexp (symbol-name command))
3184 (setq info-file file file-list nil))
3185 (setq file-list (cdr file-list))))))
3186 (Info-find-node info-file "Top")
3187 (or (and (search-forward "\n* menu:" nil t)
3188 (re-search-forward "\n\\* \\(.*\\<Index\\>\\)" nil t))
3189 (error "Info file `%s' appears to lack an index" info-file))
3190 (goto-char (match-beginning 1))
3191 ;; Bind Info-history to nil, to prevent the index nodes from
3192 ;; getting into the node history.
3193 (let ((Info-history nil)
3194 (Info-history-list nil)
3195 node (nodes (Info-index-nodes)))
3196 (Info-goto-node (car nodes))
3197 (while
3198 (progn
3199 (goto-char (point-min))
3200 (while (re-search-forward cmd-desc nil t)
3201 (setq where
3202 (cons (list Info-current-file
3203 (match-string-no-properties 2)
3205 where)))
3206 (and (setq nodes (cdr nodes) node (car nodes))))
3207 (Info-goto-node node)))
3208 where))
3210 ;;;###autoload
3211 (defun Info-goto-emacs-command-node (command)
3212 "Go to the Info node in the Emacs manual for command COMMAND.
3213 The command is found by looking up in Emacs manual's indices
3214 or in another manual found via COMMAND's `info-file' property or
3215 the variable `Info-file-list-for-emacs'.
3216 COMMAND must be a symbol or string."
3217 (interactive "CFind documentation for command: ")
3218 ;; If command is given as a string, convert it to a symbol.
3219 (if (stringp command)
3220 (setq command (intern command)))
3221 (or (commandp command)
3222 (signal 'wrong-type-argument (list 'commandp command)))
3223 (let ((where (Info-find-emacs-command-nodes command)))
3224 (if where
3225 (let ((num-matches (length where)))
3226 ;; Get Info running, and pop to it in another window.
3227 (save-window-excursion
3228 (info))
3229 (or (eq major-mode 'Info-mode) (pop-to-buffer "*info*"))
3230 ;; Bind Info-history to nil, to prevent the last Index node
3231 ;; visited by Info-find-emacs-command-nodes from being
3232 ;; pushed onto the history.
3233 (let ((Info-history nil) (Info-history-list nil))
3234 (Info-find-node (car (car where))
3235 (car (cdr (car where)))))
3236 (if (> num-matches 1)
3237 (progn
3238 ;; (car where) will be pushed onto Info-history
3239 ;; when/if they go to another node. Put the other
3240 ;; nodes that were found on the history.
3241 (setq Info-history (nconc (cdr where) Info-history))
3242 (message "Found %d other entr%s. Use %s to see %s."
3243 (1- num-matches)
3244 (if (> num-matches 2) "ies" "y")
3245 (substitute-command-keys "\\[Info-last]")
3246 (if (> num-matches 2) "them" "it")))))
3247 (error "Couldn't find documentation for %s" command))))
3249 ;;;###autoload
3250 (defun Info-goto-emacs-key-command-node (key)
3251 "Go to the node in the Emacs manual which describes the command bound to KEY.
3252 KEY is a string.
3253 Interactively, if the binding is `execute-extended-command', a command is read.
3254 The command is found by looking up in Emacs manual's indices
3255 or in another manual found via COMMAND's `info-file' property or
3256 the variable `Info-file-list-for-emacs'."
3257 (interactive "kFind documentation for key: ")
3258 (let ((command (key-binding key)))
3259 (cond ((null command)
3260 (message "%s is undefined" (key-description key)))
3261 ((and (interactive-p)
3262 (eq command 'execute-extended-command))
3263 (Info-goto-emacs-command-node
3264 (read-command "Find documentation for command: ")))
3266 (Info-goto-emacs-command-node command)))))
3268 (defface Info-title-1-face
3269 '((((type tty pc) (class color)) :foreground "yellow" :weight bold)
3270 (t :height 1.2 :inherit Info-title-2-face))
3271 "Face for Info titles at level 1."
3272 :group 'info)
3274 (defface Info-title-2-face
3275 '((((type tty pc) (class color)) :foreground "lightblue" :weight bold)
3276 (t :height 1.2 :inherit Info-title-3-face))
3277 "Face for Info titles at level 2."
3278 :group 'info)
3280 (defface Info-title-3-face
3281 '((((type tty pc) (class color)) :weight bold)
3282 (t :height 1.2 :inherit Info-title-4-face))
3283 "Face for Info titles at level 3."
3284 :group 'info)
3286 (defface Info-title-4-face
3287 '((((type tty pc) (class color)) :weight bold)
3288 (t :weight bold :inherit variable-pitch))
3289 "Face for Info titles at level 4."
3290 :group 'info)
3292 (defface info-menu-header
3293 '((((type tty pc))
3294 :underline t
3295 :weight bold)
3297 :inherit variable-pitch
3298 :weight bold))
3299 "Face for headers in Info menus."
3300 :group 'info)
3302 (defun Info-escape-percent (string)
3303 "Double all occurrences of `%' in STRING.
3305 Return a new string with all `%' characters replaced by `%%'.
3306 Preserve text properties."
3307 (let ((start 0)
3308 (end (length string))
3309 mb me m matches)
3310 (save-match-data
3311 (while (and (< start end) (string-match "%" string start))
3312 (setq mb (match-beginning 0)
3313 me (1+ mb)
3314 m (substring string mb me)
3315 matches (cons m
3316 (cons m
3317 (cons (substring string start mb)
3318 matches)))
3319 start me))
3320 (push (substring string start end) matches)
3321 (apply #'concat (nreverse matches)))))
3323 (defvar Info-next-link-keymap
3324 (let ((keymap (make-sparse-keymap)))
3325 (define-key keymap [header-line mouse-1] 'Info-next)
3326 (define-key keymap [header-line mouse-2] 'Info-next)
3327 (define-key keymap [header-line down-mouse-1] 'ignore)
3328 (define-key keymap [mouse-2] 'Info-next)
3329 keymap)
3330 "Keymap to put on the Next link in the text or the header line.")
3332 (defvar Info-prev-link-keymap
3333 (let ((keymap (make-sparse-keymap)))
3334 (define-key keymap [header-line mouse-1] 'Info-prev)
3335 (define-key keymap [header-line mouse-2] 'Info-prev)
3336 (define-key keymap [header-line down-mouse-1] 'ignore)
3337 (define-key keymap [mouse-2] 'Info-prev)
3338 keymap)
3339 "Keymap to put on the Prev link in the text or the header line.")
3342 (defvar Info-up-link-keymap
3343 (let ((keymap (make-sparse-keymap)))
3344 (define-key keymap [header-line mouse-1] 'Info-up)
3345 (define-key keymap [header-line mouse-2] 'Info-up)
3346 (define-key keymap [header-line down-mouse-1] 'ignore)
3347 (define-key keymap [mouse-2] 'Info-up)
3348 keymap)
3349 "Keymap to put on the Up link in the text or the header line.")
3351 (defun Info-fontify-node ()
3352 "Fontify the node."
3353 (save-excursion
3354 (let* ((inhibit-read-only t)
3355 (case-fold-search t)
3356 paragraph-markers
3357 (not-fontified-p ; the node hasn't already been fontified
3358 (not (let ((where (next-property-change (point-min))))
3359 (and where (not (= where (point-max)))))))
3360 (fontify-visited-p ; visited nodes need to be re-fontified
3361 (and Info-fontify-visited-nodes
3362 ;; Don't take time to refontify visited nodes in huge nodes
3363 (< (- (point-max) (point-min)) Info-fontify-maximum-menu-size))))
3365 ;; Fontify header line
3366 (goto-char (point-min))
3367 (when (and not-fontified-p (looking-at "^\\(File: [^,: \t]+,?[ \t]+\\)?"))
3368 (goto-char (match-end 0))
3369 (while (looking-at "[ \t]*\\([^:, \t\n]+\\):[ \t]+\\([^:,\t\n]+\\),?")
3370 (goto-char (match-end 0))
3371 (let* ((nbeg (match-beginning 2))
3372 (nend (match-end 2))
3373 (tbeg (match-beginning 1))
3374 (tag (match-string 1)))
3375 (if (string-equal tag "Node")
3376 (put-text-property nbeg nend 'font-lock-face 'info-header-node)
3377 (put-text-property nbeg nend 'font-lock-face 'info-header-xref)
3378 (put-text-property tbeg nend 'mouse-face 'highlight)
3379 (put-text-property tbeg nend
3380 'help-echo
3381 (concat "Go to node "
3382 (buffer-substring nbeg nend)))
3383 ;; Always set up the text property keymap.
3384 ;; It will either be used in the buffer
3385 ;; or copied in the header line.
3386 (put-text-property tbeg nend 'keymap
3387 (cond
3388 ((equal tag "Prev") Info-prev-link-keymap)
3389 ((equal tag "Next") Info-next-link-keymap)
3390 ((equal tag "Up") Info-up-link-keymap))))))
3391 (when Info-use-header-line
3392 (goto-char (point-min))
3393 (let ((header-end (line-end-position))
3394 header)
3395 ;; If we find neither Next: nor Prev: link, show the entire
3396 ;; node header. Otherwise, don't show the File: and Node:
3397 ;; parts, to avoid wasting precious space on information that
3398 ;; is available in the mode line.
3399 (if (re-search-forward
3400 "\\(next\\|up\\|prev[ious]*\\): "
3401 header-end t)
3402 (progn
3403 (goto-char (match-beginning 1))
3404 (setq header (buffer-substring (point) header-end)))
3405 (if (re-search-forward "node:[ \t]*[^ \t]+[ \t]*" header-end t)
3406 (setq header
3407 (concat "No next, prev or up links -- "
3408 (buffer-substring (point) header-end)))
3409 (setq header (buffer-substring (point) header-end))))
3410 (put-text-property (point-min) (1+ (point-min))
3411 'header-line (Info-escape-percent header))
3412 ;; Hide the part of the first line
3413 ;; that is in the header, if it is just part.
3414 (unless (bobp)
3415 ;; Hide the punctuation at the end, too.
3416 (skip-chars-backward " \t,")
3417 (put-text-property (point) header-end 'invisible t)))))
3419 ;; Fontify titles
3420 (goto-char (point-min))
3421 (when not-fontified-p
3422 (while (re-search-forward "\n\\([^ \t\n].+\\)\n\\(\\*+\\|=+\\|-+\\|\\.+\\)$"
3423 nil t)
3424 (let* ((c (preceding-char))
3425 (face
3426 (cond ((= c ?*) 'Info-title-1-face)
3427 ((= c ?=) 'Info-title-2-face)
3428 ((= c ?-) 'Info-title-3-face)
3429 (t 'Info-title-4-face))))
3430 (put-text-property (match-beginning 1) (match-end 1)
3431 'font-lock-face face))
3432 ;; This is a serious problem for trying to handle multiple
3433 ;; frame types at once. We want this text to be invisible
3434 ;; on frames that can display the font above.
3435 (when (memq (framep (selected-frame)) '(x pc w32 mac))
3436 (add-text-properties (1- (match-beginning 2)) (match-end 2)
3437 '(invisible t front-sticky nil rear-nonsticky t)))))
3439 ;; Fontify cross references
3440 (goto-char (point-min))
3441 (when (or not-fontified-p fontify-visited-p)
3442 (while (re-search-forward "\\(\\*Note[ \n\t]+\\)\\([^:]*\\)\\(:[ \t]*\\([^.,:(]*\\)\\(\\(([^)]*)\\)[^.,:]*\\)?[,:]?\n?\\)" nil t)
3443 (let ((start (match-beginning 0))
3444 (next (point))
3445 other-tag)
3446 (when not-fontified-p
3447 (when Info-hide-note-references
3448 ;; *Note is often used where *note should have been
3449 (goto-char start)
3450 (skip-syntax-backward " ")
3451 (setq other-tag
3452 (cond ((memq (char-before) '(nil ?\. ?! ??))
3453 "See ")
3454 ((memq (char-before) '(?\, ?\; ?\: ?-))
3455 "see ")
3456 ((memq (char-before) '(?\( ?\[ ?\{))
3457 ;; Check whether the paren is preceded by
3458 ;; an end of sentence
3459 (skip-syntax-backward " (")
3460 (if (memq (char-before) '(nil ?\. ?! ??))
3461 "See "
3462 "see "))
3463 ((save-match-data (looking-at "\n\n"))
3464 "See ")))
3465 (goto-char next)
3466 (add-text-properties
3467 (match-beginning 1)
3468 (or (save-match-data
3469 ;; Don't hide \n after *Note
3470 (let ((start1 (match-beginning 1)))
3471 (if (string-match "\n" (match-string 1))
3472 (+ start1 (match-beginning 0)))))
3473 (match-end 1))
3474 (if (and other-tag (not (eq Info-hide-note-references 'hide)))
3475 `(display ,other-tag front-sticky nil rear-nonsticky t)
3476 '(invisible t front-sticky nil rear-nonsticky t))))
3477 (add-text-properties
3478 (match-beginning 2) (match-end 2)
3479 (list
3480 'help-echo (if (or (match-end 5)
3481 (not (equal (match-string 4) "")))
3482 (concat "mouse-2: go to " (or (match-string 5)
3483 (match-string 4)))
3484 "mouse-2: go to this node")
3485 'mouse-face 'highlight)))
3486 (when (or not-fontified-p fontify-visited-p)
3487 (add-text-properties
3488 (match-beginning 2) (match-end 2)
3489 (list
3490 'font-lock-face
3491 ;; Display visited nodes in a different face
3492 (if (and Info-fontify-visited-nodes
3493 (save-match-data
3494 (let* ((node (replace-regexp-in-string
3495 "^[ \t]+" ""
3496 (replace-regexp-in-string
3497 "[ \t\n]+" " "
3498 (or (match-string 5)
3499 (and (not (equal (match-string 4) ""))
3500 (match-string 4))
3501 (match-string 2)))))
3502 (file (file-name-nondirectory
3503 Info-current-file))
3504 (hl Info-history-list)
3505 res)
3506 (if (string-match "(\\([^)]+\\))\\([^)]*\\)" node)
3507 (setq file (file-name-nondirectory
3508 (match-string 1 node))
3509 node (if (equal (match-string 2 node) "")
3510 "Top"
3511 (match-string 2 node))))
3512 (while hl
3513 (if (and (string-equal node (nth 1 (car hl)))
3514 (string-equal file
3515 (file-name-nondirectory
3516 (nth 0 (car hl)))))
3517 (setq res (car hl) hl nil)
3518 (setq hl (cdr hl))))
3519 res))) 'info-xref-visited 'info-xref))))
3520 (when not-fontified-p
3521 (when (memq Info-hide-note-references '(t hide))
3522 (add-text-properties (match-beginning 3) (match-end 3)
3523 '(invisible t front-sticky nil rear-nonsticky t))
3524 ;; Unhide the file name of the external reference in parens
3525 (if (and (match-string 6) (not (eq Info-hide-note-references 'hide)))
3526 (remove-text-properties (match-beginning 6) (match-end 6)
3527 '(invisible t front-sticky nil rear-nonsticky t)))
3528 ;; Unhide newline because hidden newlines cause too long lines
3529 (save-match-data
3530 (let ((beg3 (match-beginning 3))
3531 (end3 (match-end 3)))
3532 (if (and (string-match "\n[ \t]*" (match-string 3))
3533 (not (save-match-data
3534 (save-excursion
3535 (goto-char (1+ end3))
3536 (looking-at "[.)]*$")))))
3537 (remove-text-properties (+ beg3 (match-beginning 0))
3538 (+ beg3 (match-end 0))
3539 '(invisible t front-sticky nil rear-nonsticky t))))))
3540 (when (and Info-refill-paragraphs Info-hide-note-references)
3541 (push (set-marker (make-marker) start)
3542 paragraph-markers))))))
3544 ;; Refill paragraphs (experimental feature)
3545 (when (and not-fontified-p
3546 Info-refill-paragraphs
3547 paragraph-markers)
3548 (let ((fill-nobreak-invisible t)
3549 (fill-individual-varying-indent nil)
3550 (paragraph-start "\f\\|[ \t]*[-*]\\|[ \t]*$")
3551 (paragraph-separate ".*\\.[ \t]*\n[ \t]\\|[ \t]*[-*]\\|[ \t\f]*$")
3552 (adaptive-fill-mode nil))
3553 (goto-char (point-max))
3554 (while paragraph-markers
3555 (let ((m (car paragraph-markers)))
3556 (setq paragraph-markers (cdr paragraph-markers))
3557 (when (< m (point))
3558 (goto-char m)
3559 (beginning-of-line)
3560 (let ((beg (point)))
3561 (when (zerop (forward-paragraph))
3562 (fill-individual-paragraphs beg (point) nil nil)
3563 (goto-char beg))))
3564 (set-marker m nil)))))
3566 ;; Fontify menu items
3567 (goto-char (point-min))
3568 (when (and (or not-fontified-p fontify-visited-p)
3569 (search-forward "\n* Menu:" nil t)
3570 (not (Info-index-node))
3571 ;; Don't take time to annotate huge menus
3572 (< (- (point-max) (point)) Info-fontify-maximum-menu-size))
3573 (let ((n 0)
3574 cont)
3575 (while (re-search-forward
3576 (concat "^\\* +\\(" Info-menu-entry-name-re "\\)\\(:"
3577 Info-node-spec-re "\\([ \t]*\\)\\)")
3578 nil t)
3579 (when not-fontified-p
3580 (setq n (1+ n))
3581 (if (and (<= n 9) (zerop (% n 3))) ; visual aids to help with 1-9 keys
3582 (put-text-property (match-beginning 0)
3583 (1+ (match-beginning 0))
3584 'font-lock-face 'info-menu-5)))
3585 (when not-fontified-p
3586 (add-text-properties
3587 (match-beginning 1) (match-end 1)
3588 (list
3589 'help-echo (if (match-end 3)
3590 (concat "mouse-2: go to " (match-string 3))
3591 "mouse-2: go to this node")
3592 'mouse-face 'highlight)))
3593 (when (or not-fontified-p fontify-visited-p)
3594 (add-text-properties
3595 (match-beginning 1) (match-end 1)
3596 (list
3597 'font-lock-face
3598 ;; Display visited menu items in a different face
3599 (if (and Info-fontify-visited-nodes
3600 (save-match-data
3601 (let ((node (if (equal (match-string 3) "")
3602 (match-string 1)
3603 (match-string 3)))
3604 (file (file-name-nondirectory Info-current-file))
3605 (hl Info-history-list)
3606 res)
3607 (if (string-match "(\\([^)]+\\))\\([^)]*\\)" node)
3608 (setq file (file-name-nondirectory
3609 (match-string 1 node))
3610 node (if (equal (match-string 2 node) "")
3611 "Top"
3612 (match-string 2 node))))
3613 (while hl
3614 (if (and (string-equal node (nth 1 (car hl)))
3615 (string-equal file
3616 (file-name-nondirectory
3617 (nth 0 (car hl)))))
3618 (setq res (car hl) hl nil)
3619 (setq hl (cdr hl))))
3620 res))) 'info-xref-visited 'info-xref))))
3621 (when (and not-fontified-p (memq Info-hide-note-references '(t hide)))
3622 (put-text-property (match-beginning 2) (1- (match-end 6))
3623 'invisible t)
3624 ;; Unhide the file name in parens
3625 (if (and (match-end 4) (not (eq (char-after (match-end 4)) ?.)))
3626 (remove-text-properties (match-beginning 4) (match-end 4)
3627 '(invisible t)))
3628 ;; We need a stretchable space like :align-to but with
3629 ;; a minimum value.
3630 (put-text-property (1- (match-end 6)) (match-end 6) 'display
3631 (if (>= 22 (- (match-end 1)
3632 (match-beginning 0)))
3633 '(space :align-to 24)
3634 '(space :width 2)))
3635 (setq cont (looking-at "."))
3636 (while (and (= (forward-line 1) 0)
3637 (looking-at "\\([ \t]+\\)[^*\n]"))
3638 (put-text-property (match-beginning 1) (1- (match-end 1))
3639 'invisible t)
3640 (put-text-property (1- (match-end 1)) (match-end 1)
3641 'display
3642 (if cont
3643 '(space :align-to 26)
3644 '(space :align-to 24)))
3645 (setq cont t))))))
3647 ;; Fontify menu headers
3648 ;; Add the face `info-menu-header' to any header before a menu entry
3649 (goto-char (point-min))
3650 (when (and not-fontified-p (re-search-forward "^\\* Menu:" nil t))
3651 (put-text-property (match-beginning 0) (match-end 0)
3652 'font-lock-face 'info-menu-header)
3653 (while (re-search-forward "\n\n\\([^*\n ].*\\)\n\n?[*]" nil t)
3654 (put-text-property (match-beginning 1) (match-end 1)
3655 'font-lock-face 'info-menu-header)))
3657 ;; Hide index line numbers
3658 (goto-char (point-min))
3659 (when (and not-fontified-p (Info-index-node))
3660 (while (re-search-forward "[ \t\n]*(line +[0-9]+)" nil t)
3661 (put-text-property (match-beginning 0) (match-end 0)
3662 'invisible t)))
3664 ;; Fontify http and ftp references
3665 (goto-char (point-min))
3666 (when not-fontified-p
3667 (while (re-search-forward "[hf]t?tp://[^ \t\n\"`({<>})']+" nil t)
3668 (add-text-properties (match-beginning 0) (match-end 0)
3669 '(font-lock-face info-xref
3670 mouse-face highlight
3671 help-echo "mouse-2: go to this URL"))))
3673 (set-buffer-modified-p nil))))
3676 ;; When an Info buffer is killed, make sure the associated tags buffer
3677 ;; is killed too.
3678 (defun Info-kill-buffer ()
3679 (and (eq major-mode 'Info-mode)
3680 Info-tag-table-buffer
3681 (kill-buffer Info-tag-table-buffer)))
3683 (add-hook 'kill-buffer-hook 'Info-kill-buffer)
3685 ;;; Speedbar support:
3686 ;; These functions permit speedbar to display the "tags" in the
3687 ;; current info node.
3688 (eval-when-compile (require 'speedbar))
3690 (defvar Info-speedbar-key-map nil
3691 "Keymap used when in the info display mode.")
3693 (defun Info-install-speedbar-variables ()
3694 "Install those variables used by speedbar to enhance Info."
3695 (if Info-speedbar-key-map
3697 (setq Info-speedbar-key-map (speedbar-make-specialized-keymap))
3699 ;; Basic tree features
3700 (define-key Info-speedbar-key-map "e" 'speedbar-edit-line)
3701 (define-key Info-speedbar-key-map "\C-m" 'speedbar-edit-line)
3702 (define-key Info-speedbar-key-map "+" 'speedbar-expand-line)
3703 (define-key Info-speedbar-key-map "-" 'speedbar-contract-line)
3706 (speedbar-add-expansion-list '("Info" Info-speedbar-menu-items
3707 Info-speedbar-key-map
3708 Info-speedbar-hierarchy-buttons)))
3710 (defvar Info-speedbar-menu-items
3711 '(["Browse Node" speedbar-edit-line t]
3712 ["Expand Node" speedbar-expand-line
3713 (save-excursion (beginning-of-line)
3714 (looking-at "[0-9]+: *.\\+. "))]
3715 ["Contract Node" speedbar-contract-line
3716 (save-excursion (beginning-of-line)
3717 (looking-at "[0-9]+: *.-. "))]
3719 "Additional menu-items to add to speedbar frame.")
3721 ;; Make sure our special speedbar major mode is loaded
3722 (if (featurep 'speedbar)
3723 (Info-install-speedbar-variables)
3724 (add-hook 'speedbar-load-hook 'Info-install-speedbar-variables))
3726 ;;; Info hierarchy display method
3727 ;;;###autoload
3728 (defun Info-speedbar-browser ()
3729 "Initialize speedbar to display an info node browser.
3730 This will add a speedbar major display mode."
3731 (interactive)
3732 (require 'speedbar)
3733 ;; Make sure that speedbar is active
3734 (speedbar-frame-mode 1)
3735 ;; Now, throw us into Info mode on speedbar.
3736 (speedbar-change-initial-expansion-list "Info")
3739 (eval-when-compile (defvar speedbar-attached-frame))
3741 (defun Info-speedbar-hierarchy-buttons (directory depth &optional node)
3742 "Display an Info directory hierarchy in speedbar.
3743 DIRECTORY is the current directory in the attached frame.
3744 DEPTH is the current indentation depth.
3745 NODE is an optional argument that is used to represent the
3746 specific node to expand."
3747 (if (and (not node)
3748 (save-excursion (goto-char (point-min))
3749 (let ((case-fold-search t))
3750 (looking-at "Info Nodes:"))))
3751 ;; Update our "current node" maybe?
3753 ;; We cannot use the generic list code, that depends on all leaves
3754 ;; being known at creation time.
3755 (if (not node)
3756 (speedbar-with-writable (insert "Info Nodes:\n")))
3757 (let ((completions nil)
3758 (cf (selected-frame)))
3759 (select-frame speedbar-attached-frame)
3760 (save-window-excursion
3761 (setq completions
3762 (Info-speedbar-fetch-file-nodes (or node '"(dir)top"))))
3763 (select-frame cf)
3764 (if completions
3765 (speedbar-with-writable
3766 (dolist (completion completions)
3767 (speedbar-make-tag-line 'bracket ?+ 'Info-speedbar-expand-node
3768 (cdr completion)
3769 (car completion)
3770 'Info-speedbar-goto-node
3771 (cdr completion)
3772 'info-xref depth))
3774 nil))))
3776 (defun Info-speedbar-goto-node (text node indent)
3777 "When user clicks on TEXT, go to an info NODE.
3778 The INDENT level is ignored."
3779 (select-frame speedbar-attached-frame)
3780 (let* ((buff (or (get-buffer "*info*")
3781 (progn (info) (get-buffer "*info*"))))
3782 (bwin (get-buffer-window buff 0)))
3783 (if bwin
3784 (progn
3785 (select-window bwin)
3786 (raise-frame (window-frame bwin)))
3787 (if speedbar-power-click
3788 (let ((pop-up-frames t)) (select-window (display-buffer buff)))
3789 (select-frame speedbar-attached-frame)
3790 (switch-to-buffer buff)))
3791 (if (not (string-match "^(\\([^)]+\\))\\([^.]+\\)$" node))
3792 (error "Invalid node %s" node)
3793 (Info-find-node (match-string 1 node) (match-string 2 node))
3794 ;; If we do a find-node, and we were in info mode, restore
3795 ;; the old default method. Once we are in info mode, it makes
3796 ;; sense to return to whatever method the user was using before.
3797 (if (string= speedbar-initial-expansion-list-name "Info")
3798 (speedbar-change-initial-expansion-list
3799 speedbar-previously-used-expansion-list-name)))))
3801 (defun Info-speedbar-expand-node (text token indent)
3802 "Expand the node the user clicked on.
3803 TEXT is the text of the button we clicked on, a + or - item.
3804 TOKEN is data related to this node (NAME . FILE).
3805 INDENT is the current indentation depth."
3806 (cond ((string-match "+" text) ;we have to expand this file
3807 (speedbar-change-expand-button-char ?-)
3808 (if (speedbar-with-writable
3809 (save-excursion
3810 (end-of-line) (forward-char 1)
3811 (Info-speedbar-hierarchy-buttons nil (1+ indent) token)))
3812 (speedbar-change-expand-button-char ?-)
3813 (speedbar-change-expand-button-char ??)))
3814 ((string-match "-" text) ;we have to contract this node
3815 (speedbar-change-expand-button-char ?+)
3816 (speedbar-delete-subblock indent))
3817 (t (error "Ooops... not sure what to do")))
3818 (speedbar-center-buffer-smartly))
3820 (defun Info-speedbar-fetch-file-nodes (nodespec)
3821 "Fetch the subnodes from the info NODESPEC.
3822 NODESPEC is a string of the form: (file)node.
3823 Optional THISFILE represends the filename of"
3824 (save-excursion
3825 ;; Set up a buffer we can use to fake-out Info.
3826 (set-buffer (get-buffer-create "*info-browse-tmp*"))
3827 (if (not (equal major-mode 'Info-mode))
3828 (Info-mode))
3829 ;; Get the node into this buffer
3830 (if (not (string-match "^(\\([^)]+\\))\\([^.]+\\)$" nodespec))
3831 (error "Invalid node specification %s" nodespec)
3832 (Info-find-node (match-string 1 nodespec) (match-string 2 nodespec)))
3833 ;; Scan the created buffer
3834 (goto-char (point-min))
3835 (let ((completions nil)
3836 (case-fold-search t)
3837 (thisfile (progn (string-match "^(\\([^)]+\\))" nodespec)
3838 (match-string 1 nodespec))))
3839 ;; Always skip the first one...
3840 (re-search-forward "\n\\* \\([^:\t\n]*\\):" nil t)
3841 (while (re-search-forward "\n\\* \\([^:\t\n]*\\):" nil t)
3842 (let ((name (match-string 1)))
3843 (push (cons name
3844 (if (looking-at " *\\(([^)]+)[^.\n]+\\)\\.")
3845 (match-string 1)
3846 (if (looking-at " *\\(([^)]+)\\)\\.")
3847 (concat (match-string 1) "Top")
3848 (concat "(" thisfile ")"
3849 (if (looking-at " \\([^.]+\\).")
3850 (match-string 1)
3851 name)))))
3852 completions)))
3853 (nreverse completions))))
3855 ;;; Info mode node listing
3856 ;; FIXME: Seems not to be used. -stef
3857 (defun Info-speedbar-buttons (buffer)
3858 "Create a speedbar display to help navigation in an Info file.
3859 BUFFER is the buffer speedbar is requesting buttons for."
3860 (if (save-excursion (goto-char (point-min))
3861 (let ((case-fold-search t))
3862 (not (looking-at "Info Nodes:"))))
3863 (erase-buffer))
3864 (Info-speedbar-hierarchy-buttons nil 0)
3867 (dolist (mess '("^Node has no Previous$"
3868 "^No menu in this node$"
3869 "^Node has no Next$"
3870 "^No cross-references in this node^"
3871 search-failed
3872 "^No \".*\" in index$"))
3873 (add-to-list 'debug-ignored-errors mess))
3875 ;;;; Desktop support
3877 (defun Info-desktop-buffer-misc-data (desktop-dirname)
3878 "Auxiliary information to be saved in desktop file."
3879 (if (not (member Info-current-file '("apropos" "history" "toc")))
3880 (list Info-current-file Info-current-node)))
3882 ;;;###autoload
3883 (defun Info-restore-desktop-buffer (desktop-buffer-file-name
3884 desktop-buffer-name
3885 desktop-buffer-misc)
3886 "Restore an info buffer specified in a desktop file."
3887 (let ((first (nth 0 desktop-buffer-misc))
3888 (second (nth 1 desktop-buffer-misc)))
3889 (when (and first second)
3890 (when desktop-buffer-name
3891 (set-buffer (get-buffer-create desktop-buffer-name))
3892 (Info-mode))
3893 (Info-find-node first second)
3894 (current-buffer))))
3896 (provide 'info)
3898 ;;; arch-tag: f2480fe2-2139-40c1-a49b-6314991164ac
3899 ;;; info.el ends here