Mercurial > emacs
annotate lisp/man.el @ 5355:ad4092c38f51
(EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Dec 1993 06:04:18 +0000 |
parents | c6588bd7dd93 |
children | f1e5e8a324a5 |
rev | line source |
---|---|
3235 | 1 ;;; man.el --- browse UNIX manual pages |
2 | |
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. | |
4 | |
5 ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | |
6 ;; Last-Modified: 31-Jul-1991 | |
7 ;; Version: 1.1 | |
8 ;; Keywords: help | |
9 ;; Adapted-By: ESR | |
10 | |
11 ;; This file is part of GNU Emacs. | |
12 | |
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 2, or (at your option) | |
16 ;; any later version. | |
17 | |
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. | |
22 | |
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 | |
25 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
26 | |
27 ;;; Commentary: | |
28 | |
29 ;; This code provides a function, manual-entry, with which you can | |
30 ;; browse UNIX manual pages. Formatting is done in background so that | |
31 ;; you can continue to use your Emacs while processing is going on. | |
32 ;; | |
33 ;; The mode also supports hypertext-like following of manual page SEE | |
34 ;; ALSO references, and other features. See below or do `?' in a | |
35 ;; manual page buffer for details. | |
36 | |
37 ;; ========== Credits and History ========== | |
38 ;; In mid 1991, several people posted some interesting improvements to | |
39 ;; man.el from the standard emacs 18.57 distribution. I liked many of | |
40 ;; these, but wanted everthing in one single package, so I decided | |
41 ;; to encorporate them into a single manual browsing mode. While | |
42 ;; much of the code here has been rewritten, and some features added, | |
43 ;; these folks deserve lots of credit for providing the initial | |
44 ;; excellent packages on which this one is based. | |
45 | |
46 ;; Nick Duffek <duffek@chaos.cs.brandeis.edu>, posted a very nice | |
47 ;; improvement which retrieved and cleaned the manpages in a | |
48 ;; background process, and which correctly deciphered such options as | |
49 ;; man -k. | |
50 | |
51 ;; Eric Rose <erose@jessica.stanford.edu>, submitted manual.el which | |
52 ;; provided a very nice manual browsing mode. | |
53 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3307
diff
changeset
|
54 ;; This package was available as `superman.el' from the LCD package |
3235 | 55 ;; for some time before it was accepted into Emacs 19. The entry |
56 ;; point and some other names have been changed to make it a drop-in | |
57 ;; replacement for the old man.el package. | |
58 | |
59 ;; ========== Features ========== | |
60 ;; + Runs "man" in the background and pipes the results through a | |
61 ;; series of sed and awk scripts so that all retrieving and cleaning | |
62 ;; is done in the background. The cleaning commands are configurable. | |
63 ;; + Syntax is the same as Un*x man | |
64 ;; + Functionality is the same as Un*x man, including "man -k" and | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
65 ;; "man <section>", etc. |
3235 | 66 ;; + Provides a manual browsing mode with keybindings for traversing |
67 ;; the sections of a manpage, following references in the SEE ALSO | |
68 ;; section, and more. | |
69 ;; + Multiple manpages created with the same man command are put into | |
70 ;; a narrowed buffer circular list. | |
71 | |
72 ;;; Code: | |
73 | |
74 (require 'assoc) | |
75 | |
76 ;; vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv | |
77 ;; user variables | |
78 | |
79 (defvar Man-notify 'friendly | |
80 "*Selects the behavior when manpage is ready. | |
81 This variable may have one of the following values: | |
82 | |
4915
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
83 newframe -- put the manpage in its own frame (see `Man-frame-parameters') |
3235 | 84 bully -- make the manpage the current buffer and only window |
85 aggressive -- make the manpage the current buffer in the other window | |
86 friendly -- display manpage in other window but don't make current | |
87 polite -- don't display manpage, but prints message when ready (beeps) | |
88 quiet -- like `polite', but don't beep | |
89 meek -- make no indication that manpage is ready | |
90 | |
91 Any other value of `Man-notify' is equivalent to `meek'.") | |
92 | |
4915
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
93 (defvar Man-frame-parameters nil |
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
94 "*Frame parameter list for creating a new frame for a manual page.") |
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
95 |
3235 | 96 (defvar Man-reuse-okay-p t |
97 "*Reuse a manpage buffer if possible. | |
98 When t, and a manpage buffer already exists with the same invocation, | |
99 man just indicates the manpage is ready according to the value of | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
100 `Man-notify'. When nil, it always fires off a background process, putting |
3235 | 101 the results in a uniquely named buffer.") |
102 | |
103 (defvar Man-downcase-section-letters-p t | |
104 "*Letters in sections are converted to lower case. | |
105 Some Un*x man commands can't handle uppercase letters in sections, for | |
106 example \"man 2V chmod\", but they are often displayed in the manpage | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
107 with the upper case letter. When this variable is t, the section |
3235 | 108 letter (e.g., \"2V\") is converted to lowercase (e.g., \"2v\") before |
109 being sent to the man background process.") | |
110 | |
111 (defvar Man-circular-pages-p t | |
112 "*If t, the manpage list is treated as circular for traversal.") | |
113 | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
114 ;; I changed this to nil because it is a bad idea |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
115 ;; to fail to recognize things in other sections. |
3235 | 116 (defvar Man-auto-section-alist |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
117 nil |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
118 ;; '((c-mode . ("2" "3")) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
119 ;; (c++-mode . ("2" "3")) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
120 ;; (c++-c-mode . ("2" "3")) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
121 ;; (shell-mode . ("1" "8")) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
122 ;; (cmushell-mode . ("1" "8")) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
123 ;; (text-mode . "1") |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
124 ;; ) |
3235 | 125 "*Association list of major modes and their default section numbers. |
126 List is of the form: (MAJOR-MODE . [SECTION | (SECTION*)]). If current | |
127 major mode is not in list, then the default is to check for manpages | |
128 in all sections.") | |
129 | |
130 (defvar Man-section-translations-alist | |
131 '(("3C++" . "3") | |
4378
088883bdcd70
(Man-section-translations-alist): Add entries for xlib.
Richard M. Stallman <rms@gnu.org>
parents:
4377
diff
changeset
|
132 ("3X" . "3") ; Xlib man pages |
088883bdcd70
(Man-section-translations-alist): Add entries for xlib.
Richard M. Stallman <rms@gnu.org>
parents:
4377
diff
changeset
|
133 ("3X11" . "3") |
3235 | 134 ("1-UCB" . "")) |
135 "*Association list of bogus sections to real section numbers. | |
136 Some manpages (e.g. the Sun C++ 2.1 manpages) have section numbers in | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
137 their references which Un*x `man' does not recognize. This |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3307
diff
changeset
|
138 association list is used to translate those sections, when found, to |
3235 | 139 the associated section number.") |
140 | |
141 (defvar Man-filter-list | |
142 '(("sed " | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
143 (;;"-e 's/.\010//g'" |
3235 | 144 "-e '/[Nn]o such file or directory/d'" |
145 "-e '/Reformatting page. Wait... done/d'" | |
146 "-e '/^\\([A-Z][A-Z.]*([0-9A-Za-z][-0-9A-Za-z+]*)\\).*\\1$/d'" | |
147 "-e '/^[ \\t]*Hewlett-Packard Company[ \\t]*- [0-9]* -.*$/d'" | |
148 "-e '/^[ \\t]*Hewlett-Packard[ \\t]*- [0-9]* -.*$/d'" | |
149 "-e '/^ *Page [0-9]*.*(printed [0-9\\/]*)$/d'" | |
150 "-e '/^Printed [0-9].*[0-9]$/d'" | |
3659
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
151 "-e '/^[ \\t]*X Version 1[01].*Release [0-9]/d'" |
4968
1607732e7712
(Man-filter-list): Include anything starting with
Richard M. Stallman <rms@gnu.org>
parents:
4915
diff
changeset
|
152 "-e '/^[A-za-z].*Last change:/d'" |
3235 | 153 "-e '/^Sun Release [0-9].*[0-9]$/d'" |
154 "-e '/^\\n$/D'" | |
155 )) | |
4329
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
156 ("awk '\n" |
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
157 ("BEGIN { blankline=0; anonblank=0; }\n" |
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
158 "/^$/ { if (anonblank==0) next; }\n" |
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
159 "{ anonblank=1; }\n" |
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
160 "/^$/ { blankline++; next; }\n" |
dfabe5b99500
(Man-filter-list): Insert \n newlines in awk script.
Richard M. Stallman <rms@gnu.org>
parents:
4203
diff
changeset
|
161 "{ if (blankline>0) { print \"\"; blankline=0; } print $0; }\n" |
3235 | 162 "'" |
163 )) | |
164 ) | |
165 "*Manpage cleaning filter command phrases. | |
166 This variable contains an association list of the following form: | |
167 | |
168 '((command-string (phrase-string*))*) | |
169 | |
170 Each phrase-string is concatenated onto the command-string to form a | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
171 command filter. The (standard) output (and standard error) of the Un*x |
3235 | 172 man command is piped through each command filter in the order the |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
173 commands appear in the association list. The final output is placed in |
3235 | 174 the manpage buffer.") |
175 | |
176 (defvar Man-mode-line-format | |
177 '("" mode-line-modified | |
178 mode-line-buffer-identification " " | |
179 global-mode-string | |
4009
4edc10a61fa7
(Man-mode-line-format): Add a space after global-mode-string.
Richard M. Stallman <rms@gnu.org>
parents:
4002
diff
changeset
|
180 " " Man-page-mode-string |
3235 | 181 " %[(" mode-name minor-mode-alist mode-line-process ")%]----" |
182 (-3 . "%p") "-%-") | |
183 "*Mode line format for manual mode buffer.") | |
184 | |
185 (defvar Man-mode-map nil | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
186 "*Keymap for Man mode.") |
3235 | 187 |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
188 (defvar Man-mode-hook nil |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
189 "*Normal hook run when Man mode is enabled.") |
3235 | 190 |
4980
50708e8b133b
(Man-section-regexp): Allow section names l, n, L, N.
Richard M. Stallman <rms@gnu.org>
parents:
4968
diff
changeset
|
191 (defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]" |
3235 | 192 "*Regular expression describing a manpage section within parentheses.") |
193 | |
4377
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
194 (defvar Man-heading-regexp "^ ?[A-Z]" |
3235 | 195 "*Regular expression describing a manpage heading entry.") |
196 | |
197 (defvar Man-see-also-regexp "SEE ALSO" | |
198 "*Regular expression for SEE ALSO heading (or your equivalent). | |
199 This regexp should not start with a `^' character.") | |
200 | |
4377
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
201 (defvar Man-first-heading-regexp "^ ?NAME$\\|^ ?No manual entry for .*$" |
3235 | 202 "*Regular expression describing first heading on a manpage. |
203 This regular expression should start with a `^' character.") | |
204 | |
4377
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
205 (defvar Man-reference-regexp |
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
206 "[-a-zA-Z0-9_][-a-zA-Z0-9_.]*\\(([0-9][a-zA-Z+]*)\\)?" |
3235 | 207 "*Regular expression describing a reference in the SEE ALSO section.") |
208 | |
3833
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
209 (defvar Man-switches "" |
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
210 "*Switches passed to the man command, as a single string.") |
3235 | 211 |
5108
8c482171bb10
(Man-specified-section-option): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4980
diff
changeset
|
212 ;; Would someone like to provide a good test for being on Solaris? |
8c482171bb10
(Man-specified-section-option): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4980
diff
changeset
|
213 ;; We could give it its own value of system-type, but that has drawbacks; |
8c482171bb10
(Man-specified-section-option): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4980
diff
changeset
|
214 ;; it would require changes in lots of places that test system-type. |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
215 (defvar Man-specified-section-option |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
216 (if (string-match "-solaris[0-9.]*$" system-configuration) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
217 "-s" |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
218 "") |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
219 "*Option that indicates a specified a manual section name.") |
5108
8c482171bb10
(Man-specified-section-option): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4980
diff
changeset
|
220 |
3235 | 221 ;; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
222 ;; end user variables | |
223 | |
224 ;; other variables and keymap initializations | |
225 (make-variable-buffer-local 'Man-sections-alist) | |
226 (make-variable-buffer-local 'Man-refpages-alist) | |
227 (make-variable-buffer-local 'Man-page-list) | |
228 (make-variable-buffer-local 'Man-current-page) | |
229 (make-variable-buffer-local 'Man-page-mode-string) | |
230 | |
231 (setq-default Man-sections-alist nil) | |
232 (setq-default Man-refpages-alist nil) | |
233 (setq-default Man-page-list nil) | |
234 (setq-default Man-current-page 0) | |
235 (setq-default Man-page-mode-string "1 (of 1)") | |
236 | |
237 (if Man-mode-map | |
238 nil | |
239 (setq Man-mode-map (make-keymap)) | |
240 (suppress-keymap Man-mode-map) | |
241 (define-key Man-mode-map " " 'scroll-up) | |
242 (define-key Man-mode-map "\177" 'scroll-down) | |
243 (define-key Man-mode-map "n" 'Man-next-section) | |
244 (define-key Man-mode-map "p" 'Man-previous-section) | |
245 (define-key Man-mode-map "\en" 'Man-next-manpage) | |
246 (define-key Man-mode-map "\ep" 'Man-previous-manpage) | |
247 (define-key Man-mode-map "," 'beginning-of-buffer) | |
248 (define-key Man-mode-map "." 'end-of-buffer) | |
249 (define-key Man-mode-map "r" 'Man-follow-manual-reference) | |
250 (define-key Man-mode-map "t" 'toggle-truncate-lines) | |
251 (define-key Man-mode-map "g" 'Man-goto-section) | |
252 (define-key Man-mode-map "s" 'Man-goto-see-also-section) | |
253 (define-key Man-mode-map "q" 'Man-quit) | |
254 (define-key Man-mode-map "m" 'manual-entry) | |
255 (define-key Man-mode-map "?" 'describe-mode) | |
256 ) | |
257 | |
258 | |
259 ;; ====================================================================== | |
260 ;; utilities | |
261 | |
262 (defun Man-page-mode-string () | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
263 "Formats part of the mode line for Man mode." |
3235 | 264 (format "%d (of %d)" Man-current-page (length Man-page-list))) |
265 | |
266 (defun Man-delete-trailing-newline (str) | |
267 (if (string= (substring str (1- (length str))) "\n") | |
268 (substring str 0 (1- (length str))) | |
269 str)) | |
270 | |
271 (defun Man-build-man-command () | |
272 "Builds the entire background manpage and cleaning command." | |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
273 (let ((command (concat "man " Man-switches " %s 2>&1")) |
3235 | 274 (flist Man-filter-list)) |
275 (while flist | |
276 (let ((pcom (car (car flist))) | |
277 (pargs (car (cdr (car flist))))) | |
278 (setq flist (cdr flist)) | |
279 (if (or (not (stringp pcom)) | |
280 (not (listp pargs))) | |
281 (error "malformed Man-filter-list.")) | |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
282 (setq command (concat command " | " pcom |
3235 | 283 (mapconcat '(lambda (phrase) phrase) |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
284 pargs " "))))) |
3235 | 285 command)) |
286 | |
287 (defun Man-downcase (man-args) | |
288 "Downcases section letters in MAN-ARGS." | |
289 (let ((newargs "") | |
290 (s 0) | |
291 mstart mend | |
292 (len (length man-args))) | |
293 (while (and (< s len) | |
294 (setq mstart (string-match Man-section-regexp man-args s))) | |
295 (setq mend (match-end 0) | |
296 newargs (concat newargs (substring man-args s mstart))) | |
297 (setq newargs (concat newargs (downcase | |
298 (substring man-args mstart mend))) | |
299 s mend)) | |
300 (concat newargs (substring man-args s len)))) | |
301 | |
302 (defun Man-translate-references (ref) | |
303 "Translates REF from \"chmod(2V)\" to \"2v chmod\" style." | |
304 (if (string-match (concat "(" Man-section-regexp ")$") ref) | |
305 (let* ((word (progn (string-match "(" ref) | |
306 (substring ref 0 (1- (match-end 0))))) | |
307 (section-re (concat "(\\(" Man-section-regexp "\\))")) | |
308 (section (if (string-match section-re ref) | |
309 (substring ref (match-beginning 1) (match-end 1)) | |
310 "")) | |
311 (slist Man-section-translations-alist) | |
312 ) | |
313 (if Man-downcase-section-letters-p | |
314 (setq section (Man-downcase section))) | |
315 (while slist | |
316 (let ((s1 (car (car slist))) | |
317 (s2 (cdr (car slist)))) | |
318 (setq slist (cdr slist)) | |
319 (if Man-downcase-section-letters-p | |
320 (setq s1 (Man-downcase s1))) | |
321 (if (not (string= s1 section)) nil | |
322 (setq section (if Man-downcase-section-letters-p | |
323 (Man-downcase s2) | |
324 s2) | |
325 slist nil)))) | |
5108
8c482171bb10
(Man-specified-section-option): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4980
diff
changeset
|
326 (concat Man-specified-section-option section " " word)) |
3235 | 327 ref)) |
328 | |
329 (defun Man-linepos (&optional position col-p) | |
330 "Return the character position at various line/buffer positions. | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
331 Preserves the state of point, mark, etc. Optional arg POSITION can be one |
3235 | 332 of the following symbols: |
333 bol == beginning of line | |
334 boi == beginning of indentation | |
335 eol == end of line [default] | |
336 bob == beginning of buffer | |
337 eob == end of buffer | |
338 | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
339 Optional arg COL-P, if non-nil, means to return |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
340 the current column instead of character position." |
3235 | 341 (let ((tpnt (point)) |
342 rval) | |
343 (cond | |
344 ((eq position 'bol) (beginning-of-line)) | |
345 ((eq position 'boi) (back-to-indentation)) | |
346 ((eq position 'bob) (goto-char (point-min))) | |
347 ((eq position 'eob) (goto-char (point-max))) | |
348 (t (end-of-line))) | |
349 (setq rval (if col-p (current-column) (point))) | |
350 (goto-char tpnt) | |
351 rval)) | |
352 | |
353 | |
354 ;; ====================================================================== | |
355 ;; default man entry and get word under point | |
356 | |
357 (defun Man-default-man-args (manword) | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
358 "Build the default man args from MANWORD and buffer's major mode." |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
359 (let ((sections (cdr (assq major-mode Man-auto-section-alist)))) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
360 (cond |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
361 ((null sections) manword) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
362 ((consp sections) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
363 (mapconcat (lambda (n) (concat n " " manword)) sections " ")) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
364 (t |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
365 (concat sections " " manword))))) |
3235 | 366 |
367 (defun Man-default-man-entry () | |
368 "Make a guess at a default manual entry. | |
369 This guess is based on the text surrounding the cursor, and the | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
370 default section number is selected from `Man-auto-section-alist'." |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
371 (let (default-title) |
3235 | 372 (save-excursion |
373 | |
374 ;; Default man entry title is any word the cursor is on, | |
375 ;; or if cursor not on a word, then nearest preceding | |
376 ;; word. | |
377 (and (not (looking-at "[a-zA-Z_]")) | |
378 (skip-chars-backward "^a-zA-Z_")) | |
379 (skip-chars-backward "(a-zA-Z_0-9") | |
380 (and (looking-at "(") (forward-char 1)) | |
381 (setq default-title | |
382 (buffer-substring | |
383 (point) | |
384 (progn (skip-chars-forward "a-zA-Z0-9_") (point)))) | |
385 | |
386 ;; If looking at something like ioctl(2) or brc(1M), include | |
387 ;; section number in default-entry | |
388 (if (looking-at "[ \t]*([ \t]*[0-9][a-zA-Z]?[ \t]*)") | |
389 (progn (skip-chars-forward "^0-9") | |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
390 (setq default-title |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
391 (concat (buffer-substring |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
392 (point) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
393 (progn |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
394 (skip-chars-forward "0-9a-zA-Z") |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
395 (point))) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
396 " " |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
397 default-title))) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
398 (setq default-title (Man-default-man-args default-title))) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
399 default-title))) |
3235 | 400 |
401 | |
402 ;; ====================================================================== | |
403 ;; top level command and background process sentinel | |
404 | |
4444 | 405 ;;; This alias makes completion more predictable if ignoring case. |
406 ;;;###autoload | |
407 (defalias 'man 'manual-entry) | |
408 | |
3235 | 409 ;;;###autoload |
410 (defun manual-entry (arg) | |
411 "Get a Un*x manual page and put it in a buffer. | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
412 This command is the top-level command in the man package. It runs a Un*x |
3235 | 413 command to retrieve and clean a manpage in the background and places the |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
414 results in a Man mode (manpage browsing) buffer. See variable |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
415 `Man-notify' for what happens when the buffer is ready. |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
416 Universal argument ARG, is passed to `Man-getpage-in-background'." |
3235 | 417 (interactive "P") |
418 (let* ((default-entry (Man-default-man-entry)) | |
419 (man-args | |
420 (read-string (format "Manual-entry: %s" | |
421 (if (string= default-entry "") "" | |
422 (format "(default: %s) " | |
423 default-entry)))))) | |
424 (and (string= man-args "") | |
425 (if (string= default-entry "") | |
426 (error "No man args given.") | |
427 (setq man-args default-entry))) | |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
428 |
3644
9e251319cdc8
* man.el (manual-entry): Recognize the subject(section) syntax.
Jim Blandy <jimb@redhat.com>
parents:
3619
diff
changeset
|
429 ;; Recognize the subject(section) syntax. |
4002
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
430 (setq man-args (Man-translate-references man-args)) |
511feb3c2874
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
Jim Blandy <jimb@redhat.com>
parents:
3909
diff
changeset
|
431 |
4968
1607732e7712
(Man-filter-list): Include anything starting with
Richard M. Stallman <rms@gnu.org>
parents:
4915
diff
changeset
|
432 ;; This is apparently already done correctly via Man-translate-references. |
1607732e7712
(Man-filter-list): Include anything starting with
Richard M. Stallman <rms@gnu.org>
parents:
4915
diff
changeset
|
433 ;; (if Man-downcase-section-letters-p |
1607732e7712
(Man-filter-list): Include anything starting with
Richard M. Stallman <rms@gnu.org>
parents:
4915
diff
changeset
|
434 ;; (setq man-args (Man-downcase man-args))) |
3235 | 435 (Man-getpage-in-background man-args (consp arg)) |
436 )) | |
437 | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
438 (defun Man-getpage-in-background (topic &optional override-reuse-p) |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
439 "Uses TOPIC to build and fire off the manpage and cleaning command. |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
440 Optional OVERRIDE-REUSE-P, when non-nil, means to |
3235 | 441 start a background process even if a buffer already exists and |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
442 `Man-reuse-okay-p' is non-nil." |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
443 (let* ((man-args topic) |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
444 (bufname (concat "*man " man-args "*")) |
3235 | 445 (buffer (get-buffer bufname))) |
446 (if (and Man-reuse-okay-p | |
447 (not override-reuse-p) | |
448 buffer) | |
449 (Man-notify-when-ready buffer) | |
450 (message "Invoking man %s in background..." man-args) | |
451 (setq buffer (generate-new-buffer bufname)) | |
4175
3e4fa4423f5a
(Man-getpage-in-background): Copy process-environment
Richard M. Stallman <rms@gnu.org>
parents:
4009
diff
changeset
|
452 (let ((process-environment (copy-sequence process-environment))) |
3713
c77a3da2d08d
(Man-getpage-in-background): Use TERM=dumb to prevent
Richard M. Stallman <rms@gnu.org>
parents:
3659
diff
changeset
|
453 ;; Prevent any attempt to use display terminal fanciness. |
c77a3da2d08d
(Man-getpage-in-background): Use TERM=dumb to prevent
Richard M. Stallman <rms@gnu.org>
parents:
3659
diff
changeset
|
454 (setenv "TERM" "dumb") |
c77a3da2d08d
(Man-getpage-in-background): Use TERM=dumb to prevent
Richard M. Stallman <rms@gnu.org>
parents:
3659
diff
changeset
|
455 (set-process-sentinel |
c77a3da2d08d
(Man-getpage-in-background): Use TERM=dumb to prevent
Richard M. Stallman <rms@gnu.org>
parents:
3659
diff
changeset
|
456 (start-process "man" buffer "sh" "-c" |
3714
a1edd269b2f4
(Man-getpage-in-background): Move close paren.
Richard M. Stallman <rms@gnu.org>
parents:
3713
diff
changeset
|
457 (format (Man-build-man-command) man-args)) |
a1edd269b2f4
(Man-getpage-in-background): Move close paren.
Richard M. Stallman <rms@gnu.org>
parents:
3713
diff
changeset
|
458 'Man-bgproc-sentinel)) |
a1edd269b2f4
(Man-getpage-in-background): Move close paren.
Richard M. Stallman <rms@gnu.org>
parents:
3713
diff
changeset
|
459 ))) |
3235 | 460 |
461 (defun Man-notify-when-ready (man-buffer) | |
462 "Notify the user when MAN-BUFFER is ready. | |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
463 See the variable `Man-notify' for the different notification behaviors." |
3235 | 464 (cond |
4915
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
465 ((eq Man-notify 'newframe) |
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
466 (set-buffer man-buffer) |
c0523a78e6a5
(Man-frame-parameters): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4444
diff
changeset
|
467 (new-frame Man-frame-parameters)) |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
468 ((eq Man-notify 'bully) |
3235 | 469 (pop-to-buffer man-buffer) |
470 (delete-other-windows)) | |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
471 ((eq Man-notify 'aggressive) |
3235 | 472 (pop-to-buffer man-buffer)) |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
473 ((eq Man-notify 'friendly) |
3235 | 474 (display-buffer man-buffer 'not-this-window)) |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
475 ((eq Man-notify 'polite) |
3235 | 476 (beep) |
477 (message "Manual buffer %s is ready." (buffer-name man-buffer))) | |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
478 ((eq Man-notify 'quiet) |
3235 | 479 (message "Manual buffer %s is ready." (buffer-name man-buffer))) |
3307
1fc2bc44def7
(Man-notify-when-ready): Correct previous change.
Richard M. Stallman <rms@gnu.org>
parents:
3235
diff
changeset
|
480 ((or (eq Man-notify 'meek) |
3235 | 481 t) |
482 (message "")) | |
483 )) | |
484 | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
485 (defun Man-set-fonts () |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
486 (goto-char (point-min)) |
4203
b42338a458a5
(Man-set-fonts): Don't look for another char after
Richard M. Stallman <rms@gnu.org>
parents:
4175
diff
changeset
|
487 (while (re-search-forward "\\(.\b\\)+" nil t) |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
488 (let ((st (match-beginning 0)) (en (match-end 0))) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
489 (goto-char st) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
490 (if window-system |
4203
b42338a458a5
(Man-set-fonts): Don't look for another char after
Richard M. Stallman <rms@gnu.org>
parents:
4175
diff
changeset
|
491 (put-text-property st (if (= en (point-max)) en (1+ en)) 'face |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
492 (if (looking-at "_") 'underline 'bold))) |
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
493 (while (and (< (point) en) (looking-at ".\b")) |
4203
b42338a458a5
(Man-set-fonts): Don't look for another char after
Richard M. Stallman <rms@gnu.org>
parents:
4175
diff
changeset
|
494 (replace-match ""))))) |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
495 |
3235 | 496 (defun Man-bgproc-sentinel (process msg) |
497 "Manpage background process sentinel." | |
498 (let ((Man-buffer (process-buffer process)) | |
499 (delete-buff nil) | |
500 (err-mess nil)) | |
501 (if (null (buffer-name Man-buffer)) ;; deleted buffer | |
502 (set-process-buffer process nil) | |
503 (save-excursion | |
504 (set-buffer Man-buffer) | |
505 (goto-char (point-min)) | |
506 (cond ((or (looking-at "No \\(manual \\)*entry for") | |
507 (looking-at "[^\n]*: nothing appropriate$")) | |
508 (setq err-mess (buffer-substring (point) (Man-linepos 'eol)) | |
509 delete-buff t) | |
510 ) | |
511 ((not (and (eq (process-status process) 'exit) | |
512 (= (process-exit-status process) 0))) | |
513 (setq err-mess | |
514 (concat (buffer-name Man-buffer) | |
515 ": process " | |
516 (let ((eos (1- (length msg)))) | |
517 (if (= (aref msg eos) ?\n) | |
518 (substring msg 0 eos) msg)))) | |
519 (goto-char (point-max)) | |
520 (insert (format "\nprocess %s" msg)) | |
521 ))) | |
522 (if delete-buff | |
523 (kill-buffer Man-buffer) | |
524 (save-window-excursion | |
525 (save-excursion | |
526 (set-buffer Man-buffer) | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
527 (Man-set-fonts) |
3235 | 528 (Man-mode) |
529 (set-buffer-modified-p nil))) | |
530 (Man-notify-when-ready Man-buffer)) | |
531 | |
532 (if err-mess | |
533 (error err-mess)) | |
534 ))) | |
535 | |
536 | |
537 ;; ====================================================================== | |
538 ;; set up manual mode in buffer and build alists | |
539 | |
540 (defun Man-mode () | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
541 "A mode for browsing Un*x manual pages. |
3235 | 542 |
543 The following man commands are available in the buffer. Try | |
544 \"\\[describe-key] <key> RET\" for more information: | |
545 | |
546 \\[manual-entry] Prompt to retrieve a new manpage. | |
547 \\[Man-follow-manual-reference] Retrieve reference in SEE ALSO section. | |
548 \\[Man-next-manpage] Jump to next manpage in circular list. | |
549 \\[Man-previous-manpage] Jump to previous manpage in circular list. | |
550 \\[Man-next-section] Jump to next manpage section. | |
551 \\[Man-previous-section] Jump to previous manpage section. | |
552 \\[Man-goto-section] Go to a manpage section. | |
553 \\[Man-goto-see-also-section] Jumps to the SEE ALSO manpage section. | |
554 \\[Man-quit] Deletes the manpage, its buffer, and window. | |
555 \\[describe-mode] Prints this help text. | |
556 | |
557 The following variables may be of some use. Try | |
558 \"\\[describe-variable] <variable-name> RET\" for more information: | |
559 | |
560 Man-notify What happens when manpage formatting is done. | |
561 Man-reuse-okay-p Okay to reuse already formatted buffer? | |
562 Man-downcase-section-letters-p Force section letters to lower case? | |
563 Man-circular-pages-p Multiple manpage list treated as circular? | |
564 Man-auto-section-alist List of major modes and their section numbers. | |
565 Man-section-translations-alist List of section numbers and their Un*x equiv. | |
566 Man-filter-list Background manpage filter command. | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
567 Man-mode-line-format Mode line format for Man mode buffers. |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
568 Man-mode-map Keymap bindings for Man mode buffers. |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
569 Man-mode-hook Normal hook run on entry to Man mode. |
3235 | 570 Man-section-regexp Regexp describing manpage section letters. |
571 Man-heading-regexp Regexp describing section headers. | |
572 Man-see-also-regexp Regexp for SEE ALSO section (or your equiv). | |
573 Man-first-heading-regexp Regexp for first heading on a manpage. | |
574 Man-reference-regexp Regexp matching a references in SEE ALSO. | |
3833
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
575 Man-switches Background `man' command switches. |
3235 | 576 |
577 The following key bindings are currently in effect in the buffer: | |
578 \\{Man-mode-map}" | |
579 (interactive) | |
580 (setq major-mode 'Man-mode | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
581 mode-name "Man" |
3235 | 582 buffer-auto-save-file-name nil |
583 mode-line-format Man-mode-line-format | |
584 truncate-lines t | |
585 buffer-read-only t) | |
586 (buffer-disable-undo (current-buffer)) | |
587 (auto-fill-mode -1) | |
588 (use-local-map Man-mode-map) | |
589 (goto-char (point-min)) | |
590 (Man-build-page-list) | |
3619
062dbb10173d
(Man-mode): Run Man-mode-hook.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
591 (Man-goto-page 1) |
062dbb10173d
(Man-mode): Run Man-mode-hook.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
592 (run-hooks 'Man-mode-hook)) |
3235 | 593 |
594 (defun Man-build-section-alist () | |
595 "Build the association list of manpage sections." | |
596 (setq Man-sections-alist nil) | |
597 (goto-char (point-min)) | |
598 (while (re-search-forward Man-heading-regexp (point-max) t) | |
599 (aput 'Man-sections-alist | |
600 (buffer-substring (Man-linepos 'bol) (Man-linepos))) | |
601 (forward-line 1) | |
602 )) | |
603 | |
604 (defun Man-build-references-alist () | |
605 "Build the association list of references (in the SEE ALSO section)." | |
606 (setq Man-refpages-alist nil) | |
607 (save-excursion | |
608 (if (Man-find-section Man-see-also-regexp) | |
609 (let ((start (progn (forward-line 1) (point))) | |
610 (end (progn | |
611 (Man-next-section 1) | |
612 (point))) | |
613 hyphenated | |
614 (runningpoint -1)) | |
615 (narrow-to-region start end) | |
616 (goto-char (point-min)) | |
617 (back-to-indentation) | |
618 (while (and (not (eobp)) (/= (point) runningpoint)) | |
619 (setq runningpoint (point)) | |
4377
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
620 (let* ((eow (re-search-forward Man-reference-regexp end t)) |
09cb5e07f8a3
(Man-build-references-alist): When setting word,
Richard M. Stallman <rms@gnu.org>
parents:
4334
diff
changeset
|
621 (word (buffer-substring (match-beginning 0) (match-end 0))) |
3235 | 622 (len (1- (length word)))) |
623 (if (not eow) nil | |
624 (if hyphenated | |
625 (setq word (concat hyphenated word) | |
626 hyphenated nil)) | |
627 (if (= (aref word len) ?-) | |
628 (setq hyphenated (substring word 0 len)) | |
629 (aput 'Man-refpages-alist word)))) | |
630 (skip-chars-forward " \t\n,")) | |
631 )))) | |
632 | |
633 (defun Man-build-page-list () | |
634 "Build the list of separate manpages in the buffer." | |
635 (setq Man-page-list nil) | |
636 (save-excursion | |
637 (let ((page-start (Man-linepos 'bob)) | |
638 (page-end (Man-linepos 'eob)) | |
639 (regexp Man-first-heading-regexp)) | |
640 (goto-char (point-min)) | |
641 (re-search-forward regexp (point-max) t) | |
642 (while (not (eobp)) | |
643 (if (re-search-forward regexp (point-max) t) | |
644 (progn | |
645 (setq page-end (Man-linepos 'bol)) | |
646 (end-of-line)) | |
647 (goto-char (point-max)) | |
648 (setq page-end (point))) | |
649 (setq Man-page-list (append Man-page-list | |
650 (list (cons page-start page-end))) | |
651 page-start page-end) | |
652 )))) | |
653 | |
654 | |
655 ;; ====================================================================== | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
656 ;; Man mode commands |
3235 | 657 |
658 (defun Man-next-section (n) | |
659 "Move point to Nth next section (default 1)." | |
660 (interactive "p") | |
661 (if (looking-at Man-heading-regexp) | |
662 (forward-line 1)) | |
663 (if (re-search-forward Man-heading-regexp (point-max) t n) | |
664 (beginning-of-line) | |
665 (goto-char (point-max)))) | |
666 | |
667 (defun Man-previous-section (n) | |
668 "Move point to Nth previous section (default 1)." | |
669 (interactive "p") | |
670 (if (looking-at Man-heading-regexp) | |
671 (forward-line -1)) | |
672 (if (re-search-backward Man-heading-regexp (point-min) t n) | |
673 (beginning-of-line) | |
674 (goto-char (point-min)))) | |
675 | |
676 (defun Man-find-section (section) | |
677 "Move point to SECTION if it exists, otherwise don't move point. | |
678 Returns t if section is found, nil otherwise." | |
679 (let ((curpos (point))) | |
680 (goto-char (point-min)) | |
4334
b39cd3621215
* man.el (Man-find-section): HP/UX man pages have section names
Jim Blandy <jimb@redhat.com>
parents:
4329
diff
changeset
|
681 (if (re-search-forward (concat "^\\s-?" section) (point-max) t) |
3235 | 682 (progn (beginning-of-line) t) |
683 (goto-char curpos) | |
684 nil) | |
685 )) | |
686 | |
687 (defun Man-goto-section () | |
688 "Query for section to move point to." | |
689 (interactive) | |
690 (aput 'Man-sections-alist | |
691 (let* ((default (aheadsym Man-sections-alist)) | |
692 (completion-ignore-case t) | |
693 chosen | |
694 (prompt (concat "Go to section: (default " default ") "))) | |
695 (setq chosen (completing-read prompt Man-sections-alist)) | |
696 (if (or (not chosen) | |
697 (string= chosen "")) | |
698 default | |
699 chosen))) | |
700 (Man-find-section (aheadsym Man-sections-alist))) | |
701 | |
702 (defun Man-goto-see-also-section () | |
703 "Move point the the \"SEE ALSO\" section. | |
3909
192e7aa8389a
(Man-auto-section-alist): Default value nil.
Richard M. Stallman <rms@gnu.org>
parents:
3833
diff
changeset
|
704 Actually the section moved to is described by `Man-see-also-regexp'." |
3235 | 705 (interactive) |
706 (if (not (Man-find-section Man-see-also-regexp)) | |
707 (error (concat "No " Man-see-also-regexp | |
708 " section found in current manpage.")))) | |
709 | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
710 (defun Man-follow-manual-reference (arg reference) |
3235 | 711 "Get one of the manpages referred to in the \"SEE ALSO\" section. |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
712 Specify which reference to use; default is based on word at point. |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
713 Prefix argument ARG is passed to `Man-getpage-in-background'." |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
714 (interactive |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
715 (if (not Man-refpages-alist) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
716 (error "No references in current man page") |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
717 (list current-prefix-arg |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
718 (let* ((default (or |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
719 (car (all-completions |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
720 (save-excursion |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
721 (skip-syntax-backward "w()") |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
722 (skip-chars-forward " \t") |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
723 (let ((word (current-word))) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
724 ;; strip a trailing '-': |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
725 (if (string-match "-$" word) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
726 (substring word 0 (match-beginning 0)) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
727 word))) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
728 Man-refpages-alist)) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
729 (aheadsym Man-refpages-alist))) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
730 chosen |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
731 (prompt (concat "Refer to: (default " default ") "))) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
732 (setq chosen (completing-read prompt Man-refpages-alist nil t)) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
733 (if (or (not chosen) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
734 (string= chosen "")) |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
735 default |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
736 chosen))))) |
3235 | 737 (if (not Man-refpages-alist) |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
738 (error "No references found in current manpage") |
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
739 (aput 'Man-refpages-alist reference) |
3235 | 740 (Man-getpage-in-background |
741 (Man-translate-references (aheadsym Man-refpages-alist)) | |
5269
c6588bd7dd93
(Man-specified-section-option): Test system-configuration.
Richard M. Stallman <rms@gnu.org>
parents:
5108
diff
changeset
|
742 arg))) |
3235 | 743 |
744 (defun Man-quit () | |
745 "Kill the buffer containing the manpage." | |
746 (interactive) | |
747 (let ((buff (current-buffer))) | |
748 (delete-windows-on buff) | |
749 (kill-buffer buff))) | |
750 | |
751 (defun Man-goto-page (page) | |
752 "Go to the manual page on page PAGE." | |
753 (interactive | |
754 (if (not Man-page-list) | |
755 (error "You're looking at the only manpage in the buffer.") | |
756 (format "nGo to manpage [1-%d]: " (length Man-page-list)))) | |
757 (if (or (< page 1) | |
758 (> page (length Man-page-list))) | |
759 (error "No manpage %d found" page)) | |
760 (let* ((page-range (nth (1- page) Man-page-list)) | |
761 (page-start (car page-range)) | |
762 (page-end (cdr page-range))) | |
763 (setq Man-current-page page | |
764 Man-page-mode-string (Man-page-mode-string)) | |
765 (widen) | |
766 (goto-char page-start) | |
767 (narrow-to-region page-start page-end) | |
768 (Man-build-section-alist) | |
3659
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
769 ;; Don't let bugs in Man-build-references-alist |
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
770 ;; interfere with ordinary use of this package. |
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
771 (condition-case nil |
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
772 (Man-build-references-alist) |
296caa999ccf
(Man-filter-list): Add an element for X man pages.
Richard M. Stallman <rms@gnu.org>
parents:
3644
diff
changeset
|
773 (error)) |
3235 | 774 (widen) |
775 (narrow-to-region page-start page-end) | |
776 (goto-char (point-min)))) | |
777 | |
778 | |
779 (defun Man-next-manpage () | |
780 "Find the next manpage entry in the buffer." | |
781 (interactive) | |
782 (if (= (length Man-page-list) 1) | |
783 (error "This is the only manpage in the buffer.")) | |
784 (if (< Man-current-page (length Man-page-list)) | |
785 (Man-goto-page (1+ Man-current-page)) | |
786 (if Man-circular-pages-p | |
787 (Man-goto-page 1) | |
788 (error "You're looking at the last manpage in the buffer.")))) | |
789 | |
790 (defun Man-previous-manpage () | |
791 "Find the previous manpage entry in the buffer." | |
792 (interactive) | |
793 (if (= (length Man-page-list) 1) | |
794 (error "This is the only manpage in the buffer.")) | |
795 (if (> Man-current-page 1) | |
796 (Man-goto-page (1- Man-current-page)) | |
797 (if Man-circular-pages-p | |
798 (Man-goto-page (length Man-page-list)) | |
799 (error "You're looking at the first manpage in the buffer.")))) | |
3833
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
800 |
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
801 (provide 'man) |
70551a213fae
* man.el (Man-switches): New variable.
Jim Blandy <jimb@redhat.com>
parents:
3714
diff
changeset
|
802 |
3235 | 803 ;;; man.el ends here |