(number, original-date, add-to-diary-list)
[emacs.git] / lisp / textmodes / texinfo.el
blob779e99d149e214074f460bd18dcba3017346e3db
1 ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*-
3 ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 ;; Author: Robert J. Chassell
7 ;; Date: [See date below for texinfo-version]
8 ;; Maintainer: FSF
9 ;; Keywords: maint, tex, docs
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 3, or (at your option)
16 ;; any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
28 ;;; Todo:
30 ;; - facemenu support.
31 ;; - command completion.
33 ;;; Commentary:
35 ;;; Code:
37 (eval-when-compile (require 'tex-mode) (require 'cl))
38 (defvar outline-heading-alist)
40 (defgroup texinfo nil
41 "Texinfo Mode."
42 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
43 :group 'docs)
45 ;;;###autoload
46 (defcustom texinfo-open-quote "``"
47 "String inserted by typing \\[texinfo-insert-quote] to open a quotation."
48 :type 'string
49 :group 'texinfo)
51 ;;;###autoload
52 (defcustom texinfo-close-quote "''"
53 "String inserted by typing \\[texinfo-insert-quote] to close a quotation."
54 :type 'string
55 :group 'texinfo)
57 (defcustom texinfo-mode-hook nil
58 "Normal hook run when entering Texinfo mode."
59 :type 'hook
60 :options '(turn-on-auto-fill flyspell-mode)
61 :group 'texinfo)
64 ;;; Autoloads:
66 (autoload 'makeinfo-region
67 "makeinfo"
68 "Make Info file from region of current Texinfo file, and switch to it.
70 This command does not offer the `next-error' feature since it would
71 apply to a temporary file, not the original; use the `makeinfo-buffer'
72 command to gain use of `next-error'."
73 t nil)
75 (autoload 'makeinfo-buffer
76 "makeinfo"
77 "Make Info file from current buffer.
79 Use the \\[next-error] command to move to the next error
80 \(if there are errors\)."
81 t nil)
83 (autoload 'kill-compilation
84 "compile"
85 "Kill the process made by the \\[compile] command."
86 t nil)
88 (autoload 'makeinfo-recenter-compilation-buffer
89 "makeinfo"
90 "Redisplay `*compilation*' buffer so most recent output can be seen.
91 The last line of the buffer is displayed on
92 line LINE of the window, or centered if LINE is nil."
93 t nil)
95 (autoload 'texinfo-update-node
96 "texnfo-upd"
97 "Without any prefix argument, update the node in which point is located.
98 Non-nil argument (prefix, if interactive) means update the nodes in the
99 marked region.
101 The functions for creating or updating nodes and menus, and their
102 keybindings, are:
104 `texinfo-update-node' (&optional region-p) \\[texinfo-update-node]
105 `texinfo-every-node-update' () \\[texinfo-every-node-update]
106 `texinfo-sequential-node-update' (&optional region-p)
108 `texinfo-make-menu' (&optional region-p) \\[texinfo-make-menu]
109 `texinfo-all-menus-update' () \\[texinfo-all-menus-update]
110 `texinfo-master-menu' ()
112 `texinfo-indent-menu-description' (column &optional region-p)
114 The `texinfo-column-for-description' variable specifies the column to
115 which menu descriptions are indented. Its default value is 32."
116 t nil)
118 (autoload 'texinfo-every-node-update
119 "texnfo-upd"
120 "Update every node in a Texinfo file."
121 t nil)
123 (autoload 'texinfo-sequential-node-update
124 "texnfo-upd"
125 "Update one node (or many) in a Texinfo file with sequential pointers.
127 This function causes the `Next' or `Previous' pointer to point to the
128 immediately preceding or following node, even if it is at a higher or
129 lower hierarchical level in the document. Continually pressing `n' or
130 `p' takes you straight through the file.
132 Without any prefix argument, update the node in which point is located.
133 Non-nil argument (prefix, if interactive) means update the nodes in the
134 marked region.
136 This command makes it awkward to navigate among sections and
137 subsections; it should be used only for those documents that are meant
138 to be read like a novel rather than a reference, and for which the
139 Info `g*' command is inadequate."
140 t nil)
142 (autoload 'texinfo-make-menu
143 "texnfo-upd"
144 "Without any prefix argument, make or update a menu.
145 Make the menu for the section enclosing the node found following point.
147 Non-nil argument (prefix, if interactive) means make or update menus
148 for nodes within or part of the marked region.
150 Whenever a menu exists, and is being updated, the descriptions that
151 are associated with node names in the pre-existing menu are
152 incorporated into the new menu. Otherwise, the nodes' section titles
153 are inserted as descriptions."
154 t nil)
156 (autoload 'texinfo-all-menus-update
157 "texnfo-upd"
158 "Update every regular menu in a Texinfo file.
159 Remove pre-existing master menu, if there is one.
161 If called with a non-nil argument, this function first updates all the
162 nodes in the buffer before updating the menus."
163 t nil)
165 (autoload 'texinfo-master-menu
166 "texnfo-upd"
167 "Make a master menu for a whole Texinfo file.
168 Non-nil argument (prefix, if interactive) means first update all
169 existing nodes and menus. Remove pre-existing master menu, if there is one.
171 This function creates a master menu that follows the top node. The
172 master menu includes every entry from all the other menus. It
173 replaces any existing ordinary menu that follows the top node.
175 If called with a non-nil argument, this function first updates all the
176 menus in the buffer (incorporating descriptions from pre-existing
177 menus) before it constructs the master menu.
179 The function removes the detailed part of an already existing master
180 menu. This action depends on the pre-existing master menu using the
181 standard `texinfo-master-menu-header'.
183 The master menu has the following format, which is adapted from the
184 recommendation in the Texinfo Manual:
186 * The first part contains the major nodes in the Texinfo file: the
187 nodes for the chapters, chapter-like sections, and the major
188 appendices. This includes the indices, so long as they are in
189 chapter-like sections, such as unnumbered sections.
191 * The second and subsequent parts contain a listing of the other,
192 lower level menus, in order. This way, an inquirer can go
193 directly to a particular node if he or she is searching for
194 specific information.
196 Each of the menus in the detailed node listing is introduced by the
197 title of the section containing the menu."
198 t nil)
200 (autoload 'texinfo-indent-menu-description
201 "texnfo-upd"
202 "Indent every description in menu following point to COLUMN.
203 Non-nil argument (prefix, if interactive) means indent every
204 description in every menu in the region. Does not indent second and
205 subsequent lines of a multi-line description."
206 t nil)
208 (autoload 'texinfo-insert-node-lines
209 "texnfo-upd"
210 "Insert missing `@node' lines in region of Texinfo file.
211 Non-nil argument (prefix, if interactive) means also to insert the
212 section titles as node names; and also to insert the section titles as
213 node names in pre-existing @node lines that lack names."
214 t nil)
216 (autoload 'texinfo-start-menu-description
217 "texnfo-upd"
218 "In this menu entry, insert the node's section title as a description.
219 Position point at beginning of description ready for editing.
220 Do not insert a title if the line contains an existing description.
222 You will need to edit the inserted text since a useful description
223 complements the node name rather than repeats it as a title does."
224 t nil)
226 (autoload 'texinfo-multiple-files-update
227 "texnfo-upd"
228 "Update first node pointers in each file included in OUTER-FILE;
229 create or update main menu in the outer file that refers to such nodes.
230 This does not create or update menus or pointers within the included files.
232 With optional MAKE-MASTER-MENU argument (prefix arg, if interactive),
233 insert a master menu in OUTER-FILE. This does not create or update
234 menus or pointers within the included files.
236 With optional UPDATE-EVERYTHING argument (numeric prefix arg, if
237 interactive), update all the menus and all the `Next', `Previous', and
238 `Up' pointers of all the files included in OUTER-FILE before inserting
239 a master menu in OUTER-FILE.
241 The command also updates the `Top' level node pointers of OUTER-FILE.
243 Notes:
245 * this command does NOT save any files--you must save the
246 outer file and any modified, included files.
248 * except for the `Top' node, this command does NOT handle any
249 pre-existing nodes in the outer file; hence, indices must be
250 enclosed in an included file.
252 Requirements:
254 * each of the included files must contain exactly one highest
255 hierarchical level node,
256 * this highest node must be the first node in the included file,
257 * each highest hierarchical level node must be of the same type.
259 Thus, normally, each included file contains one, and only one,
260 chapter."
261 t nil)
264 ;;; Code:
266 ;;; Don't you dare insert any `require' calls at top level in this file--rms.
268 (defvar texinfo-section-list
269 '(("top" 1)
270 ("chapter" 2)
271 ("section" 3)
272 ("subsection" 4)
273 ("subsubsection" 5)
274 ("unnumbered" 2)
275 ("unnumberedsec" 3)
276 ("unnumberedsubsec" 4)
277 ("unnumberedsubsubsec" 5)
278 ("appendix" 2)
279 ("appendixsec" 3)
280 ("appendixsection" 3)
281 ("appendixsubsec" 4)
282 ("appendixsubsubsec" 5)
283 ("majorheading" 2)
284 ("chapheading" 2)
285 ("heading" 3)
286 ("subheading" 4)
287 ("subsubheading" 5))
288 "Alist of sectioning commands and their relative level.")
290 ;;; Syntax table
292 (defvar texinfo-mode-syntax-table
293 (let ((st (make-syntax-table)))
294 (modify-syntax-entry ?\" "." st)
295 (modify-syntax-entry ?\\ "." st)
296 (modify-syntax-entry ?@ "\\" st)
297 (modify-syntax-entry ?\^q "\\" st)
298 (modify-syntax-entry ?\[ "(]" st)
299 (modify-syntax-entry ?\] ")[" st)
300 (modify-syntax-entry ?{ "(}" st)
301 (modify-syntax-entry ?} "){" st)
302 (modify-syntax-entry ?\n ">" st)
303 (modify-syntax-entry ?\' "w" st)
304 st))
306 ;; Written by Wolfgang Bangerth <zcg51122@rpool1.rus.uni-stuttgart.de>
307 ;; To override this example, set either `imenu-generic-expression'
308 ;; or `imenu-create-index-function'.
309 (defvar texinfo-imenu-generic-expression
310 '((nil "^@\\(node\\|anchor\\)[ \t]+\\([^,\n]*\\)" 2)
311 ("Chapters" "^@chapter[ \t]+\\(.*\\)$" 1))
312 "Imenu generic expression for Texinfo mode. See `imenu-generic-expression'.")
314 (defvar texinfo-font-lock-syntactic-keywords
315 '(("\\(@\\)c\\(omment\\)?\\>" (1 "<"))
316 ("^\\(@\\)ignore\\>" (1 "< b"))
317 ("^@end ignore\\(\n\\)" (1 "> b")))
318 "Syntactic keywords to catch comment delimiters in `texinfo-mode'.")
320 (defconst texinfo-environments
321 '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
322 "defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn"
323 "deftypefun" "deftypevar" "deftypevr" "defun" "defvar"
324 "defvr" "description" "detailmenu" "direntry" "display"
325 "documentdescription" "enumerate" "example" "flushleft"
326 "flushright" "format" "ftable" "group" "ifclear" "ifset"
327 "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
328 "ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp"
329 "macro" "menu" "multitable" "quotation" "smalldisplay"
330 "smallexample" "smallformat" "smalllisp" "table" "tex"
331 "titlepage" "verbatim" "vtable")
332 "List of Texinfo environments.")
334 (defconst texinfo-environment-regexp
335 (concat "^@" (regexp-opt (cons "end" texinfo-environments) t) "\\>")
336 "Regexp for environment-like Texinfo list commands.
337 Subexpression 1 is what goes into the corresponding `@end' statement.")
339 (defface texinfo-heading
340 '((t (:inherit font-lock-function-name-face)))
341 "Face used for section headings in `texinfo-mode'."
342 :group 'texinfo)
343 ;; backward-compatibility alias
344 (put 'texinfo-heading-face 'face-alias 'texinfo-heading)
345 (defvar texinfo-heading-face 'texinfo-heading)
347 (defvar texinfo-font-lock-keywords
348 `(;; All but the first had an OVERRIDE of t.
349 ;; It didn't seem to be any better, and it's slower--simon.
350 ;; Robert J. Chassell <bob@gnu.org> says remove this line.
351 ;;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t)
352 ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands
353 ("^\\*\\([^\n:]*\\)" 1 font-lock-function-name-face t) ;menu items
354 ("@\\(emph\\|i\\|sc\\){\\([^}]+\\)" 2 'italic)
355 ("@\\(strong\\|b\\){\\([^}]+\\)" 2 'bold)
356 ("@\\(kbd\\|key\\|url\\|uref\\){\\([^}]+\\)" 2 font-lock-string-face)
357 ;; The following two groups have an OVERRIDE of `keep' because
358 ;; their arguments frequently include a @@, and we don't want that
359 ;; to overwrite the normal fontification of the argument.
360 ("@\\(file\\|email\\){\\([^}]+\\)" 2 font-lock-string-face keep)
361 ("@\\(samp\\|code\\|var\\|math\\|env\\|command\\|option\\){\\([^}]+\\)"
362 2 font-lock-variable-name-face keep)
363 ("@\\(cite\\|x?ref\\|pxref\\|dfn\\|inforef\\){\\([^}]+\\)"
364 2 font-lock-constant-face)
365 ("@\\(anchor\\){\\([^}]+\\)" 2 font-lock-type-face)
366 ("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face)
367 ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep)
368 ;; (,texinfo-environment-regexp
369 ;; 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep)
370 (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
371 ".*\n") 0 texinfo-heading-face t))
372 "Additional expressions to highlight in Texinfo mode.")
374 (defun texinfo-clone-environment (start end)
375 (let ((endp nil))
376 (save-excursion
377 (ignore-errors
378 (goto-char start)
379 (when (looking-at "end\\Sw+\\(\\sw+\\)")
380 (setq endp t start (match-beginning 1) end (match-end 1)))
381 (unless (get-char-property start 'text-clones)
382 (if endp
383 (texinfo-last-unended-begin)
384 (forward-word 1)
385 (texinfo-next-unmatched-end))
386 (skip-syntax-forward "^w")
387 (when (looking-at
388 (concat (regexp-quote (buffer-substring start end)) "\\>"))
389 (text-clone-create start end 'spread "\\w*")))))))
392 ;;; Keybindings
394 ;;; Keys common both to Texinfo mode and to TeX shell.
396 (defun texinfo-define-common-keys (keymap)
397 "Define the keys both in Texinfo mode and in the texinfo-tex-shell."
398 (define-key keymap "\C-c\C-t\C-k" 'tex-kill-job)
399 (define-key keymap "\C-c\C-t\C-x" 'texinfo-quit-job)
400 (define-key keymap "\C-c\C-t\C-l" 'tex-recenter-output-buffer)
401 (define-key keymap "\C-c\C-t\C-d" 'texinfo-delete-from-print-queue)
402 (define-key keymap "\C-c\C-t\C-q" 'tex-show-print-queue)
403 (define-key keymap "\C-c\C-t\C-p" 'texinfo-tex-print)
404 (define-key keymap "\C-c\C-t\C-v" 'texinfo-tex-view)
405 (define-key keymap "\C-c\C-t\C-i" 'texinfo-texindex)
407 (define-key keymap "\C-c\C-t\C-r" 'texinfo-tex-region)
408 (define-key keymap "\C-c\C-t\C-b" 'texinfo-tex-buffer))
410 ;; Mode documentation displays commands in reverse order
411 ;; from how they are listed in the texinfo-mode-map.
413 (defvar texinfo-mode-map
414 (let ((map (make-sparse-keymap)))
416 ;; bindings for `texnfo-tex.el'
417 (texinfo-define-common-keys map)
419 (define-key map "\"" 'texinfo-insert-quote)
421 ;; bindings for `makeinfo.el'
422 (define-key map "\C-c\C-m\C-k" 'kill-compilation)
423 (define-key map "\C-c\C-m\C-l"
424 'makeinfo-recenter-compilation-buffer)
425 (define-key map "\C-c\C-m\C-r" 'makeinfo-region)
426 (define-key map "\C-c\C-m\C-b" 'makeinfo-buffer)
428 ;; bindings for `texinfmt.el'
429 (define-key map "\C-c\C-e\C-r" 'texinfo-format-region)
430 (define-key map "\C-c\C-e\C-b" 'texinfo-format-buffer)
432 ;; AUCTeX-like bindings
433 (define-key map "\e\r" 'texinfo-insert-@item)
435 ;; bindings for updating nodes and menus
437 (define-key map "\C-c\C-um" 'texinfo-master-menu)
439 (define-key map "\C-c\C-u\C-m" 'texinfo-make-menu)
440 (define-key map "\C-c\C-u\C-n" 'texinfo-update-node)
441 (define-key map "\C-c\C-u\C-e" 'texinfo-every-node-update)
442 (define-key map "\C-c\C-u\C-a" 'texinfo-all-menus-update)
444 (define-key map "\C-c\C-s" 'texinfo-show-structure)
446 (define-key map "\C-c}" 'up-list)
447 (define-key map "\C-c]" 'up-list)
448 (define-key map "\C-c{" 'texinfo-insert-braces)
450 ;; bindings for inserting strings
451 (define-key map "\C-c\C-o" 'texinfo-insert-block)
452 (define-key map "\C-c\C-c\C-d" 'texinfo-start-menu-description)
453 (define-key map "\C-c\C-c\C-s" 'texinfo-insert-@strong)
454 (define-key map "\C-c\C-c\C-e" 'texinfo-insert-@emph)
456 (define-key map "\C-c\C-cv" 'texinfo-insert-@var)
457 (define-key map "\C-c\C-cu" 'texinfo-insert-@uref)
458 (define-key map "\C-c\C-ct" 'texinfo-insert-@table)
459 (define-key map "\C-c\C-cs" 'texinfo-insert-@samp)
460 (define-key map "\C-c\C-cq" 'texinfo-insert-@quotation)
461 (define-key map "\C-c\C-co" 'texinfo-insert-@noindent)
462 (define-key map "\C-c\C-cn" 'texinfo-insert-@node)
463 (define-key map "\C-c\C-cm" 'texinfo-insert-@email)
464 (define-key map "\C-c\C-ck" 'texinfo-insert-@kbd)
465 (define-key map "\C-c\C-ci" 'texinfo-insert-@item)
466 (define-key map "\C-c\C-cf" 'texinfo-insert-@file)
467 (define-key map "\C-c\C-cx" 'texinfo-insert-@example)
468 (define-key map "\C-c\C-ce" 'texinfo-insert-@end)
469 (define-key map "\C-c\C-cd" 'texinfo-insert-@dfn)
470 (define-key map "\C-c\C-cc" 'texinfo-insert-@code)
471 map))
473 (easy-menu-define texinfo-mode-menu
474 texinfo-mode-map
475 "Menu used for `texinfo-mode'."
476 '("Texinfo"
477 ["Insert block" texinfo-insert-block t]
478 ;; ["Insert node" texinfo-insert-@node t]
479 "----"
480 ["Update All" (lambda () (interactive) (texinfo-master-menu t))
481 :keys "\\[universal-argument] \\[texinfo-master-menu]"]
482 ["Update every node" texinfo-every-node-update t]
483 ["Update node" texinfo-update-node t]
484 ["Make Master menu" texinfo-master-menu t]
485 ["Make menu" texinfo-make-menu t]
486 ["Update all menus" texinfo-all-menus-update t]
487 "----"
488 ["Show structure" texinfo-show-structure t]
489 ["Format region" texinfo-format-region t]
490 ["Format buffer" texinfo-format-buffer t]
491 ["Makeinfo region" makeinfo-region t]
492 ["Makeinfo buffer" makeinfo-buffer t]))
495 (defun texinfo-filter (section list)
496 (let (res)
497 (dolist (x list) (if (eq section (cadr x)) (push (car x) res)))
498 res))
500 (defvar texinfo-chapter-level-regexp
501 (regexp-opt (texinfo-filter 2 texinfo-section-list))
502 "Regular expression matching just the Texinfo chapter level headings.")
504 ;;; Texinfo mode
506 ;;;###autoload
507 (define-derived-mode texinfo-mode text-mode "Texinfo"
508 "Major mode for editing Texinfo files.
510 It has these extra commands:
511 \\{texinfo-mode-map}
513 These are files that are used as input for TeX to make printed manuals
514 and also to be turned into Info files with \\[makeinfo-buffer] or
515 the `makeinfo' program. These files must be written in a very restricted and
516 modified version of TeX input format.
518 Editing commands are like text-mode except that the syntax table is
519 set up so expression commands skip Texinfo bracket groups. To see
520 what the Info version of a region of the Texinfo file will look like,
521 use \\[makeinfo-region], which runs `makeinfo' on the current region.
523 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
524 This command shows the structure of a Texinfo file by listing the
525 lines with the @-sign commands for @chapter, @section, and the like.
526 These lines are displayed in another window called the *Occur* window.
527 In that window, you can position the cursor over one of the lines and
528 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
529 in the Texinfo file.
531 In addition, Texinfo mode provides commands that insert various
532 frequently used @-sign commands into the buffer. You can use these
533 commands to save keystrokes. And you can insert balanced braces with
534 \\[texinfo-insert-braces] and later use the command \\[up-list] to
535 move forward past the closing brace.
537 Also, Texinfo mode provides functions for automatically creating or
538 updating menus and node pointers. These functions
540 * insert the `Next', `Previous' and `Up' pointers of a node,
541 * insert or update the menu for a section, and
542 * create a master menu for a Texinfo source file.
544 Here are the functions:
546 texinfo-update-node \\[texinfo-update-node]
547 texinfo-every-node-update \\[texinfo-every-node-update]
548 texinfo-sequential-node-update
550 texinfo-make-menu \\[texinfo-make-menu]
551 texinfo-all-menus-update \\[texinfo-all-menus-update]
552 texinfo-master-menu
554 texinfo-indent-menu-description (column &optional region-p)
556 The `texinfo-column-for-description' variable specifies the column to
557 which menu descriptions are indented.
559 Passed an argument (a prefix argument, if interactive), the
560 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
561 in the region.
563 To use the updating commands, you must structure your Texinfo file
564 hierarchically, such that each `@node' line, with the exception of the
565 Top node, is accompanied by some kind of section line, such as an
566 `@chapter' or `@section' line.
568 If the file has a `top' node, it must be called `top' or `Top' and
569 be the first node in the file.
571 Entering Texinfo mode calls the value of `text-mode-hook', and then the
572 value of `texinfo-mode-hook'."
573 (set (make-local-variable 'page-delimiter)
574 (concat
575 "^@node [ \t]*[Tt]op\\|^@\\("
576 texinfo-chapter-level-regexp
577 "\\)\\>"))
578 (make-local-variable 'require-final-newline)
579 (setq require-final-newline mode-require-final-newline)
580 (make-local-variable 'indent-tabs-mode)
581 (setq indent-tabs-mode nil)
582 (make-local-variable 'paragraph-separate)
583 (setq paragraph-separate
584 (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
585 (make-local-variable 'paragraph-start)
586 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
587 (make-local-variable 'sentence-end-base)
588 (setq sentence-end-base
589 "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\e$B!I\e$,1r}\e(B)}]*")
590 (make-local-variable 'adaptive-fill-mode)
591 (setq adaptive-fill-mode nil)
592 (make-local-variable 'fill-column)
593 (setq fill-column 70)
594 (make-local-variable 'comment-start)
595 (setq comment-start "@c ")
596 (make-local-variable 'comment-start-skip)
597 (setq comment-start-skip "@c +\\|@comment +")
598 (make-local-variable 'words-include-escapes)
599 (setq words-include-escapes t)
600 (make-local-variable 'imenu-generic-expression)
601 (setq imenu-generic-expression texinfo-imenu-generic-expression)
602 (setq imenu-case-fold-search nil)
603 (make-local-variable 'font-lock-defaults)
604 (setq font-lock-defaults
605 '(texinfo-font-lock-keywords nil nil nil backward-paragraph
606 (font-lock-syntactic-keywords
607 . texinfo-font-lock-syntactic-keywords)))
608 (set (make-local-variable 'parse-sexp-lookup-properties) t)
610 ;; Outline settings.
611 (set (make-local-variable 'outline-heading-alist)
612 ;; We should merge outline-heading-alist and texinfo-section-list
613 ;; but in the mean time, let's just generate one from the other.
614 (mapcar (lambda (x) (cons (concat "@" (car x)) (cadr x)))
615 texinfo-section-list))
616 (set (make-local-variable 'outline-regexp)
617 (concat (regexp-opt (mapcar 'car outline-heading-alist) t)
618 "\\>"))
620 (make-local-variable 'tex-start-of-header)
621 (setq tex-start-of-header "%\\*\\*start")
622 (make-local-variable 'tex-end-of-header)
623 (setq tex-end-of-header "%\\*\\*end")
624 (make-local-variable 'tex-first-line-header-regexp)
625 (setq tex-first-line-header-regexp "^\\\\input")
626 (make-local-variable 'tex-trailer)
627 (setq tex-trailer "@bye\n")
629 ;; Prevent filling certain lines, in addition to ones specified
630 ;; by the user.
631 (let ((prevent-filling "^@\\(def\\|multitable\\)"))
632 (set (make-local-variable 'auto-fill-inhibit-regexp)
633 (if (null auto-fill-inhibit-regexp)
634 prevent-filling
635 (concat auto-fill-inhibit-regexp "\\|" prevent-filling)))))
639 ;;; Insert string commands
641 (defvar texinfo-block-default "example")
643 (define-skeleton texinfo-insert-block
644 "Create a matching pair @<cmd> .. @end <cmd> at point.
645 Puts point on a blank line between them."
646 (setq texinfo-block-default
647 (completing-read (format "Block name [%s]: " texinfo-block-default)
648 texinfo-environments
649 nil nil nil nil texinfo-block-default))
650 \n "@" str \n _ \n "@end " str \n)
652 (defun texinfo-inside-macro-p (macro &optional bound)
653 "Non-nil if inside a macro matching the regexp MACRO."
654 (condition-case nil
655 (save-excursion
656 (save-restriction
657 (narrow-to-region bound (point))
658 (while (progn
659 (up-list -1)
660 (not (condition-case nil
661 (save-excursion
662 (backward-sexp 1)
663 (looking-at macro))
664 (scan-error nil)))))
666 (scan-error nil)))
668 (defun texinfo-inside-env-p (env &optional bound)
669 "Non-nil if inside an environment matching the regexp @ENV."
670 (save-excursion
671 (and (re-search-backward (concat "@\\(end\\s +\\)?" env) bound t)
672 (not (match-end 1)))))
674 (defvar texinfo-enable-quote-macros "@\\(code\\|samp\\|kbd\\)\\>")
675 (defvar texinfo-enable-quote-envs '("example\\>" "lisp\\>"))
676 (defun texinfo-insert-quote (&optional arg)
677 "Insert the appropriate quote mark for Texinfo.
678 Usually inserts the value of `texinfo-open-quote' (normally ``) or
679 `texinfo-close-quote' (normally ''), depending on the context.
680 With prefix argument or inside @code or @example, inserts a plain \"."
681 (interactive "*P")
682 (let ((top (or (save-excursion (re-search-backward "@node\\>" nil t))
683 (point-min))))
684 (if (or arg
685 (= (preceding-char) ?\\)
686 (save-excursion
687 (backward-char (length texinfo-open-quote))
688 (when (or (looking-at texinfo-open-quote)
689 (looking-at texinfo-close-quote))
690 (delete-char (length texinfo-open-quote))
692 (texinfo-inside-macro-p texinfo-enable-quote-macros top)
693 (let ((in-env nil))
694 (dolist (env texinfo-enable-quote-envs in-env)
695 (if (texinfo-inside-env-p env top)
696 (setq in-env t)))))
697 (self-insert-command (prefix-numeric-value arg))
698 (insert
699 (if (memq (char-syntax (preceding-char)) '(?\( ?> ?\s))
700 texinfo-open-quote
701 texinfo-close-quote)))))
703 ;; The following texinfo-insert-@end command not only inserts a SPC
704 ;; after the @end, but tries to find out what belongs there. It is
705 ;; not very smart: it does not understand nested lists.
707 (defun texinfo-last-unended-begin ()
708 (while (and (re-search-backward texinfo-environment-regexp)
709 (looking-at "@end"))
710 (texinfo-last-unended-begin)))
712 (defun texinfo-next-unmatched-end ()
713 (while (and (re-search-forward texinfo-environment-regexp)
714 (save-excursion
715 (goto-char (match-beginning 0))
716 (not (looking-at "@end"))))
717 (texinfo-next-unmatched-end)))
719 (defun texinfo-insert-@end ()
720 "Insert the matching `@end' for the last Texinfo command that needs one."
721 (interactive)
722 (let ((string
723 (ignore-errors
724 (save-excursion
725 (texinfo-last-unended-begin)
726 (match-string 1)))))
727 (insert "@end ")
728 (if string (insert string "\n"))))
730 ;; The following insert commands accept a prefix arg N, which is the
731 ;; number of words (actually s-exprs) that should be surrounded by
732 ;; braces. Thus you can first paste a variable name into a .texinfo
733 ;; buffer, then say C-u 1 C-c C-c v at the beginning of the just
734 ;; pasted variable name to put @var{...} *around* the variable name.
735 ;; Operate on previous word or words with negative arg.
737 ;; These commands use texinfo-insert-@-with-arg
738 (defun texinfo-insert-@-with-arg (string &optional arg)
739 (if arg
740 (progn
741 (setq arg (prefix-numeric-value arg))
742 (if (< arg 0)
743 (progn
744 (skip-chars-backward " \t\n\r\f")
745 (save-excursion
746 (forward-sexp arg)
747 (insert "@" string "{"))
748 (insert "}"))
749 (skip-chars-forward " \t\n\r\f")
750 (insert "@" string "{")
751 (forward-sexp arg)
752 (insert "}")))
753 (insert "@" string "{}")
754 (backward-char)))
756 (defun texinfo-insert-braces ()
757 "Make a pair of braces and be poised to type inside of them.
758 Use \\[up-list] to move forward out of the braces."
759 (interactive)
760 (insert "{}")
761 (backward-char))
763 (defun texinfo-insert-@code (&optional arg)
764 "Insert a `@code{...}' command in a Texinfo buffer.
765 A numeric argument says how many words the braces should surround.
766 The default is not to surround any existing words with the braces."
767 (interactive "P")
768 (texinfo-insert-@-with-arg "code" arg))
770 (defun texinfo-insert-@dfn (&optional arg)
771 "Insert a `@dfn{...}' command in a Texinfo buffer.
772 A numeric argument says how many words the braces should surround.
773 The default is not to surround any existing words with the braces."
774 (interactive "P")
775 (texinfo-insert-@-with-arg "dfn" arg))
777 (defun texinfo-insert-@email (&optional arg)
778 "Insert a `@email{...}' command in a Texinfo buffer.
779 A numeric argument says how many words the braces should surround.
780 The default is not to surround any existing words with the braces."
781 (interactive "P")
782 (texinfo-insert-@-with-arg "email" arg))
784 (defun texinfo-insert-@emph (&optional arg)
785 "Insert a `@emph{...}' command in a Texinfo buffer.
786 A numeric argument says how many words the braces should surround.
787 The default is not to surround any existing words with the braces."
788 (interactive "P")
789 (texinfo-insert-@-with-arg "emph" arg))
791 (defun texinfo-insert-@example ()
792 "Insert the string `@example' in a Texinfo buffer."
793 (interactive)
794 (insert "@example\n"))
796 (defun texinfo-insert-@file (&optional arg)
797 "Insert a `@file{...}' command in a Texinfo buffer.
798 A numeric argument says how many words the braces should surround.
799 The default is not to surround any existing words with the braces."
800 (interactive "P")
801 (texinfo-insert-@-with-arg "file" arg))
803 (defun texinfo-insert-@item ()
804 "Insert the string `@item' in a Texinfo buffer.
805 If in a table defined by @table, follow said string with a space.
806 Otherwise, follow with a newline."
807 (interactive)
808 (insert "@item"
809 (if (equal (ignore-errors
810 (save-excursion
811 (texinfo-last-unended-begin)
812 (match-string 1)))
813 "table")
815 ?\n)))
817 (defun texinfo-insert-@kbd (&optional arg)
818 "Insert a `@kbd{...}' command in a Texinfo buffer.
819 A numeric argument says how many words the braces should surround.
820 The default is not to surround any existing words with the braces."
821 (interactive "P")
822 (texinfo-insert-@-with-arg "kbd" arg))
824 (defun texinfo-insert-@node ()
825 "Insert the string `@node' in a Texinfo buffer.
826 Insert a comment on the following line indicating the order of
827 arguments to @node. Insert a carriage return after the comment line.
828 Leave point after `@node'."
829 (interactive)
830 (insert "@node \n@comment node-name, next, previous, up\n")
831 (forward-line -2)
832 (forward-char 6))
834 (defun texinfo-insert-@noindent ()
835 "Insert the string `@noindent' in a Texinfo buffer."
836 (interactive)
837 (insert "@noindent\n"))
839 (defun texinfo-insert-@quotation ()
840 "Insert the string `@quotation' in a Texinfo buffer."
841 (interactive)
842 (insert "@quotation\n"))
844 (defun texinfo-insert-@samp (&optional arg)
845 "Insert a `@samp{...}' command in a Texinfo buffer.
846 A numeric argument says how many words the braces should surround.
847 The default is not to surround any existing words with the braces."
848 (interactive "P")
849 (texinfo-insert-@-with-arg "samp" arg))
851 (defun texinfo-insert-@strong (&optional arg)
852 "Insert a `@strong{...}' command in a Texinfo buffer.
853 A numeric argument says how many words the braces should surround.
854 The default is not to surround any existing words with the braces."
855 (interactive "P")
856 (texinfo-insert-@-with-arg "strong" arg))
858 (defun texinfo-insert-@table ()
859 "Insert the string `@table' in a Texinfo buffer."
860 (interactive)
861 (insert "@table "))
863 (defun texinfo-insert-@var (&optional arg)
864 "Insert a `@var{}' command in a Texinfo buffer.
865 A numeric argument says how many words the braces should surround.
866 The default is not to surround any existing words with the braces."
867 (interactive "P")
868 (texinfo-insert-@-with-arg "var" arg))
870 (defun texinfo-insert-@uref (&optional arg)
871 "Insert a `@uref{}' command in a Texinfo buffer.
872 A numeric argument says how many words the braces should surround.
873 The default is not to surround any existing words with the braces."
874 (interactive "P")
875 (texinfo-insert-@-with-arg "uref" arg))
876 (defalias 'texinfo-insert-@url 'texinfo-insert-@uref)
878 ;;; Texinfo file structure
880 (defun texinfo-show-structure (&optional nodes-too)
881 "Show the structure of a Texinfo file.
882 List the lines in the file that begin with the @-sign commands for
883 @chapter, @section, and the like.
885 With optional argument (prefix if interactive), list both the lines
886 with @-sign commands for @chapter, @section, and the like, and list
887 @node lines.
889 Lines with structuring commands beginning in them are displayed in
890 another buffer named `*Occur*'. In that buffer, you can move point to
891 one of those lines and then use
892 \\<occur-mode-map>\\[occur-mode-goto-occurrence],
893 to jump to the corresponding spot in the Texinfo source file."
895 (interactive "P")
896 ;; First, remember current location
897 (let (current-location)
898 (save-excursion
899 (end-of-line) ; so as to find section on current line
900 (if (re-search-backward
901 ;; do not require `texinfo-section-types-regexp' in texnfo-upd.el
902 "^@\\(chapter \\|sect\\|subs\\|subh\\|unnum\\|major\\|chapheading \\|heading \\|appendix\\)"
903 nil t)
904 (setq current-location
905 (progn
906 (beginning-of-line)
907 (buffer-substring (point) (progn (end-of-line) (point)))))
908 ;; else point is located before any section command.
909 (setq current-location "tex")))
910 ;; Second, create and format an *Occur* buffer
911 (save-excursion
912 (goto-char (point-min))
913 (occur (concat "^\\(?:" (if nodes-too "@node\\>\\|")
914 outline-regexp "\\)")))
915 (pop-to-buffer "*Occur*")
916 (goto-char (point-min))
917 (let ((inhibit-read-only t))
918 (flush-lines "-----")
919 ;; Now format the "*Occur*" buffer to show the structure.
920 ;; Thanks to ceder@signum.se (Per Cederqvist)
921 (goto-char (point-max))
922 (let (level)
923 (while (re-search-backward "^ *[0-9]*:@\\(\\sw+\\)" nil 0)
924 (goto-char (1- (match-beginning 1)))
925 (setq level
926 (or (cadr (assoc (match-string 1) texinfo-section-list)) 2))
927 (indent-to-column (+ (current-column) (* 4 (- level 2))))
928 (beginning-of-line))))
929 ;; Third, go to line corresponding to location in source file
930 ;; potential bug: two exactly similar `current-location' lines ...
931 (goto-char (point-min))
932 (re-search-forward current-location nil t)
933 (beginning-of-line)
937 ;;; The tex and print function definitions:
939 (defcustom texinfo-texi2dvi-command "texi2dvi"
940 "Command used by `texinfo-tex-buffer' to run TeX and texindex on a buffer."
941 :type 'string
942 :group 'texinfo)
944 (defcustom texinfo-tex-command "tex"
945 "Command used by `texinfo-tex-region' to run TeX on a region."
946 :type 'string
947 :group 'texinfo)
949 (defcustom texinfo-texindex-command "texindex"
950 "Command used by `texinfo-texindex' to sort unsorted index files."
951 :type 'string
952 :group 'texinfo)
954 (defcustom texinfo-delete-from-print-queue-command "lprm"
955 "Command string used to delete a job from the line printer queue.
956 Command is used by \\[texinfo-delete-from-print-queue] based on
957 number provided by a previous \\[tex-show-print-queue]
958 command."
959 :type 'string
960 :group 'texinfo)
962 (defvar texinfo-tex-trailer "@bye"
963 "String appended after a region sent to TeX by `texinfo-tex-region'.")
965 (defun texinfo-tex-region (beg end)
966 "Run TeX on the current region.
967 This works by writing a temporary file (`tex-zap-file') in the directory
968 that is the value of `tex-directory', then running TeX on that file.
970 The first line of the buffer is copied to the
971 temporary file; and if the buffer has a header, it is written to the
972 temporary file before the region itself. The buffer's header is all lines
973 between the strings defined by `tex-start-of-header' and `tex-end-of-header'
974 inclusive. The header must start in the first 100 lines.
976 The value of `texinfo-tex-trailer' is appended to the temporary file after the region."
977 (interactive "r")
978 (require 'tex-mode)
979 (let ((tex-command texinfo-tex-command)
980 (tex-trailer texinfo-tex-trailer))
981 (tex-region beg end)))
983 (defun texinfo-tex-buffer ()
984 "Run TeX on visited file, once or twice, to make a correct `.dvi' file."
985 (interactive)
986 (require 'tex-mode)
987 (let ((tex-command texinfo-texi2dvi-command)
988 ;; Disable tex-start-options-string. texi2dvi would not
989 ;; understand anything specified here.
990 (tex-start-options-string ""))
991 (tex-buffer)))
993 (defun texinfo-texindex ()
994 "Run `texindex' on unsorted index files.
995 The index files are made by \\[texinfo-tex-region] or \\[texinfo-tex-buffer].
996 This runs the shell command defined by `texinfo-texindex-command'."
997 (interactive)
998 (require 'tex-mode)
999 (tex-send-command texinfo-texindex-command (concat tex-zap-file ".??"))
1000 ;; alternatively
1001 ;; (send-string "tex-shell"
1002 ;; (concat texinfo-texindex-command
1003 ;; " " tex-zap-file ".??" "\n"))
1004 (tex-recenter-output-buffer nil))
1006 (defun texinfo-tex-print ()
1007 "Print `.dvi' file made by \\[texinfo-tex-region] or \\[texinfo-tex-buffer].
1008 This runs the shell command defined by `tex-dvi-print-command'."
1009 (interactive)
1010 (require 'tex-mode)
1011 (tex-print))
1013 (defun texinfo-tex-view ()
1014 "View `.dvi' file made by \\[texinfo-tex-region] or \\[texinfo-tex-buffer].
1015 This runs the shell command defined by `tex-dvi-view-command'."
1016 (interactive)
1017 (require 'tex-mode)
1018 (tex-view))
1020 (defun texinfo-quit-job ()
1021 "Quit currently running TeX job, by sending an `x' to it."
1022 (interactive)
1023 (if (not (get-process "tex-shell"))
1024 (error "No TeX shell running"))
1025 (tex-send-command "x"))
1026 ;; alternatively:
1027 ;; save-excursion
1028 ;; (set-buffer (get-buffer "*tex-shell*"))
1029 ;; (goto-char (point-max))
1030 ;; (insert "x")
1031 ;; (comint-send-input)
1033 (defun texinfo-delete-from-print-queue (job-number)
1034 "Delete job from the line printer spooling queue.
1035 You are prompted for the job number (use a number shown by a previous
1036 \\[tex-show-print-queue] command)."
1037 (interactive "nPrinter job number for deletion: ")
1038 (require 'tex-mode)
1039 (if (tex-shell-running)
1040 (tex-kill-job)
1041 (tex-start-shell))
1042 (tex-send-command texinfo-delete-from-print-queue-command job-number)
1043 ;; alternatively
1044 ;; (send-string "tex-shell"
1045 ;; (concat
1046 ;; texinfo-delete-from-print-queue-command
1047 ;; " "
1048 ;; job-number"\n"))
1049 (tex-recenter-output-buffer nil))
1051 (provide 'texinfo)
1053 ;; arch-tag: 005d7c38-43b9-4b7d-aa1d-aea69bae73e1
1054 ;;; texinfo.el ends here