Mercurial > emacs
annotate lisp/woman.el @ 96268:d86c12b32e77
Remove witness-emacs.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 25 Jun 2008 07:48:35 +0000 |
parents | b4e36ff621b3 |
children | b4fbe199423a |
rev | line source |
---|---|
28832 | 1 ;;; woman.el --- browse UN*X manual pages `wo (without) man' |
2 | |
74442 | 3 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, |
79721 | 4 ;; 2006, 2007, 2008 Free Software Foundation, Inc. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
5 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
6 ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> |
65380
71481859776b
(woman-file-name): Provide a default, not initial input.
Richard M. Stallman <rms@gnu.org>
parents:
65359
diff
changeset
|
7 ;; Maintainer: FSF |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
8 ;; Keywords: help, unix |
56256 | 9 ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
38112
diff
changeset
|
10 ;; Version: see `woman-version' |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
11 ;; URL: http://centaur.maths.qmul.ac.uk/Emacs/WoMan/ |
28832 | 12 |
13 ;; This file is part of GNU Emacs. | |
14 | |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93988
diff
changeset
|
15 ;; GNU Emacs is free software: you can redistribute it and/or modify |
28832 | 16 ;; it under the terms of the GNU General Public License as published by |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93988
diff
changeset
|
17 ;; the Free Software Foundation, either version 3 of the License, or |
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93988
diff
changeset
|
18 ;; (at your option) any later version. |
28832 | 19 |
20 ;; GNU Emacs is distributed in the hope that it will be useful, | |
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
23 ;; GNU General Public License for more details. | |
24 | |
25 ;; You should have received a copy of the GNU General Public License | |
94678
ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93988
diff
changeset
|
26 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
28832 | 27 |
28 ;;; Commentary: | |
29 | |
30 ;; WoMan implements a subset of the formatting performed by the Emacs | |
31 ;; `man' (or `manual-entry') command to format a UN*X manual `page' | |
32 ;; for display, but without calling any external programs. It is | |
33 ;; intended to emulate the whole of the -man macro package, plus those | |
34 ;; ?roff requests that are most commonly used in man pages. However, | |
35 ;; the emulation is modified to include the reformatting done by the | |
36 ;; Emacs `man' command. No hyphenation is performed. | |
37 | |
38 ;; Advantages | |
39 | |
40 ;; Much more direct, does not require any external programs. | |
41 ;; Supports completion on man page names. | |
42 | |
43 ;; Disadvantages | |
44 | |
45 ;; Not a complete emulation. Currently no support for eqn or tbl. | |
46 ;; Slightly slower for large man pages (but usually faster for | |
47 ;; small- and medium-size pages). | |
48 | |
49 ;; This browser works quite well on simple well-written man files. It | |
50 ;; works less well on idiosyncratic files that `break the rules' or | |
51 ;; use the more obscure ?roff requests directly. Current test results | |
52 ;; are available in the file woman.status. | |
53 | |
54 ;; WoMan supports the use of compressed man files via | |
55 ;; `auto-compression-mode' by turning it on if necessary. But you may | |
56 ;; need to adjust the user option `woman-file-compression-regexp'. | |
57 | |
58 ;; Read on for (currently) the only documentation for WoMan! | |
59 | |
60 ;; See also the documentation for the WoMan interactive commands and | |
61 ;; user option variables, all of which begin with the prefix `woman-'. | |
62 ;; This can be done most easily by loading WoMan and then running the | |
63 ;; command `woman-mini-help', or selecting the WoMan menu option `Mini | |
64 ;; Help' when WoMan is running. | |
65 | |
66 ;; WoMan is still under development! Please let me know what doesn't | |
67 ;; work -- I am adding and improving functionality as testing shows | |
68 ;; that it is necessary. See below for guidance on reporting bugs. | |
69 | |
70 ;; Recommended use | |
71 ;; =============== | |
72 | |
73 ;; Put this in your .emacs: | |
74 ;; (autoload 'woman "woman" | |
75 ;; "Decode and browse a UN*X man page." t) | |
76 ;; (autoload 'woman-find-file "woman" | |
77 ;; "Find, decode and browse a specific UN*X man-page file." t) | |
78 | |
79 ;; Then either (1 -- *RECOMMENDED*): If the `MANPATH' environment | |
80 ;; variable is set then WoMan will use it; otherwise you may need to | |
81 ;; reset the Lisp variable `woman-manpath', and you may also want to | |
82 ;; set the Lisp variable `woman-path'. Please see the online | |
83 ;; documentation for these variables. Now you can execute the | |
84 ;; extended command `woman', enter or select a manual entry topic, | |
85 ;; using completion, and if necessary select a filename, using | |
86 ;; completion. By default, WoMan suggests the word nearest to the | |
87 ;; cursor in the current buffer as the topic. | |
88 | |
89 ;; Or (2): Execute the extended command `woman-find-file' and enter a | |
90 ;; filename, using completion. This mode of execution may be useful | |
91 ;; for temporary files outside the standard UN*X manual directory | |
92 ;; structure. | |
93 | |
94 ;; Or (3): Put the next two sexpr's in your .emacs: | |
95 ;; (autoload 'woman-dired-find-file "woman" | |
96 ;; "In dired, run the WoMan man-page browser on this file." t) | |
97 ;; (add-hook 'dired-mode-hook | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
98 ;; (lambda () |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
99 ;; (define-key dired-mode-map "W" 'woman-dired-find-file))) |
28832 | 100 ;; and open the directory containing the man page file using dired, |
101 ;; put the cursor on the file, and press `W'. | |
102 | |
103 ;; In each case, the result should (!) be a buffer in Man mode showing | |
104 ;; a formatted manual entry. When called from WoMan, Man mode should | |
105 ;; work as advertised, but modified where necessary in the context of | |
106 ;; WoMan. (However, `Man' will still invoke the standard Emacs | |
107 ;; manual-browsing facility rather than `WoMan' -- this is | |
108 ;; intentional!) | |
109 | |
110 ;; (By default, WoMan will automatically define the dired keys "W" and | |
111 ;; "w" when it loads, but only if they are not already defined. This | |
112 ;; behaviour is controlled by the user option `woman-dired-keys'. | |
113 ;; Note that the `dired-x' (dired extra) package binds | |
114 ;; `dired-copy-filename-as-kill' to the key "w" (as pointed out by Jim | |
115 ;; Davidson), although "W" appears to be really unused. The `dired-x' | |
116 ;; package will over-write the WoMan binding to "w", whereas (by | |
117 ;; default) WoMan will not overwrite the `dired-x' binding.) | |
118 | |
119 ;; The following is based on suggestions by Guy Gascoigne-Piggford and | |
120 ;; Juanma Barranquero. If you really want to square the man-woman | |
121 ;; circle then you might care to define the following bash function in | |
122 ;; .bashrc: | |
123 | |
124 ;; man() { gnudoit -q '(raise-frame (selected-frame)) (woman' \"$1\" ')' ; } | |
125 | |
126 ;; If you use Microsoft COMMAND.COM then you can create a file called | |
127 ;; man.bat somewhere in your path containing the two lines: | |
128 | |
129 ;; @echo off | |
130 ;; gnudoit -q (raise-frame (selected-frame)) (woman \"%1\") | |
131 | |
132 ;; and then (e.g. from a command prompt or the Run... option in the | |
133 ;; Start menu) just execute | |
134 | |
135 ;; man man_page_name | |
136 | |
137 | |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
138 ;; Using the word at point as the default topic |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
139 ;; ============================================ |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
140 |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
141 ;; The `woman' command uses the word nearest to point in the current |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
142 ;; buffer as the default topic to look up if it matches the name of a |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
143 ;; manual page installed on the system. The default topic can also be |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
144 ;; used without confirmation by setting the user-option |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
145 ;; `woman-use-topic-at-point' to t; thanks to Benjamin Riefenstahl for |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
146 ;; suggesting this functionality. |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
147 |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
148 ;; The variable `woman-use-topic-at-point' can be rebound locally, |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
149 ;; which may be useful to provide special private key bindings, e.g. |
28832 | 150 |
151 ;; (global-set-key "\C-cw" | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
152 ;; (lambda () |
28832 | 153 ;; (interactive) |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
154 ;; (let ((woman-use-topic-at-point t)) |
28832 | 155 ;; (woman))))) |
156 | |
157 | |
158 ;; Customization, Hooks and Imenu | |
159 ;; ============================== | |
160 | |
161 ;; WoMan supports the GNU Emacs 20+ customization facility, and puts | |
162 ;; a customization group called `WoMan' in the `Help' group under the | |
163 ;; top-level `Emacs' group. In order to be able to customize WoMan | |
164 ;; without first loading it, add the following sexp to your .emacs: | |
165 | |
166 ;; (defgroup woman nil | |
167 ;; "Browse UNIX manual pages `wo (without) man'." | |
168 ;; :tag "WoMan" :group 'help :load "woman") | |
169 | |
170 | |
171 ;; WoMan currently runs two hooks: `woman-pre-format-hook' immediately | |
172 ;; before formatting a buffer and `woman-post-format-hook' immediately | |
173 ;; after formatting a buffer. These hooks can be used for special | |
174 ;; customizations that require code to be executed, etc., although | |
175 ;; most customization should be possible by setting WoMan user option | |
176 ;; variables, e.g. in `.emacs' and should NOT require the use of the | |
177 ;; hooks. `woman-pre-format-hook' might be appropriate for face | |
178 ;; customization, whereas `woman-post-format-hook' might be | |
179 ;; appropriate for installing a dynamic menu using `imenu' (although | |
180 ;; it is better to use the built-in WoMan imenu support). | |
181 | |
182 ;; The WoMan menu provides an option to make a contents menu for the | |
183 ;; current man page (using imenu). Alternatively, if you set the | |
184 ;; variable `woman-imenu' to `t' then WoMan will do it automatically | |
185 ;; for every man page. The menu title is the value of the variable | |
186 ;; `woman-imenu-title', which is "CONTENTS" by default. By default, | |
187 ;; the menu shows manual sections and subsections, but you can change | |
188 ;; this by changing the value of `woman-imenu-generic-expression'. | |
189 ;; This facility is not yet widely tested and may be fooled by obscure | |
190 ;; man pages that `break the rules'. | |
191 | |
192 ;; WoMan is configured not to replace spaces in an imenu *Completion* | |
193 ;; buffer. For further documentation of the use of imenu, such as | |
194 ;; menu sorting, see the source file imenu.el, which is distributed | |
195 ;; with GNU Emacs. | |
196 | |
197 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
198 | |
199 ;; Howard Melman made (essentially) the following suggestions, which | |
200 ;; are slightly different from the expression that I currently use. | |
201 ;; You may prefer one of Howard's suggestions, which I think assume | |
202 ;; that `case-fold-search' is `t' (which it is by default): | |
203 | |
204 ;; (setq woman-imenu-generic-expression | |
205 ;; '((nil "^\\( \\)?\\([A-Z][A-Z ]+[A-Z]\\)[ \t]*$" 2))) | |
206 | |
207 ;; will give support for .SH and .SS, though it won't show the heading | |
208 ;; name hierarchy. If you just want .SH in the imenu then use: | |
209 | |
210 ;; (setq woman-imenu-generic-expression | |
211 ;; '((nil "^\\([A-Z][A-Z ]+[A-Z]\\)[ \t]*$" 1))) | |
212 | |
213 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
214 | |
215 | |
216 ;; Vertical spacing and blank lines | |
217 ;; ================================ | |
218 | |
219 ;; The number of consecutive blank lines in the formatted buffer | |
220 ;; should be either 0 or 1. A blank line should leave a space like | |
221 ;; .sp 1 (p. 14). Current policy is to output vertical space only | |
222 ;; immediately before text is output. | |
223 | |
224 | |
225 ;; Horizontal and vertical spacing and resolution | |
226 ;; ============================================== | |
227 | |
228 ;; WoMan currently assumes 10 characters per inch horizontally, hence | |
229 ;; a horizontal resolution of 24 basic units, and 5 lines per inch | |
230 ;; vertically, hence a vertical resolution of 48 basic units. (nroff | |
231 ;; uses 240 per inch). | |
232 | |
233 | |
234 ;; The *WoMan-Log* buffer | |
235 ;; ====================== | |
236 | |
237 ;; This is modelled on the byte-compiler. It logs all files formatted | |
238 ;; by WoMan, and if WoMan finds anything that it cannot handle then it | |
239 ;; writes a warning to this buffer. If the variable `woman-show-log' | |
240 ;; is non-nil (by default it is `nil') then WoMan automatically | |
241 ;; displays this buffer. Many WoMan warnings can be completely | |
242 ;; ignored, because they are reporting the fact that WoMan has ignored | |
243 ;; requests that it is correct to ignore. In some future version this | |
244 ;; level of paranoia will be reduced, but not until WoMan is more | |
245 ;; reliable. At present, all warnings should be treated with some | |
246 ;; suspicion. Uninterpreted escape sequences are also logged (in some | |
247 ;; cases). | |
248 | |
249 ;; Uninterpreted ?roff requests can optionally be left in the | |
250 ;; formatted buffer to indicate precisely where they occur by | |
251 ;; resetting the variable `woman-ignore' to `nil' (by default it is | |
252 ;; `t'). | |
253 | |
254 ;; Automatic initiation of woman decoding | |
255 | |
256 ;; (Probably not a good idea. If you use it, be careful!) | |
257 | |
258 ;; Put something like this in your .emacs. The call to | |
259 ;; set-visited-file-name is to avoid font-locking triggered by | |
260 ;; automatic major mode selection. | |
261 | |
262 ;; (autoload 'woman-decode-region "woman") | |
263 | |
264 ;; (setq format-alist | |
265 ;; (cons | |
266 ;; '(man "UN*X man-page source format" "\\.\\(TH\\|ig\\) " | |
267 ;; woman-decode-region nil nil | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
268 ;; (lambda (arg) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
269 ;; set-visited-file-name |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
270 ;; (file-name-sans-extension buffer-file-name))))) |
28832 | 271 ;; format-alist)) |
272 | |
273 | |
274 ;; Reporting Bugs | |
275 ;; ============== | |
276 | |
277 ;; If WoMan fails completely, or formats a file incorrectly | |
278 ;; (i.e. obviously wrongly or significantly differently from man) or | |
279 ;; inelegantly, then please | |
280 | |
281 ;; (a) check that you are running the latest version of woman.el | |
282 ;; available from my web site (see above), | |
283 | |
284 ;; (b) check that the problem is not already described in the file | |
285 ;; woman.status, also available from my web site. | |
286 | |
287 ;; If both of the above are true then please email me the entry from | |
288 ;; the *WoMan-Log* buffer relating to the problem file, together with | |
289 ;; a brief description of the problem. Please indicate where you got | |
290 ;; the source file from, but do not send it to me unless I ask you to! | |
291 ;; Thanks. (There is at present no automated bug-reporting facility | |
292 ;; for WoMan.) | |
293 | |
294 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
295 | |
296 ;; NOTE: | |
297 | |
298 ;; CASE-DEPENDENCE OF FILENAMES. By default, WoMan ignores case in | |
299 ;; file pathnames only when it seems appropriate. MS-Windows users | |
300 ;; who want complete case independence should set the NTEmacs variable | |
301 ;; `w32-downcase-file-names' to `t' and use all lower case when | |
302 ;; setting WoMan file paths. | |
303 | |
304 ;; (1) INCOMPATIBLE CHANGE! WoMan no longer uses a persistent topic | |
305 ;; cache by default. (It caused too much confusion!) Explicitly set | |
306 ;; the variable `woman-cache-filename' to save the cache between Emacs | |
307 ;; sessions. This is recommended only if the command `woman' is too | |
308 ;; slow the first time that it is run in an Emacs session, while it | |
309 ;; builds its cache in main memory, which MAY be VERY slow. | |
310 | |
311 ;; (2) The user option `woman-cache-level' controls the amount of | |
312 ;; information cached (in main memory and, optionally, saved to disc). | |
313 | |
314 ;; (3) UPDATING THE CACHE. A prefix argument always causes the | |
315 ;; `woman' command (only) to rebuild its topic cache, and to re-save | |
316 ;; it to `woman-cache-filename' if this variable has a non-nil value. | |
317 ;; This is necessary if the NAMES (not contents) of any of the | |
318 ;; directories or files in the paths specified by `woman-manpath' or | |
319 ;; `woman-path' change. If WoMan user options that affect the cache | |
320 ;; are changed then WoMan will automatically update its cache file on | |
321 ;; disc (if one is in use) the next time it is run in a new Emacs | |
322 ;; session. | |
323 | |
324 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
325 | |
326 | |
327 ;; TO DO | |
328 ;; ===== | |
329 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
330 ;; Reconsider case sensitivity of file names. |
28832 | 331 ;; MUST PROCESS .if, .nr IN ORDER ENCOUNTERED IN FILE! (rcsfile, mf). |
332 ;; Allow general delimiter in `\v', cf. `\h'. | |
333 ;; Improve major-mode documentation. | |
334 ;; Pre-process conditionals in macro bodies if possible for speed? | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
335 ;; Emulate more complete preprocessor support for tbl (.TS/.TE) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
336 ;; Emulate some preprocessor support for eqn (.EQ/.EN) |
28832 | 337 ;; Re-write filling and adjusting code! |
338 ;; Allow word wrap at comma (for long option lists)? | |
339 ;; Buffer list handling not quite right. | |
340 ;; Make 10 or 12 pitch (cpi) optional -- 12 => ll = 78 | |
341 ;; Use unpaddable space for tabbing? | |
342 ;; Tidy up handling of fonts when filling and adjusting | |
343 ;; -- see text/text properties? | |
344 ;; Improve speed | |
345 ;; Add font-lock support (for quoted strings, etc.)? | |
346 ;; Optionally save large files in enriched format? | |
347 ;; Add apropos facility by searching NAME (?) entry in man files? | |
348 ;; Documentation -- optional auto-display of formatted WoMan man page? | |
349 ;; Implement a bug reporter? | |
350 ;; Support diversion and traps (to some extent) - for Tcl/tk pages? | |
351 ;; Add a menu of WoMan buffers? | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
352 ;; Fix .fc properly? |
28832 | 353 |
354 | |
355 ;; Implementation strategy [this description is now well out of date!] | |
356 ;; -- three main passes, each to process respectively: | |
357 | |
358 ;; 1) non-breaking `.' requests including font macros | |
359 ;; 2) \ escape sequences, mainly special characters and font changes | |
360 ;; 3) breaking `.' requests, mainly filling and justification | |
361 | |
362 ;; For each pass, a control function finds and pre-processes the | |
363 ;; escape or request and then calls the appropriate function to | |
364 ;; perform the required formatting. Based originally on enriched.el | |
365 ;; and format.el. | |
366 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
367 ;; The background information that made this project possible is |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
368 ;; freely available courtesy of Bell Labs from |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
369 ;; http://cm.bell-labs.com/7thEdMan/ |
28832 | 370 |
371 | |
372 ;; Acknowledgements | |
373 ;; ================ | |
374 | |
375 ;; For Heather, Kathryn and Madelyn, the women in my life | |
376 ;; (although they will probably never use it)! | |
377 | |
378 ;; I also thank the following for helpful suggestions, bug reports, | |
379 ;; code fragments, general interest, etc.: | |
380 ;; Jari Aalto <jari.aalto@cs.tpu.fi> | |
381 ;; Dean Andrews <dean@dra.com> | |
69813
a77e27984bb1
(WoMan-xref-man-page): Fix call to `substring'.
Juanma Barranquero <lekktu@gmail.com>
parents:
69793
diff
changeset
|
382 ;; Juanma Barranquero <lekktu@gmail.com> |
28832 | 383 ;; Karl Berry <kb@cs.umb.edu> |
384 ;; Jim Chapman <jchapman@netcomuk.co.uk> | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
385 ;; Kin Cho <kin@neoscale.com> |
28832 | 386 ;; Frederic Corne <frederic.corne@erli.fr> |
387 ;; Peter Craft <craft@alacritech.com> | |
388 ;; Charles Curley <ccurley@trib.com> | |
389 ;; Jim Davidson <jdavidso@teknowledge.com> | |
390 ;; Kevin D'Elia <Kevin.DElia@mci.com> | |
391 ;; John Fitch <jpff@maths.bath.ac.uk> | |
392 ;; Hans Frosch <jwfrosch@rish.b17c.ingr.com> | |
393 ;; Guy Gascoigne-Piggford <ggp@informix.com> | |
394 ;; Brian Gorka <gorkab@sanchez.com> | |
395 ;; Nicolai Henriksen <nhe@lyngso-industri.dk> | |
396 ;; Thomas Herchenroeder <the@software-ag.de> | |
397 ;; Alexander Hinds <ahinds@thegrid.net> | |
398 ;; Stefan Hornburg <sth@hacon.de> | |
399 ;; Theodore Jump <tjump@cais.com> | |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
400 ;; David Kastrup <dak@gnu.org> |
28832 | 401 ;; Paul Kinnucan <paulk@mathworks.com> |
402 ;; Jonas Linde <jonas@init.se> | |
403 ;; Andrew McRae <andrewm@optimation.co.nz> | |
404 ;; Howard Melman <howard@silverstream.com> | |
405 ;; Dennis Pixton <dennis@math.binghamton.edu> | |
406 ;; T. V. Raman <raman@Adobe.COM> | |
407 ;; Bruce Ravel <bruce.ravel@nist.gov> | |
408 ;; Benjamin Riefenstahl <benny@crocodial.de> | |
409 ;; Kevin Ruland <kruland@seistl.com> | |
410 ;; Tom Schutter <tom@platte.com> | |
411 ;; Wei-Xue Shi <wxshi@ma.neweb.ne.jp> | |
412 ;; Fabio Somenzi <fabio@joplin.colorado.edu> | |
413 ;; Karel Sprenger <ks@ic.uva.nl> | |
414 ;; Chris Szurgot <szurgot@itribe.net> | |
415 ;; Paul A. Thompson <pat@po.cwru.edu> | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
416 ;; Arrigo Triulzi <arrigo@maths.qmw.ac.uk> |
28832 | 417 ;; Geoff Voelker <voelker@cs.washington.edu> |
65392 | 418 ;; Eli Zaretskii <eliz@gnu.org> |
28832 | 419 |
420 | |
421 ;;; Code: | |
422 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
423 (defvar woman-version "0.551 (beta)" "WoMan version information.") |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
424 |
28832 | 425 (require 'man) |
66177
bd98d8a37303
* woman.el (WoMan-xref-man-page): New button type derived
Masatake YAMATO <jet@gyve.org>
parents:
65680
diff
changeset
|
426 (require 'button) |
69813
a77e27984bb1
(WoMan-xref-man-page): Fix call to `substring'.
Juanma Barranquero <lekktu@gmail.com>
parents:
69793
diff
changeset
|
427 (define-button-type 'WoMan-xref-man-page |
66177
bd98d8a37303
* woman.el (WoMan-xref-man-page): New button type derived
Masatake YAMATO <jet@gyve.org>
parents:
65680
diff
changeset
|
428 :supertype 'Man-abstract-xref-man-page |
69793
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
429 'func (lambda (arg) |
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
430 (woman |
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
431 ;; `woman' cannot deal with arguments that contain a |
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
432 ;; section name, like close(2), so strip the section name. |
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
433 (if (string-match Man-reference-regexp arg) |
69813
a77e27984bb1
(WoMan-xref-man-page): Fix call to `substring'.
Juanma Barranquero <lekktu@gmail.com>
parents:
69793
diff
changeset
|
434 (substring arg 0 (match-end 1)) |
69793
93d87ad179a4
* man.el (Man-mode-map): Restore the \r binding.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
68651
diff
changeset
|
435 arg)))) |
66177
bd98d8a37303
* woman.el (WoMan-xref-man-page): New button type derived
Masatake YAMATO <jet@gyve.org>
parents:
65680
diff
changeset
|
436 |
28832 | 437 (eval-when-compile ; to avoid compiler warnings |
438 (require 'dired) | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
439 (require 'cl) |
28832 | 440 (require 'apropos)) |
441 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
442 (defun woman-mapcan (fn x) |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
443 "Return concatenated list of FN applied to successive `car' elements of X. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
444 FN must return a list, cons or nil. Useful for splicing into a list." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
445 ;; Based on the Standard Lisp function MAPCAN but with args swapped! |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
446 ;; More concise implementation than the recursive one. -- dak |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
447 (apply #'nconc (mapcar fn x))) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
448 |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
449 (defun woman-parse-colon-path (paths) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
450 "Explode search path string PATHS into a list of directory names. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
451 Allow Cygwin colon-separated search paths on Microsoft platforms. |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
452 Replace null components by calling `woman-parse-man.conf'. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
453 As a special case, if PATHS is nil then replace it by calling |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
454 `woman-parse-man.conf'." |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
455 ;; Based on suggestions by Jari Aalto and Eli Zaretskii. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
456 ;; parse-colon-path returns nil for a null path component and |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
457 ;; an empty substring of MANPATH denotes the default list. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
458 (if (memq system-type '(windows-nt ms-dos)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
459 (cond ((null paths) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
460 (mapcar 'woman-Cyg-to-Win (woman-parse-man.conf))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
461 ((string-match ";" paths) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
462 ;; Assume DOS-style path-list... |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
463 (woman-mapcan ; splice list into list |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
464 (lambda (x) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
465 (if x |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
466 (list x) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
467 (mapcar 'woman-Cyg-to-Win (woman-parse-man.conf)))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
468 (parse-colon-path paths))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
469 ((string-match "\\`[a-zA-Z]:" paths) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
470 ;; Assume single DOS-style path... |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
471 paths) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
472 (t |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
473 ;; Assume UNIX/Cygwin-style path-list... |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
474 (woman-mapcan ; splice list into list |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
475 (lambda (x) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
476 (mapcar 'woman-Cyg-to-Win |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
477 (if x (list x) (woman-parse-man.conf)))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
478 (let ((path-separator ":")) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
479 (parse-colon-path paths))))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
480 ;; Assume host-default-style path-list... |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
481 (woman-mapcan ; splice list into list |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
482 (lambda (x) (if x (list x) (woman-parse-man.conf))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
483 (parse-colon-path (or paths ""))))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
484 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
485 (defun woman-Cyg-to-Win (file) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
486 "Convert an absolute filename FILE from Cygwin to Windows form." |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
487 ;; MANPATH_MAP conses are not converted since they presumably map |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
488 ;; Cygwin to Cygwin form. |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
489 (if (consp file) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
490 file |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
491 ;; Code taken from w32-symlinks.el |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
492 (if (eq (aref file 0) ?/) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
493 ;; Try to use Cygwin mount table via `cygpath.exe'. |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
494 (condition-case nil |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
495 (with-temp-buffer |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
496 ;; cygpath -m file |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
497 (call-process "cygpath" nil t nil "-m" file) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
498 (buffer-substring 1 (buffer-size))) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
499 (error |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
500 ;; Assume no `cygpath' program available. |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
501 ;; Hack /cygdrive/x/ or /x/ or (obsolete) //x/ to x:/ |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
502 (when (string-match "\\`\\(/cygdrive\\|/\\)?/./" file) |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
503 (if (match-beginning 1) ; /cygdrive/x/ or //x/ -> /x/ |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
504 (setq file (substring file (match-end 1)))) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
505 (aset file 0 (aref file 1)) ; /x/ -> xx/ |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
506 (aset file 1 ?:)) ; xx/ -> x:/ |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
507 file)) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
508 file))) |
28832 | 509 |
510 | |
511 ;;; User options: | |
512 | |
513 ;; NB: Group identifiers must be lowercase! | |
514 | |
515 (defgroup woman nil | |
516 "Browse UNIX manual pages `wo (without) man'." | |
517 :tag "WoMan" | |
518 :group 'help) | |
519 | |
520 (defcustom woman-show-log nil | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
521 "If non-nil then show the *WoMan-Log* buffer if appropriate. |
28832 | 522 I.e. if any warning messages are written to it. Default is nil." |
523 :type 'boolean | |
524 :group 'woman) | |
525 | |
526 (defcustom woman-pre-format-hook nil | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
527 "Hook run by WoMan immediately before formatting a buffer. |
28832 | 528 Change only via `Customization' or the function `add-hook'." |
529 :type 'hook | |
530 :group 'woman) | |
531 | |
532 (defcustom woman-post-format-hook nil | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
533 "Hook run by WoMan immediately after formatting a buffer. |
28832 | 534 Change only via `Customization' or the function `add-hook'." |
535 :type 'hook | |
536 :group 'woman) | |
537 | |
538 | |
539 ;; Interface options | |
540 | |
541 (defgroup woman-interface nil | |
542 "Interface options for browsing UNIX manual pages `wo (without) man'." | |
543 :tag "WoMan Interface" | |
544 :group 'woman) | |
545 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
546 (defcustom woman-man.conf-path |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
547 (let ((path '("/usr/lib" "/etc"))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
548 (if (eq system-type 'windows-nt) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
549 (mapcar 'woman-Cyg-to-Win path) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
550 path)) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
551 "List of dirs to search and/or files to try for man config file. |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
552 A trailing separator (`/' for UNIX etc.) on directories is |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
553 optional, and the filename is used if a directory specified is |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
554 the first to start with \"man\" and has an extension starting |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
555 with \".conf\". If MANPATH is not set but a config file is found |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
556 then it is parsed instead to provide a default value for |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
557 `woman-manpath'." |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
558 :type '(repeat string) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
559 :group 'woman-interface) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
560 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
561 (defun woman-parse-man.conf () |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
562 "Parse if possible configuration file for man command. |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
563 Used only if MANPATH is not set or contains null components. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
564 Look in `woman-man.conf-path' and return a value for `woman-manpath'. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
565 Concatenate data from all lines in the config file of the form |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
566 MANPATH /usr/man |
30018
c7243fc7bcb6
(woman-man.conf-path): Explicitly include the debian man-db config file
Miles Bader <miles@gnu.org>
parents:
29669
diff
changeset
|
567 or |
54301
7caa4944980e
(woman-man.conf-path): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents:
52567
diff
changeset
|
568 MANDATORY_MANPATH /usr/man |
7caa4944980e
(woman-man.conf-path): Doc fix.
Eli Zaretskii <eliz@gnu.org>
parents:
52567
diff
changeset
|
569 or |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
570 OPTIONAL_MANPATH /usr/man |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
571 or |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
572 MANPATH_MAP /opt/bin /opt/man" |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
573 ;; Functionality suggested by Charles Curley. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
574 (let ((path woman-man.conf-path) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
575 file manpath) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
576 (while (and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
577 path |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
578 (not (and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
579 (file-readable-p (setq file (car path))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
580 ;; If not a file then find the file: |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
581 (or (not (file-directory-p file)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
582 (and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
583 (setq file |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
584 (directory-files file t "\\`man.*\\.conf[a-z]*\\'" t)) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
585 (file-readable-p (setq file (car file))))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
586 ;; Parse the file -- if no MANPATH data ignore it: |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
587 (with-temp-buffer |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
588 (insert-file-contents file) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
589 (while (re-search-forward |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
590 ;; `\(?: ... \)' is a "shy group" |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
591 "\ |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
592 ^[ \t]*\\(?:\\(?:MANDATORY_\\|OPTIONAL_\\)?MANPATH[ \t]+\\(\\S-+\\)\\|\ |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
593 MANPATH_MAP[ \t]+\\(\\S-+\\)[ \t]+\\(\\S-+\\)\\)" nil t) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
594 (add-to-list 'manpath |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
595 (if (match-beginning 1) |
84881
b0d17e361aac
(woman-dired-define-keys): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
84427
diff
changeset
|
596 (match-string 1) |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
597 (cons (match-string 2) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
598 (match-string 3))))) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
599 manpath)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
600 )) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
601 (setq path (cdr path))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
602 (nreverse manpath))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
603 |
91682
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
604 ;; Autoload so set-locale-environment can operate on it. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
605 ;;;###autoload |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
606 (defcustom woman-locale nil |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
607 "String specifying a manual page locale, or nil. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
608 If a manual page is available in the specified locale |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
609 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
610 default version. Normally, `set-locale-environment' sets this at startup." |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
611 :type '(choice string (const nil)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
612 :group 'woman-interface |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
613 :version "23.1") |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
614 |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
615 ;; FIXME Is this a sensible list of alternatives? |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
616 (defun woman-expand-locale (locale) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
617 "Expand a locale into a list suitable for man page lookup. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
618 Expands a locale of the form LANGUAGE_TERRITORY.CHARSET into the list: |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
619 LANGUAGE_TERRITORY.CHARSET LANGUAGE_TERRITORY LANGUAGE.CHARSET LANGUAGE. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
620 The TERRITORY and CHARSET portions may be absent." |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
621 (string-match "\\([^._]*\\)\\(_[^.]*\\)?\\(\\..*\\)?" locale) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
622 (let ((lang (match-string 1 locale)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
623 (terr (match-string 2 locale)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
624 (charset (match-string 3 locale))) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
625 (delq nil (list locale |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
626 (and charset terr (concat lang terr)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
627 (and charset terr (concat lang charset)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
628 (if (or charset terr) lang))))) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
629 |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
630 (defun woman-manpath-add-locales (manpath) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
631 "Add locale-specific subdirectories to the elements of MANPATH. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
632 MANPATH is a list of the form of `woman-manpath'. Returns a list |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
633 with those locale-specific subdirectories specified by the action |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
634 of `woman-expand-locale' on `woman-locale' added, where they exist." |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
635 (if (zerop (length woman-locale)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
636 manpath |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
637 (let ((subdirs (woman-expand-locale woman-locale)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
638 lst dir) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
639 (dolist (elem manpath (nreverse lst)) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
640 (dolist (sub subdirs) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
641 (when (file-directory-p |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
642 (setq dir |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
643 ;; Use f-n-a-d because parse-colon-path does. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
644 (file-name-as-directory |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
645 (expand-file-name sub (substitute-in-file-name |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
646 (if (consp elem) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
647 (cdr elem) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
648 elem)))))) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
649 (add-to-list 'lst (if (consp elem) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
650 (cons (car elem) dir) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
651 dir)))) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
652 ;; Non-locale-specific has lowest precedence. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
653 (add-to-list 'lst elem))))) |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
654 |
28832 | 655 (defcustom woman-manpath |
91682
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
656 ;; Locales could also be added in woman-expand-directory-path. |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
657 (or (woman-manpath-add-locales |
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
658 (woman-parse-colon-path (getenv "MANPATH"))) |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
659 '("/usr/man" "/usr/share/man" "/usr/local/man")) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
660 "List of DIRECTORY TREES to search for UN*X manual files. |
28832 | 661 Each element should be the name of a directory that contains |
662 subdirectories of the form `man?', or more precisely subdirectories | |
663 selected by the value of `woman-manpath-man-regexp'. Non-directory | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
664 and unreadable files are ignored. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
665 |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
666 Elements can also be a cons cell indicating a mapping from PATH |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
667 to manual trees: if such an element's car is equal to a path |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
668 element of the environment variable PATH, the cdr of the cons |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
669 cell is included in the directory tree search. |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
670 |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
671 If not set then the environment variable MANPATH is used. If no such |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
672 environment variable is found, the default list is determined by |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
673 consulting the man configuration file if found, which is determined by |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
674 the user option `woman-man.conf-path'. An empty substring of MANPATH |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
675 denotes the default list. |
28832 | 676 |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
677 Any environment variables (names must have the UN*X-style form $NAME, |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
678 e.g. $HOME, $EMACSDATA, $emacs_dir) are evaluated first but each |
28832 | 679 element must evaluate to a SINGLE directory name. Trailing `/'s are |
680 ignored. (Specific directories in `woman-path' are also searched.) | |
681 | |
682 Microsoft platforms: | |
683 I recommend including drive letters explicitly, e.g. | |
684 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
685 (\"C:/Cygwin/usr/man/\" \"C:/Cygwin/usr/local/man\"). |
28832 | 686 |
687 The MANPATH environment variable may be set using DOS semi-colon- | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
688 separated or UN*X/Cygwin colon-separated syntax (but not mixed)." |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
689 :type '(repeat (choice string (cons string string))) |
91682
811f56080d77
(woman-locale): New defcustom.
Glenn Morris <rgm@gnu.org>
parents:
87726
diff
changeset
|
690 :version "23.1" ; added woman-manpath-add-locales |
28832 | 691 :group 'woman-interface) |
692 | |
693 (defcustom woman-manpath-man-regexp "[Mm][Aa][Nn]" | |
694 "Regexp to match man directories UNDER `woman-manpath' directories. | |
695 These normally have names of the form `man?'. Its default value is | |
696 \"[Mm][Aa][Nn]\", which is case-insensitive mainly for the benefit of | |
697 Microsoft platforms. Its purpose is to avoid `cat?', `.', `..', etc." | |
698 ;; Based on a suggestion by Wei-Xue Shi. | |
699 :type 'string | |
700 :group 'woman-interface) | |
701 | |
702 (defcustom woman-path | |
703 (if (eq system-type 'ms-dos) '("$DJDIR/info" "$DJDIR/man/cat[1-9onlp]")) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
704 "List of SPECIFIC DIRECTORIES to search for UN*X manual files. |
28832 | 705 For example |
706 | |
707 (\"/emacs/etc\"). | |
708 | |
709 These directories are searched in addition to the directory trees | |
710 specified in `woman-manpath'. Each element should be a directory | |
711 string or nil, which represents the current directory when the path is | |
712 expanded and cached. However, the last component (only) of each | |
713 directory string is treated as a regexp \(Emacs, not shell) and the | |
714 string is expanded into a list of matching directories. Non-directory | |
715 and unreadable files are ignored. The default value is nil. | |
716 | |
717 Any environment variables (which must have the UN*X-style form $NAME, | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
718 e.g. $HOME, $EMACSDATA, $emacs_dir) are evaluated first but each |
28832 | 719 element must evaluate to a SINGLE directory name (regexp, see above). |
720 For example | |
721 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
722 (\"$EMACSDATA\") [or equivalently (\"$emacs_dir/etc\")]. |
28832 | 723 |
724 Trailing `/'s are discarded. (The directory trees in `woman-manpath' | |
725 are also searched.) On Microsoft platforms I recommend including | |
726 drive letters explicitly." | |
727 :type '(repeat (choice string (const nil))) | |
728 :group 'woman-interface) | |
729 | |
730 (defcustom woman-cache-level 2 | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
731 "The level of topic caching. |
28832 | 732 1 - cache only the topic and directory lists |
733 (the only level before version 0.34 - only for compatibility); | |
734 2 - cache also the directories for each topic | |
735 (faster, without using much more memory); | |
736 3 - cache also the actual filenames for each topic | |
737 (fastest, but uses twice as much memory). | |
738 The default value is currently 2, a good general compromise. | |
739 If the `woman' command is slow to find files then try 3, which may be | |
740 particularly beneficial with large remote-mounted man directories. | |
741 Run the `woman' command with a prefix argument or delete the cache | |
742 file `woman-cache-filename' for a change to take effect. | |
743 \(Values < 1 behave like 1; values > 3 behave like 3.)" | |
744 :type '(choice (const :tag "Minimal" 1) | |
745 (const :tag "Default" 2) | |
746 (const :tag "Maximal" 3)) | |
747 :group 'woman-interface) | |
748 | |
749 (defcustom woman-cache-filename nil | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
750 "The full pathname of the WoMan directory and topic cache file. |
28832 | 751 It is used to save and restore the cache between sessions. This is |
752 especially useful with remote-mounted man page files! The default | |
753 value of nil suppresses this action. The `standard' non-nil | |
754 filename is \"~/.wmncach.el\". Remember that a prefix argument forces | |
755 the `woman' command to update and re-write the cache." | |
756 :type '(choice (const :tag "None" nil) | |
757 (const :tag "~/.wmncach.el" "~/.wmncach.el") | |
758 file) | |
759 :group 'woman-interface) | |
760 | |
761 (defcustom woman-dired-keys t | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
762 "List of `dired' mode keys to define to run WoMan on current file. |
28832 | 763 E.g. '(\"w\" \"W\"), or any non-null atom to automatically define |
764 \"w\" and \"W\" if they are unbound, or nil to do nothing. | |
765 Default is t." | |
766 :type '(choice (const :tag "None" nil) | |
767 (repeat string) | |
768 (other :tag "Auto" t)) | |
769 :group 'woman-interface) | |
770 | |
771 (defcustom woman-imenu-generic-expression | |
772 '((nil "\n\\([A-Z].*\\)" 1) ; SECTION, but not TITLE | |
773 ("*Subsections*" "^ \\([A-Z].*\\)" 1)) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
774 "Imenu support for Sections and Subsections. |
28832 | 775 An alist with elements of the form (MENU-TITLE REGEXP INDEX) -- |
776 see the documentation for `imenu-generic-expression'." | |
777 :type 'sexp | |
778 :group 'woman-interface) | |
779 | |
780 (defcustom woman-imenu nil | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
781 "If non-nil then WoMan adds a Contents menu to the menubar. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
782 It does this by calling `imenu-add-to-menubar'. Default is nil." |
28832 | 783 :type 'boolean |
784 :group 'woman-interface) | |
785 | |
786 (defcustom woman-imenu-title "CONTENTS" | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
787 "The title to use if WoMan adds a Contents menu to the menubar. |
28832 | 788 Default is \"CONTENTS\"." |
789 :type 'string | |
790 :group 'woman-interface) | |
791 | |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
792 (defcustom woman-use-topic-at-point-default nil |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
793 ;; `woman-use-topic-at-point' may be let-bound when woman is loaded, |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
794 ;; in which case its global value does not get defined. |
28832 | 795 ;; `woman-file-name' sets it to this value if it is unbound. |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
796 "Default value for `woman-use-topic-at-point'." |
28832 | 797 :type '(choice (const :tag "Yes" t) |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
798 (const :tag "No" nil)) |
28832 | 799 :group 'woman-interface) |
800 | |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
801 (defcustom woman-use-topic-at-point woman-use-topic-at-point-default |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
802 "Control use of the word at point as the default topic. |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
803 If non-nil the `woman' command uses the word at point automatically, |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
804 without interactive confirmation, if it exists as a topic." |
28832 | 805 :type '(choice (const :tag "Yes" t) |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
806 (const :tag "No" nil)) |
28832 | 807 :group 'woman-interface) |
808 | |
809 (defvar woman-file-regexp nil | |
810 "Regexp used to select (possibly compressed) man source files, e.g. | |
811 \"\\.\\([0-9lmnt]\\w*\\)\\(\\.\\(g?z\\|bz2\\)\\)?\\'\". | |
812 Built automatically from the customizable user options | |
813 `woman-uncompressed-file-regexp' and `woman-file-compression-regexp'.") | |
814 | |
815 (defvar woman-uncompressed-file-regexp) ; for the compiler | |
816 (defvar woman-file-compression-regexp) ; for the compiler | |
817 | |
818 (defun set-woman-file-regexp (symbol value) | |
819 "Bind SYMBOL to VALUE and set `woman-file-regexp' as per user customizations. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
820 Used as :set cookie by Customize when customizing the user options |
28832 | 821 `woman-uncompressed-file-regexp' and `woman-file-compression-regexp'." |
822 (set-default symbol value) | |
823 (and (boundp 'woman-uncompressed-file-regexp) | |
824 (boundp 'woman-file-compression-regexp) | |
825 (setq woman-file-regexp | |
826 (concat woman-uncompressed-file-regexp | |
827 "\\(" | |
828 (substring woman-file-compression-regexp 0 -2) | |
829 "\\)?\\'")))) | |
830 | |
831 (defcustom woman-uncompressed-file-regexp | |
832 "\\.\\([0-9lmnt]\\w*\\)" ; disallow no extension | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
833 "Do not change this unless you are sure you know what you are doing! |
28832 | 834 Regexp used to select man source files (ignoring any compression extension). |
835 | |
836 The SysV standard man pages use two character suffixes, and this is | |
837 becoming more common in the GNU world. For example, the man pages | |
838 in the ncurses package include `toe.1m', `form.3x', etc. | |
839 | |
840 Note: an optional compression regexp will be appended, so this regexp | |
841 MUST NOT end with any kind of string terminator such as $ or \\'." | |
842 :type 'regexp | |
843 :set 'set-woman-file-regexp | |
844 :group 'woman-interface) | |
845 | |
846 (defcustom woman-file-compression-regexp | |
847 "\\.\\(g?z\\|bz2\\)\\'" | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
848 "Do not change this unless you are sure you know what you are doing! |
28832 | 849 Regexp used to match compressed man file extensions for which |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
850 decompressors are available and handled by auto-compression mode, |
28832 | 851 e.g. \"\\\\.\\\\(g?z\\\\|bz2\\\\)\\\\'\" for `gzip' or `bzip2'. |
852 Should begin with \\. and end with \\' and MUST NOT be optional." | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
853 ;; Should be compatible with car of |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
854 ;; `jka-compr-file-name-handler-entry', but that is unduly |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
855 ;; complicated, includes an inappropriate extension (.tgz) and is |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
856 ;; not loaded by default! |
28832 | 857 :type 'regexp |
858 :set 'set-woman-file-regexp | |
859 :group 'woman-interface) | |
860 | |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
861 (defcustom woman-use-own-frame ; window-system |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
862 (or (and (fboundp 'display-graphic-p) (display-graphic-p)) ; Emacs 21 |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
863 (memq window-system '(x w32))) ; Emacs 20 |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
864 "If non-nil then use a dedicated frame for displaying WoMan windows. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
865 Only useful when run on a graphic display such as X or MS-Windows." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
866 :type 'boolean |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
867 :group 'woman-interface) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
868 |
28832 | 869 |
870 ;; Formatting options | |
871 | |
872 (defgroup woman-formatting nil | |
873 "Formatting options for browsing UNIX manual pages `wo (without) man'." | |
874 :tag "WoMan Formatting" | |
875 :group 'woman) | |
876 | |
877 (defcustom woman-fill-column 65 | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
878 "Right margin for formatted text -- default is 65." |
28832 | 879 :type 'integer |
880 :group 'woman-formatting) | |
881 | |
882 (defcustom woman-fill-frame nil | |
883 ;; Based loosely on a suggestion by Theodore Jump: | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
884 "If non-nil then most of the window width is used." |
28832 | 885 :type 'boolean |
886 :group 'woman-formatting) | |
887 | |
888 (defcustom woman-default-indent 5 | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
889 "Default prevailing indent set by -man macros -- default is 5. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
890 Set this variable to 7 to emulate GNU man formatting." |
28832 | 891 :type 'integer |
892 :group 'woman-formatting) | |
893 | |
894 (defcustom woman-bold-headings t | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
895 "If non-nil then embolden section and subsection headings. Default is t. |
63264
5b60124f1c0a
(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero <lekktu@gmail.com>
parents:
63199
diff
changeset
|
896 Heading emboldening is NOT standard `man' behavior." |
28832 | 897 :type 'boolean |
898 :group 'woman-formatting) | |
899 | |
900 (defcustom woman-ignore t | |
85270 | 901 "If non-nil then unrecognized requests etc. are ignored. Default is t. |
63264
5b60124f1c0a
(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero <lekktu@gmail.com>
parents:
63199
diff
changeset
|
902 This gives the standard ?roff behavior. If nil then they are left in |
28832 | 903 the buffer, which may aid debugging." |
904 :type 'boolean | |
905 :group 'woman-formatting) | |
906 | |
54385
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
907 (defcustom woman-preserve-ascii t |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
908 "If non-nil, preserve ASCII characters in the WoMan buffer. |
54385
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
909 Otherwise, to save time, some backslashes and spaces may be |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
910 represented differently (as the values of the variables |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
911 `woman-escaped-escape-char' and `woman-unpadded-space-char' |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
912 respectively) so that the buffer content is strictly wrong even though |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
913 it should display correctly. This should be irrelevant unless the |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
914 buffer text is searched, copied or saved to a file." |
d8314f01e053
(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii <eliz@gnu.org>
parents:
54301
diff
changeset
|
915 ;; This option should probably be removed! |
28832 | 916 :type 'boolean |
917 :group 'woman-formatting) | |
918 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
919 (defcustom woman-emulation 'nroff |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
920 "WoMan emulation, currently either nroff or troff. Default is nroff. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
921 Troff emulation is experimental and largely untested. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
922 \(Add groff later?)" |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
923 :type '(choice (const nroff) (const troff)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
924 :group 'woman-formatting) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
925 |
28832 | 926 |
927 ;; Faces: | |
928 | |
929 (defgroup woman-faces nil | |
930 "Face options for browsing UNIX manual pages `wo (without) man'." | |
931 :tag "WoMan Faces" | |
932 :group 'woman | |
933 :group 'faces) | |
934 | |
935 (defcustom woman-fontify | |
936 (or (and (fboundp 'display-color-p) (display-color-p)) | |
937 (and (fboundp 'display-graphic-p) (display-graphic-p)) | |
938 (x-display-color-p)) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
939 "If non-nil then WoMan assumes that face support is available. |
28832 | 940 It defaults to a non-nil value if the display supports either colors |
941 or different fonts." | |
942 :type 'boolean | |
943 :group 'woman-faces) | |
944 | |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
945 ;; This is overkill! Troff uses just italic; Nroff uses just underline. |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
946 ;; You should probably select either italic or underline as you prefer, but |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
947 ;; not both, although italic and underline work together perfectly well! |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
948 (defface woman-italic |
63264
5b60124f1c0a
(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero <lekktu@gmail.com>
parents:
63199
diff
changeset
|
949 `((((min-colors 88) (background light)) |
61394
31aa9a390538
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu <dann@ics.uci.edu>
parents:
59552
diff
changeset
|
950 (:slant italic :underline t :foreground "red1")) |
31aa9a390538
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu <dann@ics.uci.edu>
parents:
59552
diff
changeset
|
951 (((background light)) (:slant italic :underline t :foreground "red")) |
42452
0cfd64a10789
(ps-font-lock-face-attributes): Use :weight and :slant.
Richard M. Stallman <rms@gnu.org>
parents:
39653
diff
changeset
|
952 (((background dark)) (:slant italic :underline t))) |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
953 "Face for italic font in man pages." |
28832 | 954 :group 'woman-faces) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
955 ;; backward-compatibility alias |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
956 (put 'woman-italic-face 'face-alias 'woman-italic) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
957 |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
958 (defface woman-bold |
61394
31aa9a390538
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu <dann@ics.uci.edu>
parents:
59552
diff
changeset
|
959 '((((min-colors 88) (background light)) (:weight bold :foreground "blue1")) |
31aa9a390538
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu <dann@ics.uci.edu>
parents:
59552
diff
changeset
|
960 (((background light)) (:weight bold :foreground "blue")) |
42452
0cfd64a10789
(ps-font-lock-face-attributes): Use :weight and :slant.
Richard M. Stallman <rms@gnu.org>
parents:
39653
diff
changeset
|
961 (((background dark)) (:weight bold :foreground "green2"))) |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
962 "Face for bold font in man pages." |
28832 | 963 :group 'woman-faces) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
964 ;; backward-compatibility alias |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
965 (put 'woman-bold-face 'face-alias 'woman-bold) |
28832 | 966 |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
967 ;; Brown is a good compromise: it is distinguishable from the default |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
968 ;; but not enough so to make font errors look terrible. (Files that use |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
969 ;; non-standard fonts seem to do so badly or in idiosyncratic ways!) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
970 (defface woman-unknown |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
971 '((((background light)) (:foreground "brown")) |
61394
31aa9a390538
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu <dann@ics.uci.edu>
parents:
59552
diff
changeset
|
972 (((min-colors 88) (background dark)) (:foreground "cyan1")) |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
973 (((background dark)) (:foreground "cyan"))) |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
974 "Face for all unknown fonts in man pages." |
28832 | 975 :group 'woman-faces) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
976 ;; backward-compatibility alias |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
977 (put 'woman-unknown-face 'face-alias 'woman-unknown) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
978 |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
979 (defface woman-addition |
28832 | 980 '((t (:foreground "orange"))) |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
981 "Face for all WoMan additions to man pages." |
28832 | 982 :group 'woman-faces) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
983 ;; backward-compatibility alias |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
984 (put 'woman-addition-face 'face-alias 'woman-addition) |
28832 | 985 |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
986 (defun woman-default-faces () |
63264
5b60124f1c0a
(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero <lekktu@gmail.com>
parents:
63199
diff
changeset
|
987 "Set foreground colors of italic and bold faces to their default values." |
28832 | 988 (interactive) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
989 (face-spec-set 'woman-italic (face-user-default-spec 'woman-italic)) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
990 (face-spec-set 'woman-bold (face-user-default-spec 'woman-bold))) |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
991 |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
992 (defun woman-monochrome-faces () |
63264
5b60124f1c0a
(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero <lekktu@gmail.com>
parents:
63199
diff
changeset
|
993 "Set foreground colors of italic and bold faces to that of the default face. |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
994 This is usually either black or white." |
28832 | 995 (interactive) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
996 (set-face-foreground 'woman-italic 'unspecified) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
997 (set-face-foreground 'woman-bold 'unspecified)) |
28832 | 998 |
999 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1000 ;; Experimental font support, initially only for MS-Windows. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1001 (defconst woman-font-support |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1002 (eq window-system 'w32) ; Support X later! |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1003 "If non-nil then non-ASCII characters and symbol font supported.") |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1004 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1005 (defun woman-select-symbol-fonts (fonts) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1006 "Select symbol fonts from a list FONTS of font name strings." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1007 (let (symbol-fonts) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1008 ;; With NTEmacs 20.5, the PATTERN option to `x-list-fonts' does |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1009 ;; not seem to work and fonts may be repeated, so ... |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1010 (dolist (font fonts) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1011 (and (string-match "-Symbol-" font) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1012 (not (member font symbol-fonts)) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1013 (setq symbol-fonts (cons font symbol-fonts)))) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1014 symbol-fonts)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1015 |
95841
b4e36ff621b3
Add some compiler declarations, for builds without X.
Glenn Morris <rgm@gnu.org>
parents:
94678
diff
changeset
|
1016 (declare-function x-list-fonts "xfaces.c" |
b4e36ff621b3
Add some compiler declarations, for builds without X.
Glenn Morris <rgm@gnu.org>
parents:
94678
diff
changeset
|
1017 (pattern &optional face frame maximum width)) |
b4e36ff621b3
Add some compiler declarations, for builds without X.
Glenn Morris <rgm@gnu.org>
parents:
94678
diff
changeset
|
1018 |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1019 (when woman-font-support |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1020 (make-face 'woman-symbol) |
28832 | 1021 |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1022 ;; Set the symbol font only if `woman-use-symbol-font' is true, to |
28832 | 1023 ;; avoid unnecessarily upsetting the line spacing in NTEmacs 20.5! |
1024 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1025 (defcustom woman-use-extended-font t |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1026 "If non-nil then may use non-ASCII characters from the default font." |
28832 | 1027 :type 'boolean |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1028 :group 'woman-faces) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1029 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1030 (defcustom woman-use-symbol-font nil |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1031 "If non-nil then may use the symbol font. |
65393
ff96330a04d3
Format- and whitespace-related changes.
Eli Zaretskii <eliz@gnu.org>
parents:
65392
diff
changeset
|
1032 It is off by default, mainly because it may change the line spacing |
ff96330a04d3
Format- and whitespace-related changes.
Eli Zaretskii <eliz@gnu.org>
parents:
65392
diff
changeset
|
1033 \(in NTEmacs 20.5)." |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1034 :type 'boolean |
28832 | 1035 :group 'woman-faces) |
1036 | |
1037 (defconst woman-symbol-font-list | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1038 (or (woman-select-symbol-fonts (x-list-fonts "*" 'default)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1039 (woman-select-symbol-fonts (x-list-fonts "*"))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1040 "Symbol font(s), preferably same size as default when WoMan was loaded.") |
28832 | 1041 |
1042 (defcustom woman-symbol-font (car woman-symbol-font-list) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1043 "A string describing the symbol font to use for special characters. |
28832 | 1044 It should be compatible with, and the same size as, the default text font. |
1045 Under MS-Windows, the default is | |
1046 \"-*-Symbol-normal-r-*-*-*-*-96-96-p-*-ms-symbol\"." | |
1047 :type `(choice | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1048 ,@(mapcar (lambda (x) (list 'const x)) |
28832 | 1049 woman-symbol-font-list) |
1050 string) | |
1051 :group 'woman-faces) | |
1052 | |
1053 ) | |
1054 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1055 ;; For non windows-nt ... |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1056 (defvar woman-use-extended-font nil) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1057 (defvar woman-use-symbol-font nil) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1058 (defvar woman-symbol-font nil) |
28832 | 1059 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1060 | |
1061 | |
1062 ;;; Internal variables: | |
1063 | |
1064 (defconst woman-justify-list | |
1065 '(left right center full) | |
1066 "Justify styles for `fill-region-as-paragraph'.") | |
1067 (defconst woman-adjust-left 0 ; == adjust off, noadjust | |
1068 "Adjustment indicator `l' -- adjust left margin only.") | |
1069 (defconst woman-adjust-right 1 | |
1070 "Adjustment indicator `r' -- adjust right margin only.") | |
1071 (defconst woman-adjust-center 2 | |
1072 "Adjustment indicator `c' -- center.") | |
1073 (defconst woman-adjust-both 3 ; default -- adj,both | |
1074 "Adjustment indicator `b' or `n' -- adjust both margins.") | |
1075 | |
1076 (defvar woman-adjust woman-adjust-both | |
1077 "Current adjustment number-register value.") | |
1078 (defvar woman-adjust-previous woman-adjust | |
1079 "Previous adjustment number-register value.") | |
1080 (defvar woman-justify | |
1081 (nth woman-adjust woman-justify-list) ; use vector? | |
1082 "Current justification style for `fill-region-as-paragraph'.") | |
1083 (defvar woman-justify-previous woman-justify | |
1084 "Previous justification style for `fill-region-as-paragraph'.") | |
1085 | |
1086 (defvar woman-left-margin woman-default-indent | |
1087 "Current left margin.") | |
1088 (defvar woman-prevailing-indent woman-default-indent | |
1089 "Current prevailing indent.") | |
1090 (defvar woman-interparagraph-distance 1 | |
1091 "Interparagraph distance in lines. | |
1092 Set by .PD; used by .SH, .SS, .TP, .LP, .PP, .P, .IP, .HP.") | |
1093 (defvar woman-leave-blank-lines nil | |
1094 "Blank lines to leave as vertical space.") | |
1095 (defconst woman-tab-width 5 | |
1096 "Default tab width set by -man macros.") | |
1097 (defvar woman-nofill nil | |
1098 "Current fill mode: nil for filling.") | |
1099 (defvar woman-RS-left-margin nil | |
1100 "Left margin stack for nested use of `.RS/.RE'.") | |
1101 (defvar woman-RS-prevailing-indent nil | |
1102 "Prevailing indent stack for nested use of `.RS/.RE'.") | |
1103 (defvar woman-nospace nil | |
1104 "Current no-space mode: nil for normal spacing. | |
1105 Set by `.ns' request; reset by any output or `.rs' request") | |
1106 | |
1107 (defsubst woman-reset-nospace () | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1108 "Set `woman-nospace' to nil." |
28832 | 1109 (setq woman-nospace nil)) |
1110 | |
1111 (defconst woman-request-regexp "^[.'][ \t]*\\(\\S +\\) *" | |
1112 ;; Was "^\\.[ \t]*\\([a-z0-9]+\\) *" but cvs.1 uses a macro named | |
1113 ;; "`" and CGI.man uses a macro named "''"! | |
1114 ;; CGI.man uses ' as control character in places -- it *should* | |
1115 ;; suppress breaks! | |
1116 ;; Could end with "\\( +\\|$\\)" instead of " *" | |
1117 "Regexp to match a ?roff request plus trailing white space.") | |
1118 | |
1119 (defvar woman-imenu-done nil | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1120 "Buffer-local: set to true if function `woman-imenu' has been called.") |
28832 | 1121 (make-variable-buffer-local 'woman-imenu-done) |
1122 | |
1123 ;; From imenu.el -- needed when reformatting a file in its old buffer. | |
1124 ;; The latest buffer index used to update the menu bar menu. | |
1125 (eval-when-compile | |
1126 (require 'imenu)) | |
1127 (make-variable-buffer-local 'imenu--last-menubar-index-alist) | |
1128 | |
1129 (defvar woman-buffer-alist nil | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1130 "An alist representing WoMan buffers that are already decoded. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1131 Each element is of the form (FILE-NAME . BUFFER-NAME).") |
28832 | 1132 |
1133 (defvar woman-buffer-number 0 | |
1134 "Ordinal number of current buffer entry in `woman-buffer-alist'. | |
1135 The ordinal numbers start from 0.") | |
1136 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1137 (defvar woman-if-conditions-true '(?n ?e ?o) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1138 "List of one-character built-in condition names that are true. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1139 Should include ?e, ?o (page even/odd) and either ?n (nroff) or ?t (troff). |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1140 Default is '(?n ?e ?o). Set via `woman-emulation'.") |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1141 |
28832 | 1142 |
1143 ;;; Specialized utility functions: | |
1144 | |
1145 ;;; Fast deletion without saving on the kill ring (cf. simple.el): | |
1146 | |
1147 (defun woman-delete-line (&optional arg) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1148 "Delete rest of current line; if all blank then delete thru newline. |
28832 | 1149 With a numeric argument ARG, delete that many lines from point. |
1150 Negative arguments delete lines backward." | |
1151 ;; This is a non-interactive version of kill-line in simple.el that | |
1152 ;; deletes instead of killing and assumes kill-whole-line is nil, | |
1153 ;; which is essential! | |
1154 (delete-region (point) | |
1155 (progn | |
1156 (if arg | |
1157 (forward-line arg) | |
1158 (if (eobp) | |
1159 (signal 'end-of-buffer nil)) | |
1160 (if (looking-at "[ \t]*$") | |
1161 (forward-line 1) | |
1162 (end-of-line))) | |
1163 (point)))) | |
1164 | |
1165 (defsubst woman-delete-whole-line () | |
1166 "Delete current line from beginning including eol." | |
1167 (beginning-of-line) | |
1168 (woman-delete-line 1)) | |
1169 | |
1170 (defsubst woman-delete-following-space () | |
1171 "Delete all spaces and tabs FOLLOWING point (cf. `delete-horizontal-space')." | |
1172 ;; cf. delete-horizontal-space in simple.el: | |
1173 (delete-region (point) (progn (skip-chars-forward " \t") (point)))) | |
1174 | |
1175 (defsubst woman-delete-match (subexp) | |
1176 "Delete subexpression SUBEXP of buffer text matched by last search." | |
1177 (delete-region (match-beginning subexp) (match-end subexp))) | |
1178 | |
1179 ;; delete-char does not kill by default | |
1180 ;; delete-backward-char does not kill by default | |
1181 ;; delete-horizontal-space does not kill | |
1182 ;; delete-blank-lines does not kill | |
1183 | |
1184 | |
1185 ;;; File handling: | |
1186 | |
1187 (defvar woman-expanded-directory-path nil | |
1188 "Expanded directory list cache. Resetting to nil forces update.") | |
1189 | |
1190 (defvar woman-topic-all-completions nil | |
1191 "Expanded topic alist cache. Resetting to nil forces update.") | |
1192 | |
1193 ;;;###autoload | |
1194 (defun woman (&optional topic re-cache) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1195 "Browse UN*X man page for TOPIC (Without using external Man program). |
28832 | 1196 The major browsing mode used is essentially the standard Man mode. |
1197 Choose the filename for the man page using completion, based on the | |
1198 topic selected from the directories specified in `woman-manpath' and | |
1199 `woman-path'. The directory expansions and topics are cached for | |
1200 speed, but a non-nil interactive argument forces the caches to be | |
1201 updated (e.g. to re-interpret the current directory). | |
1202 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1203 Used non-interactively, arguments are optional: if given then TOPIC |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1204 should be a topic string and non-nil RE-CACHE forces re-caching." |
28832 | 1205 (interactive (list nil current-prefix-arg)) |
1206 ;; The following test is for non-interactive calls via gnudoit etc. | |
57702
c61ee1c7b2e8
(woman): Don't call interactive-p.
Richard M. Stallman <rms@gnu.org>
parents:
56256
diff
changeset
|
1207 (if (or (not (stringp topic)) (string-match "\\S " topic)) |
28832 | 1208 (let ((file-name (woman-file-name topic re-cache))) |
1209 (if file-name | |
1210 (woman-find-file file-name) | |
1211 (message | |
1212 "WoMan Error: No matching manual files found in search path") | |
1213 (ding)) | |
1214 ) | |
1215 (message "WoMan Error: No topic specified in non-interactive call") | |
1216 (ding)) | |
1217 ) | |
1218 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1219 ;; Allow WoMan to be called via the standard Help menu: |
28832 | 1220 (define-key-after menu-bar-manuals-menu [woman] |
1221 '(menu-item "Read Man Page (WoMan)..." woman | |
1222 :help "Man-page documentation Without Man") t) | |
1223 | |
1224 (defvar woman-cached-data nil | |
1225 "A list of cached data used to determine cache validity. | |
1226 Set from the cache by `woman-read-directory-cache'.") | |
1227 | |
1228 (defun woman-cached-data () | |
1229 "Generate a list of data used to determine cache validity. | |
1230 Called both to generate and to check the cache!" | |
1231 ;; Must use substituted paths because values of env vars may change! | |
1232 (list woman-cache-level | |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1233 (let (lst path) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1234 (dolist (dir woman-manpath (nreverse lst)) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1235 (when (consp dir) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1236 (unless path |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1237 (setq path |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1238 (split-string (getenv "PATH") path-separator t))) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1239 (setq dir (and (member (car dir) path) (cdr dir)))) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1240 (when dir (add-to-list 'lst (substitute-in-file-name dir))))) |
28832 | 1241 (mapcar 'substitute-in-file-name woman-path))) |
1242 | |
1243 (defun woman-read-directory-cache () | |
1244 "Load the directory and topic cache. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1245 It is loaded from the file named by the variable `woman-cache-filename'. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1246 Return t if the file exists, nil otherwise." |
28832 | 1247 (and |
1248 woman-cache-filename | |
1249 (load woman-cache-filename t nil t) ; file exists | |
1250 (equal woman-cached-data (woman-cached-data)))) ; cache valid | |
1251 | |
1252 (defun woman-write-directory-cache () | |
1253 "Save the directory and topic cache. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1254 It is saved to the file named by the variable `woman-cache-filename'." |
28832 | 1255 (if woman-cache-filename |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1256 (with-current-buffer (generate-new-buffer "WoMan tmp buffer") |
28832 | 1257 ;; Make a temporary buffer; name starting with space "hides" it. |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1258 (let ((standard-output (current-buffer)) |
28832 | 1259 (backup-inhibited t)) |
1260 ;; (switch-to-buffer standard-output t) ; only for debugging | |
1261 (buffer-disable-undo standard-output) | |
1262 (princ | |
1263 ";;; WoMan directory and topic cache -- generated automatically\n") | |
1264 (print | |
1265 ;; For data validity check: | |
1266 `(setq woman-cached-data ',(woman-cached-data))) | |
1267 (print | |
1268 `(setq woman-expanded-directory-path | |
1269 ',woman-expanded-directory-path)) | |
1270 (print | |
1271 `(setq woman-topic-all-completions | |
1272 ',woman-topic-all-completions)) | |
1273 (write-file woman-cache-filename) ; write CURRENT buffer | |
1274 (kill-buffer standard-output) | |
1275 )))) | |
1276 | |
72620
70dd4b1e1daf
(woman-topic-history): Change defvar to defvaralias
Juri Linkov <juri@jurta.org>
parents:
72564
diff
changeset
|
1277 (defvaralias 'woman-topic-history 'Man-topic-history) |
28832 | 1278 (defvar woman-file-history nil "File-name read history.") |
1279 | |
1280 (defun woman-file-name (topic &optional re-cache) | |
1281 "Get the name of the UN*X man-page file describing a chosen TOPIC. | |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1282 When `woman' is called interactively, the word at point may be |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1283 automatically used as the topic, if the value of the user option |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1284 `woman-use-topic-at-point' is non-nil. Return nil if no file can |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1285 be found. Optional argument RE-CACHE, if non-nil, forces the |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1286 cache to be re-read." |
28832 | 1287 ;; Handle the caching of the directory and topic lists: |
1288 (if (and (not re-cache) | |
1289 (or | |
1290 (and woman-expanded-directory-path woman-topic-all-completions) | |
1291 (woman-read-directory-cache))) | |
1292 () | |
1293 (message "Building list of manual directory expansions...") | |
1294 (setq woman-expanded-directory-path | |
1295 (woman-expand-directory-path woman-manpath woman-path)) | |
1296 (message "Building completion list of all manual topics...") | |
1297 (setq woman-topic-all-completions | |
1298 (woman-topic-all-completions woman-expanded-directory-path)) | |
1299 (woman-write-directory-cache)) | |
1300 ;; There is a problem in that I want to offer case-insensitive | |
1301 ;; completions, but to return only a case-sensitive match. This | |
1302 ;; does not seem to work properly by default, so I re-do the | |
1303 ;; completion if necessary. | |
65380
71481859776b
(woman-file-name): Provide a default, not initial input.
Richard M. Stallman <rms@gnu.org>
parents:
65359
diff
changeset
|
1304 (let (files |
71481859776b
(woman-file-name): Provide a default, not initial input.
Richard M. Stallman <rms@gnu.org>
parents:
65359
diff
changeset
|
1305 (default (current-word))) |
28832 | 1306 (or (stringp topic) |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1307 (and (if (boundp 'woman-use-topic-at-point) |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1308 woman-use-topic-at-point |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1309 ;; Was let-bound when file loaded, so ... |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1310 (setq woman-use-topic-at-point woman-use-topic-at-point-default)) |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1311 (setq topic (or (current-word t) "")) ; only within or adjacent to word |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1312 (test-completion topic woman-topic-all-completions)) |
28832 | 1313 (setq topic |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1314 (let* ((word-at-point (current-word)) |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1315 (default |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1316 (when (and word-at-point |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1317 (test-completion |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1318 word-at-point woman-topic-all-completions)) |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1319 word-at-point))) |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1320 (completing-read |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1321 (if default |
65680
ed770a0a7846
2005-09-24 Emilio C. Lopes <eclig@gmx.net>
Romain Francoise <romain@orebokech.com>
parents:
65582
diff
changeset
|
1322 (format "Manual entry (default %s): " default) |
65428
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1323 "Manual entry: ") |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1324 woman-topic-all-completions nil 1 |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1325 nil |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1326 'woman-topic-history |
25502a355957
(woman-topic-at-point-default): Renamed to woman-use-topic-at-point-default.
Eli Zaretskii <eliz@gnu.org>
parents:
65393
diff
changeset
|
1327 default)))) |
28832 | 1328 ;; Note that completing-read always returns a string. |
1329 (if (= (length topic) 0) | |
1330 nil ; no topic, so no file! | |
1331 (cond | |
1332 ((setq files (woman-file-name-all-completions topic))) | |
1333 ;; Complete topic more carefully, i.e. use the completion | |
1334 ;; rather than the string entered by the user: | |
1335 ((setq files (all-completions topic woman-topic-all-completions)) | |
1336 (while (/= (length topic) (length (car files))) | |
1337 (setq files (cdr files))) | |
1338 (setq files (woman-file-name-all-completions (car files))))) | |
1339 (cond | |
1340 ((null files) nil) ; no file found for topic. | |
1341 ((null (cdr files)) (car (car files))) ; only 1 file for topic. | |
1342 (t | |
1343 ;; Multiple files for topic, so must select 1. | |
1344 ;; Unread the command event (TAB = ?\t = 9) that runs the command | |
1345 ;; `minibuffer-complete' in order to automatically complete the | |
1346 ;; minibuffer contents as far as possible. | |
65393
ff96330a04d3
Format- and whitespace-related changes.
Eli Zaretskii <eliz@gnu.org>
parents:
65392
diff
changeset
|
1347 (setq unread-command-events '(9)) ; and delete any type-ahead! |
28832 | 1348 (completing-read "Manual file: " files nil 1 |
65393
ff96330a04d3
Format- and whitespace-related changes.
Eli Zaretskii <eliz@gnu.org>
parents:
65392
diff
changeset
|
1349 (try-completion "" files) 'woman-file-history)))))) |
28832 | 1350 |
1351 (defun woman-select (predicate list) | |
1352 "Select unique elements for which PREDICATE is true in LIST. | |
1353 \(Note that this function changes the value of LIST.)" | |
1354 ;; Intended to be fast by avoiding recursion and list copying. | |
1355 (while (and list | |
1356 (or | |
1357 (member (car list) (cdr list)) | |
1358 (not (funcall predicate (car list))))) | |
1359 (setq list (cdr list))) | |
1360 (if list | |
1361 (let ((newlist list) cdr_list) | |
1362 (while (setq cdr_list (cdr list)) | |
1363 (if (and | |
1364 (not (member (car cdr_list) (cdr cdr_list))) | |
1365 (funcall predicate (car cdr_list))) | |
1366 (setq list cdr_list) | |
1367 (setcdr list (cdr cdr_list))) | |
1368 ) | |
1369 newlist))) | |
1370 | |
1371 (defun woman-file-readable-p (dir) | |
1372 "Return t if DIR is readable, otherwise log a warning." | |
1373 (or (file-readable-p dir) | |
1374 (WoMan-warn "Ignoring unreadable `manpath' directory tree `%s'!" dir))) | |
1375 | |
1376 (defun woman-directory-files (head dir) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1377 "Return a sorted list of files in directory HEAD matching regexp in DIR. |
28832 | 1378 Value is a sorted list of the absolute pathnames of all the files in |
1379 directory HEAD, or the current directory if HEAD is nil, that match the | |
1380 regexp that is the final component of DIR. Log a warning if list is empty." | |
1381 (or (directory-files | |
1382 (or head (directory-file-name default-directory)) ; was "." | |
1383 t | |
1384 (file-name-nondirectory dir)) | |
1385 (WoMan-warn "No directories match `woman-path' entry `%s'!" dir))) | |
1386 | |
1387 (defun woman-file-accessible-directory-p (dir) | |
1388 "Return t if DIR is accessible, otherwise log a warning." | |
1389 (or (file-accessible-directory-p dir) | |
1390 (WoMan-warn "Ignoring inaccessible `man-page' directory `%s'!" dir))) | |
1391 | |
1392 (defun woman-expand-directory-path (woman-manpath woman-path) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1393 "Expand the manual directories in WOMAN-MANPATH and WOMAN-PATH. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1394 WOMAN-MANPATH should be a list of general manual directories, while |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1395 WOMAN-PATH should be a list of specific manual directory regexps. |
28832 | 1396 Ignore any paths that are unreadable or not directories." |
1397 ;; Allow each path to be a single string or a list of strings: | |
1398 (if (not (listp woman-manpath)) (setq woman-manpath (list woman-manpath))) | |
1399 (if (not (listp woman-path)) (setq woman-path (list woman-path))) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1400 (let (head dirs path) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1401 (dolist (dir woman-manpath) |
76839
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1402 (when (consp dir) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1403 (unless path |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1404 (setq path (split-string (getenv "PATH") path-separator t))) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1405 (setq dir (and (member (car dir) path) |
4a7ae61207d2
* woman.el (woman-Cyg-to-Win): Don't convert cons cells
David Kastrup <dak@gnu.org>
parents:
76482
diff
changeset
|
1406 (cdr dir)))) |
28832 | 1407 (if (and dir (woman-file-readable-p dir)) |
1408 ;; NB: `parse-colon-path' creates null elements for | |
1409 ;; redundant (semi-)colons and trailing `/'s! | |
1410 ;; If does not actually matter here if dir ends with `/'. | |
1411 ;; Need regexp "man" here to avoid "cat?", `.', `..', etc. | |
1412 (setq dir (woman-canonicalize-dir dir) | |
1413 dirs (nconc dirs (directory-files | |
1414 dir t woman-manpath-man-regexp))))) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1415 (dolist (dir woman-path) |
28832 | 1416 (if (or (null dir) |
1417 (null (setq dir (woman-canonicalize-dir dir) | |
1418 head (file-name-directory dir))) | |
1419 (woman-file-readable-p head)) | |
1420 (setq dirs | |
1421 (if dir | |
1422 (nconc dirs (woman-directory-files head dir)) | |
1423 (cons (directory-file-name default-directory) dirs)) | |
1424 ;; was "." -- at head of list for later filtering | |
1425 ))) | |
1426 (woman-select 'woman-file-accessible-directory-p dirs))) | |
1427 | |
1428 (defun woman-canonicalize-dir (dir) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1429 "Canonicalize the directory name DIR. |
28832 | 1430 Any UN*X-style environment variables are evaluated first." |
1431 (setq dir (expand-file-name (substitute-in-file-name dir))) | |
1432 ;; A path that ends with / matches all directories in it, | |
1433 ;; including `.' and `..', so remove any trailing / !!! | |
1434 (if (string= (substring dir -1) "/") | |
1435 (setq dir (substring dir 0 -1))) | |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
47978
diff
changeset
|
1436 (if (memq system-type '(windows-nt ms-dos cygwin)) ; what else? |
28832 | 1437 ;; Match capitalization used by `file-name-directory': |
1438 (setq dir (concat (file-name-directory dir) | |
1439 (file-name-nondirectory dir)))) | |
1440 dir) | |
1441 | |
1442 (defsubst woman-not-member (dir path) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1443 "Return t if DIR is not a member of the list PATH, nil otherwise. |
28832 | 1444 If DIR is `.' it is first replaced by the current directory." |
1445 (not (member dir path))) | |
1446 | |
1447 (defun woman-topic-all-completions (path) | |
1448 "Return an alist of the man files in all man directories in the list PATH. | |
1449 The cdr of each alist element is the path-index / filename." | |
1450 ;; Support 3 levels of caching: each element of the alist `files' | |
1451 ;; will be a list of the first `woman-cache-level' elements of the | |
1452 ;; following list: (topic path-index filename). This alist `files' | |
1453 ;; is re-processed by `woman-topic-all-completions-merge'. | |
1454 (let (dir files (path-index 0)) ; indexing starts at zero | |
1455 (while path | |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1456 (setq dir (pop path)) |
28832 | 1457 (if (woman-not-member dir path) ; use each directory only once! |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1458 (push (woman-topic-all-completions-1 dir path-index) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1459 files)) |
28832 | 1460 (setq path-index (1+ path-index))) |
1461 ;; Uniquefy topics: | |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1462 ;; Concate all lists with a single nconc call to |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1463 ;; avoid retraversing the first lists repeatedly -- dak |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1464 (woman-topic-all-completions-merge |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1465 (apply #'nconc files)))) |
28832 | 1466 |
1467 (defun woman-topic-all-completions-1 (dir path-index) | |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1468 "Return an alist of the man topics in directory DIR with index PATH-INDEX. |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1469 A topic is a filename sans type-related extensions. |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1470 Support 3 levels of caching: each element of the alist will be a list |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1471 of the first `woman-cache-level' elements from the following list: |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1472 \(topic path-index filename)." |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1473 ;; This function used to check that each file in the directory was |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1474 ;; not itself a directory, but this is very slow and should be |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1475 ;; unnecessary. So let us assume that `woman-file-regexp' will |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1476 ;; filter out any directories, which probably should not be there |
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1477 ;; anyway, i.e. it is a user error! |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1478 ;; |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1479 ;; Don't sort files: we do that when merging, anyway. -- dak |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1480 (let (newlst (lst (directory-files dir nil woman-file-regexp t)) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1481 ;; Make an explicit regexp for stripping extension and |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1482 ;; compression extension: file-name-sans-extension is a |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1483 ;; far too costly function. -- dak |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1484 (ext (format "\\(\\.[^.\\/]*\\)?\\(%s\\)?\\'" |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1485 woman-file-compression-regexp))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1486 ;; Use a loop instead of mapcar in order to avoid the speed |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1487 ;; penalty of binding function arguments. -- dak |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1488 (dolist (file lst newlst) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1489 (push |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1490 (cons |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1491 (if (string-match ext file) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1492 (substring file 0 (match-beginning 0)) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1493 file) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1494 (and (> woman-cache-level 1) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1495 (cons |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1496 path-index |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1497 (and (> woman-cache-level 2) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1498 (list file))))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1499 newlst)))) |
28832 | 1500 |
1501 (defun woman-topic-all-completions-merge (alist) | |
1502 "Merge the alist ALIST so that the keys are unique. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1503 Also make each path-info component into a list. |
28832 | 1504 \(Note that this function changes the value of ALIST.)" |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1505 ;; Replaces unreadably "optimized" O(n^2) implementation. |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1506 ;; Instead we use sorting to merge stuff efficiently. -- dak |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1507 (let (newalist) |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1508 ;; Sort list into reverse order |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1509 (setq alist (sort alist (lambda(x y) (string< (car y) (car x))))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1510 ;; merge duplicate keys. |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1511 (if (> woman-cache-level 1) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1512 (dolist (elt alist) |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1513 (if (equal (car elt) (caar newalist)) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1514 (unless (member (cdr elt) (cdar newalist)) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1515 (setcdr (car newalist) (cons (cdr elt) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1516 (cdar newalist)))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1517 (setcdr elt (list (cdr elt))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1518 (push elt newalist))) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1519 ;; woman-cache-level = 1 => elements are single-element lists ... |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1520 (dolist (elt alist) |
55895
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1521 (unless (equal (car elt) (caar newalist)) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1522 (push elt newalist)))) |
576e3038e554
(woman-mapcan): More concise code.
David Kastrup <dak@gnu.org>
parents:
54604
diff
changeset
|
1523 newalist)) |
28832 | 1524 |
1525 (defun woman-file-name-all-completions (topic) | |
1526 "Return an alist of the files in all man directories that match TOPIC." | |
1527 ;; Support 3 levels of caching: each element of | |
1528 ;; woman-topic-all-completions is a list of one of the forms: | |
1529 ;; (topic) | |
1530 ;; (topic (path-index) (path-index) ... ) | |
1531 ;; (topic (path-index filename) (path-index filename) ... ) | |
1532 ;; where the are no duplicates in the value lists. | |
1533 ;; Topic must match first `word' of filename, so ... | |
1534 (let ((topic-regexp | |
1535 (concat | |
1536 "\\`" (regexp-quote topic) ; first `word' | |
1537 "\\(\\..+\\)*" ; optional subsequent `words' | |
1538 woman-file-regexp)) ; extension | |
1539 (topics woman-topic-all-completions) | |
1540 (path woman-expanded-directory-path) | |
1541 dir files) | |
1542 (if (cdr (car topics)) | |
1543 ;; Use cached path-info to locate files for each topic: | |
1544 (let ((path-info (cdr (assoc topic topics))) | |
1545 filename) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1546 (dolist (elt path-info) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1547 (setq dir (nth (car elt) path) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1548 filename (car (cdr elt)) |
28832 | 1549 files (nconc files |
1550 ;; Find the actual file name: | |
1551 (if filename | |
1552 (list (concat dir "/" filename)) | |
1553 (directory-files dir t topic-regexp) | |
1554 ))))) | |
1555 ;; Search path for the files for each topic: | |
1556 (while path | |
1557 (setq dir (car path) | |
1558 path (cdr path)) | |
1559 (if (woman-not-member dir path) ; use each directory only once! | |
1560 (setq files (nconc files | |
1561 (directory-files dir t topic-regexp)))) | |
1562 )) | |
1563 (mapcar 'list files) | |
1564 )) | |
1565 | |
29147
eea914233f47
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii <eliz@gnu.org>
parents:
29074
diff
changeset
|
1566 |
28832 | 1567 ;;; dired support |
1568 | |
1569 (defun woman-dired-define-key (key) | |
1570 "Bind the argument KEY to the command `woman-dired-find-file'." | |
1571 (define-key dired-mode-map key 'woman-dired-find-file)) | |
1572 | |
1573 (defsubst woman-dired-define-key-maybe (key) | |
1574 "If KEY is undefined in Dired, bind it to command `woman-dired-find-file'." | |
59552
45a313bd5998
(woman-dired-define-key-maybe): If KEY is undefined,
Eli Zaretskii <eliz@gnu.org>
parents:
57702
diff
changeset
|
1575 (if (or (eq (lookup-key dired-mode-map key) 'undefined) |
45a313bd5998
(woman-dired-define-key-maybe): If KEY is undefined,
Eli Zaretskii <eliz@gnu.org>
parents:
57702
diff
changeset
|
1576 (null (lookup-key dired-mode-map key))) |
28832 | 1577 (woman-dired-define-key key))) |
1578 | |
1579 (defun woman-dired-define-keys () | |
1580 "Define dired keys to run WoMan according to `woman-dired-keys'." | |
1581 (if woman-dired-keys | |
1582 (if (listp woman-dired-keys) | |
84881
b0d17e361aac
(woman-dired-define-keys): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents:
84427
diff
changeset
|
1583 (mapc 'woman-dired-define-key woman-dired-keys) |
28832 | 1584 (woman-dired-define-key-maybe "w") |
1585 (woman-dired-define-key-maybe "W"))) | |
1586 (define-key-after (lookup-key dired-mode-map [menu-bar immediate]) | |
1587 [woman] '("Read Man Page (WoMan)" . woman-dired-find-file) 'view)) | |
1588 | |
1589 (if (featurep 'dired) | |
1590 (woman-dired-define-keys) | |
1591 (add-hook 'dired-mode-hook 'woman-dired-define-keys)) | |
1592 | |
1593 ;;;###autoload | |
1594 (defun woman-dired-find-file () | |
1595 "In dired, run the WoMan man-page browser on this file." | |
1596 (interactive) | |
1597 ;; dired-get-filename is defined in dired.el | |
1598 (woman-find-file (dired-get-filename))) | |
1599 | |
1600 | |
1601 ;;; tar-mode support | |
1602 | |
1603 (defun woman-tar-extract-file () | |
1604 "In tar mode, run the WoMan man-page browser on this file." | |
1605 (interactive) | |
1606 (or (eq major-mode 'tar-mode) | |
1607 (error "`woman-tar-extract-file' can be used only in `tar-mode'")) | |
1608 (buffer-disable-undo) | |
1609 (let (global-font-lock-mode) | |
1610 (funcall (symbol-function 'tar-extract)) ; defined in tar-mode | |
1611 (let ((WoMan-current-file buffer-file-name)) ; used for message logging | |
1612 (rename-buffer | |
1613 (woman-make-bufname (file-name-nondirectory buffer-file-name))) | |
1614 (woman-process-buffer) | |
1615 (goto-char (point-min))))) | |
1616 | |
1617 ;; There is currently no `tar-mode-hook' so use ... | |
1618 (eval-after-load "tar-mode" | |
1619 '(progn | |
1620 (define-key tar-mode-map "w" 'woman-tar-extract-file) | |
1621 (define-key-after (lookup-key tar-mode-map [menu-bar immediate]) | |
1622 [woman] '("Read Man Page (WoMan)" . woman-tar-extract-file) 'view))) | |
1623 | |
1624 | |
1625 (defvar woman-last-file-name nil | |
1626 "The full pathname of the last file formatted by WoMan.") | |
1627 | |
1628 (defun woman-reformat-last-file () | |
1629 "Reformat last file, e.g. after changing fill column." | |
1630 (interactive) | |
1631 (if woman-last-file-name | |
1632 (woman-find-file woman-last-file-name t) | |
1633 (call-interactively 'woman-find-file))) | |
1634 | |
1635 ;;;###autoload | |
1636 (defun woman-find-file (file-name &optional reformat) | |
1637 "Find, decode and browse a specific UN*X man-page source file FILE-NAME. | |
1638 Use existing buffer if possible; reformat only if prefix arg given. | |
1639 When called interactively, optional argument REFORMAT forces reformatting | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1640 of an existing WoMan buffer formatted earlier. |
28832 | 1641 No external programs are used, except that `gunzip' will be used to |
1642 decompress the file if appropriate. See the documentation for the | |
1643 `woman' command for further details." | |
1644 (interactive "fBrowse UN*X manual file: \nP") | |
1645 (setq woman-last-file-name | |
1646 (setq file-name (expand-file-name file-name))) ; to canonicalize | |
1647 (let ((alist-tail woman-buffer-alist) exists) | |
1648 (setq woman-buffer-number 0) | |
1649 (while (and alist-tail (not (string= file-name (car (car alist-tail))))) | |
1650 (setq alist-tail (cdr alist-tail) | |
1651 woman-buffer-number (1+ woman-buffer-number))) | |
1652 (or (and (setq exists | |
1653 (and alist-tail (WoMan-find-buffer))) ; buffer exists | |
1654 (not reformat)) | |
1655 ;; Format new buffer or reformat current buffer: | |
1656 (let* ((bufname (file-name-nondirectory file-name)) | |
1657 (case-fold-search t) | |
1658 (compressed | |
1659 (not (not (string-match woman-file-compression-regexp bufname))))) | |
1660 (if compressed | |
1661 (setq bufname (file-name-sans-extension bufname))) | |
1662 (setq bufname (if exists | |
1663 (buffer-name) | |
1664 (woman-make-bufname bufname))) | |
1665 (woman-really-find-file file-name compressed bufname) | |
1666 (or exists | |
1667 (setq woman-buffer-alist | |
1668 (cons (cons file-name bufname) woman-buffer-alist) | |
1669 woman-buffer-number 0)) | |
1670 ))) | |
1671 (Man-build-section-alist) | |
1672 (Man-build-references-alist) | |
1673 (goto-char (point-min))) | |
1674 | |
1675 (defun woman-make-bufname (bufname) | |
1676 "Create an unambiguous buffer name from BUFNAME." | |
1677 (let ((dot (string-match "\\." bufname))) | |
1678 (if dot (setq bufname (concat | |
1679 (substring bufname (1+ dot)) " " | |
1680 (substring bufname 0 dot)))) | |
1681 (generate-new-buffer-name ; ensure uniqueness | |
1682 (concat "*WoMan " bufname "*")))) | |
1683 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1684 (defvar woman-frame nil |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1685 "Dedicated frame used for displaying WoMan windows.") |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1686 |
28832 | 1687 (defun woman-really-find-file (filename compressed bufname) |
1688 "Find, decompress, and decode a UN*X man page FILENAME. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1689 If COMPRESSED is non-nil, turn on auto-compression mode to decompress |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1690 the file if necessary. Set buffer name BUFNAME and major mode. |
28832 | 1691 Do not call directly!" |
1692 (let ((WoMan-current-file filename)) ; used for message logging | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1693 (if woman-use-own-frame |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1694 (select-frame |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1695 (or (and (frame-live-p woman-frame) woman-frame) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1696 (setq woman-frame (make-frame))))) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1697 (set-buffer (get-buffer-create bufname)) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1698 (condition-case nil |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1699 (switch-to-buffer (current-buffer)) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1700 (error (pop-to-buffer (current-buffer)))) |
28832 | 1701 (buffer-disable-undo) |
1702 (setq buffer-read-only nil) | |
1703 (erase-buffer) ; NEEDED for reformat | |
1704 (woman-insert-file-contents filename compressed) | |
1705 ;; Set buffer's default directory to that of the file. | |
1706 (setq default-directory (file-name-directory filename)) | |
1707 (set (make-local-variable 'backup-inhibited) t) | |
1708 (set-visited-file-name "") | |
1709 (woman-process-buffer))) | |
1710 | |
1711 (defun woman-process-buffer () | |
1712 "The second half of `woman-really-find-file'!" | |
1713 (interactive) | |
1714 ;; Check (crudely) that this really is likely to be in UN*X | |
1715 ;; man-page source format, assuming we are at point-min: | |
1716 (goto-char (point-min)) | |
1717 (if (re-search-forward "^[.']" 1000 t) | |
1718 (woman-decode-buffer) | |
1719 (message | |
1720 "File appears to be pre-formatted -- using source file may be better.") | |
1721 (woman-man-buffer)) | |
1722 (woman-mode)) | |
1723 | |
1724 (defun woman-man-buffer () | |
1725 "Post-process an nroff-preformatted man buffer." | |
1726 ;; Kill all leading whitespace: | |
1727 (if (looking-at "\\s-+") (woman-delete-match 0)) | |
1728 ;; Delete all page footer/header pairs: | |
1729 (re-search-forward ".*") ; match header | |
1730 ;; Footer conventionally has page number at right, so ... | |
1731 (let ((regex (concat | |
1732 "^.*[0-9]\n\\s-*" ; footer and following blank lines | |
1733 (regexp-quote (match-string 0)) ; header | |
1734 "\\s-*\n"))) ; following blank lines | |
1735 (while (re-search-forward regex nil 1) ; finish at eob | |
1736 (woman-delete-match 0))) | |
1737 ;; Delete last text line (footer) and all following blank lines: | |
1738 (re-search-backward "\\S-") | |
1739 (beginning-of-line) | |
1740 (if (looking-at ".*[0-9]$") | |
1741 (delete-region (point) (point-max))) | |
1742 | |
1743 ;; Squeeze multiple blank lines: | |
1744 (goto-char (point-min)) | |
1745 (while (re-search-forward "^[ \t]*\n\\([ \t]*\n\\)+" nil t) | |
1746 (replace-match "\n" t t)) | |
1747 | |
29669
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1748 ;; CJK characters are underlined by double-sized "__". |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1749 ;; (Code lifted from man.el, with trivial changes.) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1750 (if (< (buffer-size) (position-bytes (point-max))) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1751 ;; Multibyte characters exist. |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1752 (progn |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1753 (goto-char (point-min)) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1754 (while (search-forward "__\b\b" nil t) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1755 (backward-delete-char 4) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1756 (woman-set-face (point) (1+ (point)) 'woman-italic)) |
29669
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1757 (goto-char (point-min)) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1758 (while (search-forward "\b\b__" nil t) |
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1759 (backward-delete-char 4) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1760 (woman-set-face (1- (point)) (point) 'woman-italic)))) |
29669
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1761 |
28832 | 1762 ;; Interpret overprinting to indicate bold face: |
1763 (goto-char (point-min)) | |
29669
50fecf68aa38
(woman-man-buffer): Fix bold and underlined CJK
Eli Zaretskii <eliz@gnu.org>
parents:
29147
diff
changeset
|
1764 (while (re-search-forward "\\(.\\)\\(\\(+\\1\\)+\\)" nil t) |
28832 | 1765 (woman-delete-match 2) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1766 (woman-set-face (1- (point)) (point) 'woman-bold)) |
28832 | 1767 |
1768 ;; Interpret underlining to indicate italic face: | |
1769 ;; (Must be AFTER emboldening to interpret bold _ correctly!) | |
1770 (goto-char (point-min)) | |
1771 (while (search-forward "_" nil t) | |
1772 (delete-char -2) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1773 (woman-set-face (point) (1+ (point)) 'woman-italic)) |
28832 | 1774 |
1775 ;; Leave any other uninterpreted ^H's in the buffer for now! (They | |
1776 ;; might indicate composite special characters, which could be | |
1777 ;; interpreted if I knew what to expect.) | |
1778 | |
1779 ;; Optionally embolden section and subsection headings | |
1780 ;; (cf. `woman-imenu-generic-expression'): | |
1781 (cond | |
1782 (woman-bold-headings | |
1783 (goto-char (point-min)) | |
1784 (forward-line) | |
1785 (while (re-search-forward "^\\( \\)?\\([A-Z].*\\)" nil t) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
1786 (woman-set-face (match-beginning 2) (match-end 2) 'woman-bold)))) |
28832 | 1787 ) |
1788 | |
1789 (defun woman-insert-file-contents (filename compressed) | |
1790 "Insert file FILENAME into the current buffer. | |
1791 If COMPRESSED is t, or is non-nil and the filename implies compression, | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1792 then turn on auto-compression mode to decompress the file. |
28832 | 1793 Leave point at end of new text. Return length of inserted text." |
1794 ;; Leaves point at end of inserted text in GNU Emacs 20.3, but at | |
1795 ;; start in 19.34! | |
1796 (save-excursion | |
1797 (let ((case-fold-search t)) | |
1798 ;; Co-operate with auto-compression mode: | |
1799 (if (and compressed | |
1800 (or (eq compressed t) | |
1801 (string-match woman-file-compression-regexp filename)) | |
1802 ;; (not auto-compression-mode) | |
1803 (not (rassq 'jka-compr-handler file-name-handler-alist)) ) | |
1804 ;; (error "Compressed file requires Auto File Decompression turned on") | |
1805 (auto-compression-mode 1)) | |
1806 (nth 1 | |
1807 (condition-case () | |
1808 (insert-file-contents filename nil) | |
1809 (file-error | |
1810 ;; Run find-file-not-found-hooks until one returns non-nil. | |
1811 ;; (run-hook-with-args-until-success 'find-file-not-found-hooks) | |
1812 (insert "\n***** File " filename " not found! *****\n\n") | |
1813 ))) | |
1814 ))) | |
1815 | |
1816 | |
1817 ;;; Major mode (Man) interface: | |
1818 | |
84427
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1819 (defvar woman-mode-map |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1820 (let ((map (make-sparse-keymap))) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1821 (set-keymap-parent map Man-mode-map) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1822 |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1823 (define-key map "R" 'woman-reformat-last-file) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1824 (define-key map "w" 'woman) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1825 (define-key map "\en" 'WoMan-next-manpage) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1826 (define-key map "\ep" 'WoMan-previous-manpage) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1827 (define-key map [M-mouse-2] 'woman-follow-word) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1828 |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1829 ;; We don't need to call `man' when we are in `woman-mode'. |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1830 (define-key map [remap man] 'woman) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1831 (define-key map [remap man-follow] 'woman-follow) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1832 map) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
1833 "Keymap for woman mode.") |
72564
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1834 |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1835 (defun woman-follow (topic) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1836 "Get a Un*x manual page of the item under point and put it in a buffer." |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1837 (interactive (list (Man-default-man-entry))) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1838 (if (or (not topic) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1839 (string= topic "")) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1840 (error "No item under point") |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1841 (woman (if (string-match Man-reference-regexp topic) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1842 (substring topic 0 (match-end 1)) |
976ef29e497e
* woman.el (woman-follow): New function, based on `man-follow'.
Chong Yidong <cyd@stupidchicken.com>
parents:
69813
diff
changeset
|
1843 topic)))) |
39653
b36d97729582
(woman-mode-map): Copy button-buffer-map instead of
Miles Bader <miles@gnu.org>
parents:
38436
diff
changeset
|
1844 |
b36d97729582
(woman-mode-map): Copy button-buffer-map instead of
Miles Bader <miles@gnu.org>
parents:
38436
diff
changeset
|
1845 (defun woman-follow-word (event) |
28832 | 1846 "Run WoMan with word under mouse as topic. |
1847 Argument EVENT is the invoking mouse event." | |
1848 (interactive "e") ; mouse event | |
39653
b36d97729582
(woman-mode-map): Copy button-buffer-map instead of
Miles Bader <miles@gnu.org>
parents:
38436
diff
changeset
|
1849 (goto-char (posn-point (event-start event))) |
52567
22ddccd48cc0
(woman-file-name, woman-follow-word):
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1850 (woman (or (current-word t) ""))) |
28832 | 1851 |
1852 ;; WoMan menu bar and pop-up menu: | |
45271
bab60576e8ec
(woman-menu): Add a comment about the last change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45209
diff
changeset
|
1853 (easy-menu-define |
bab60576e8ec
(woman-menu): Add a comment about the last change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45209
diff
changeset
|
1854 woman-menu ; (SYMBOL MAPS DOC MENU) |
bab60576e8ec
(woman-menu): Add a comment about the last change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45209
diff
changeset
|
1855 ;; That comment was moved after the symbol `woman-menu' to make |
bab60576e8ec
(woman-menu): Add a comment about the last change.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
45209
diff
changeset
|
1856 ;; find-function-search-for-symbol work. -- rost |
28832 | 1857 woman-mode-map |
1858 "WoMan Menu" | |
1859 `("WoMan" | |
1860 ["WoMan..." woman t] ; [NAME CALLBACK ENABLE] | |
1861 "--" | |
1862 ["Next Section" Man-next-section t] | |
1863 ["Previous Section" Man-previous-section t] | |
1864 ["Goto Section..." Man-goto-section t] | |
1865 ["Goto See-Also Section" Man-goto-see-also-section t] | |
1866 ["Follow Reference..." Man-follow-manual-reference t] | |
1867 "--" | |
1868 ["Previous WoMan Buffer" WoMan-previous-manpage t] | |
1869 ["Next WoMan Buffer" WoMan-next-manpage t] | |
1870 ["Bury WoMan Buffer" Man-quit t] | |
1871 ["Kill WoMan Buffer" Man-kill t] | |
1872 "--" | |
1873 ;; ["Toggle Fill Frame Width" woman-toggle-fill-frame t] | |
1874 ["Use Full Frame Width" woman-toggle-fill-frame | |
1875 :active t :style toggle :selected woman-fill-frame] | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1876 ["Reformat Last Man Page" woman-reformat-last-file t] |
32759
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
1877 ["Use Monochrome Main Faces" woman-monochrome-faces t] |
71a6a11c10d0
(woman-italic-face, woman-bold-face, woman-unknown-face):
Miles Bader <miles@gnu.org>
parents:
30018
diff
changeset
|
1878 ["Use Default Main Faces" woman-default-faces t] |
28832 | 1879 ["Make Contents Menu" (woman-imenu t) (not woman-imenu-done)] |
1880 "--" | |
1881 ["Describe (Wo)Man Mode" describe-mode t] | |
1882 ["Mini Help" woman-mini-help t] | |
1883 ,@(if (fboundp 'customize-group) | |
1884 '(["Customize..." (customize-group 'woman) t])) | |
1885 ["Show Version" (message "WoMan %s" woman-version) t] | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1886 "--" |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1887 ("Advanced" |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1888 ["View Source" (view-file woman-last-file-name) woman-last-file-name] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1889 ["Show Log" (switch-to-buffer-other-window "*WoMan-Log*" t) t] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1890 ["Extended Font" woman-toggle-use-extended-font |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1891 :included woman-font-support |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1892 :active t :style toggle :selected woman-use-extended-font] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1893 ["Symbol Font" woman-toggle-use-symbol-font |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1894 :included woman-font-support |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1895 :active t :style toggle :selected woman-use-symbol-font] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1896 ["Font Map" woman-display-extended-fonts |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1897 :included woman-font-support |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1898 :active woman-use-symbol-font] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1899 "--" |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1900 "Emulation" |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1901 ["nroff" (woman-reset-emulation 'nroff) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1902 :active t :style radio :selected (eq woman-emulation 'nroff)] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1903 ["troff" (woman-reset-emulation 'troff) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1904 :active t :style radio :selected (eq woman-emulation 'troff)] |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1905 ) |
28832 | 1906 )) |
1907 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1908 (defun woman-toggle-use-extended-font () |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1909 "Toggle `woman-use-extended-font' and reformat, for menu use." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1910 (interactive) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1911 (setq woman-use-extended-font (not woman-use-extended-font)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1912 (woman-reformat-last-file)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1913 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1914 (defun woman-toggle-use-symbol-font () |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1915 "Toggle `woman-use-symbol-font' and reformat, for menu use." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1916 (interactive) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1917 (setq woman-use-symbol-font (not woman-use-symbol-font)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1918 (woman-reformat-last-file)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1919 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1920 (defun woman-reset-emulation (value) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1921 "Reset `woman-emulation' to VALUE and reformat, for menu use." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1922 (interactive) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1923 (setq woman-emulation value) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1924 (woman-reformat-last-file)) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
1925 |
63365
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1926 (put 'woman-mode 'mode-class 'special) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1927 |
28832 | 1928 (defun woman-mode () |
1929 "Turn on (most of) Man mode to browse a buffer formatted by WoMan. | |
1930 WoMan is an ELisp emulation of much of the functionality of the Emacs | |
1931 `man' command running the standard UN*X man and ?roff programs. | |
1932 WoMan author: F.J.Wright@Maths.QMW.ac.uk | |
1933 WoMan version: see `woman-version'. | |
1934 See `Man-mode' for additional details." | |
1935 (let ((Man-build-page-list (symbol-function 'Man-build-page-list)) | |
1936 (Man-strip-page-headers (symbol-function 'Man-strip-page-headers)) | |
1937 (Man-unindent (symbol-function 'Man-unindent)) | |
1938 (Man-goto-page (symbol-function 'Man-goto-page))) | |
1939 ;; Prevent inappropriate operations: | |
1940 (fset 'Man-build-page-list 'ignore) | |
1941 (fset 'Man-strip-page-headers 'ignore) | |
1942 (fset 'Man-unindent 'ignore) | |
1943 (fset 'Man-goto-page 'ignore) | |
1944 (unwind-protect | |
63365
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1945 (delay-mode-hooks (Man-mode)) |
28832 | 1946 ;; Restore the status quo: |
1947 (fset 'Man-build-page-list Man-build-page-list) | |
1948 (fset 'Man-strip-page-headers Man-strip-page-headers) | |
1949 (fset 'Man-unindent Man-unindent) | |
63365
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1950 (fset 'Man-goto-page Man-goto-page))) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1951 (setq major-mode 'woman-mode |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1952 mode-name "WoMan") |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1953 ;; Don't show page numbers like Man-mode does. (Online documents do |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1954 ;; not have pages) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1955 (kill-local-variable 'mode-line-buffer-identification) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1956 (use-local-map woman-mode-map) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1957 ;; Imenu support: |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1958 (set (make-local-variable 'imenu-generic-expression) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1959 ;; `make-local-variable' in case imenu not yet loaded! |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1960 woman-imenu-generic-expression) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1961 (set (make-local-variable 'imenu-space-replacement) " ") |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1962 ;; For reformat ... |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1963 ;; necessary when reformatting a file in its old buffer: |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1964 (setq imenu--last-menubar-index-alist nil) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1965 ;; necessary to avoid re-installing the same imenu: |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1966 (setq woman-imenu-done nil) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1967 (if woman-imenu (woman-imenu)) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
1968 (let ((inhibit-read-only t)) |
66177
bd98d8a37303
* woman.el (WoMan-xref-man-page): New button type derived
Masatake YAMATO <jet@gyve.org>
parents:
65680
diff
changeset
|
1969 (Man-highlight-references 'WoMan-xref-man-page)) |
63365
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1970 (set-buffer-modified-p nil) |
2ea9fa348c21
(woman-mode-line-format): Delete constant.
Lute Kamstra <lute@gnu.org>
parents:
63264
diff
changeset
|
1971 (run-mode-hooks 'woman-mode-hook)) |
28832 | 1972 |
1973 (defun woman-imenu (&optional redraw) | |
1974 "Add a \"Contents\" menu to the menubar. | |
1975 Optional argument REDRAW, if non-nil, forces mode line to be updated." | |
1976 (interactive) | |
1977 (if woman-imenu-done | |
1978 ;; This is PRIMARILY to avoid a bug in imenu-add-to-menubar that | |
1979 ;; causes it to corrupt the menu bar if it is run more than once | |
1980 ;; in the same buffer. | |
1981 () | |
1982 (setq woman-imenu-done t) | |
1983 (imenu-add-to-menubar woman-imenu-title) | |
1984 (if redraw (force-mode-line-update)))) | |
1985 | |
1986 (defun woman-toggle-fill-frame () | |
1987 "Toggle formatting to fill (most of) the width of the current frame." | |
1988 (interactive) | |
1989 (setq woman-fill-frame (not woman-fill-frame)) | |
1990 (message "Woman fill column set to %s." | |
1991 (if woman-fill-frame "frame width" woman-fill-column) | |
1992 )) | |
1993 | |
1994 (defun woman-mini-help () | |
1995 "Display WoMan commands and user options in an `apropos' buffer." | |
1996 ;; Based on apropos-command in apropos.el | |
1997 (interactive) | |
1998 (require 'apropos) | |
1999 (let ((message | |
2000 (let ((standard-output (get-buffer-create "*Apropos*"))) | |
2001 (print-help-return-message 'identity)))) | |
2002 (setq apropos-accumulator | |
2003 (apropos-internal "woman" | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2004 (lambda (symbol) |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2005 (and |
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2006 (or (commandp symbol) |
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2007 (user-variable-p symbol)) |
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2008 (not (get symbol 'apropos-inhibit)))))) |
28832 | 2009 ;; Find documentation strings: |
2010 (let ((p apropos-accumulator) | |
2011 doc symbol) | |
2012 (while p | |
2013 (setcar p (list ; must have 3 elements: | |
2014 (setq symbol (car p)) ; 1. name | |
2015 (if (functionp symbol) ; 2. command doc | |
2016 (if (setq doc (documentation symbol t)) | |
2017 (substring doc 0 (string-match "\n" doc)) | |
2018 "(not documented)")) | |
2019 (if (user-variable-p symbol) ; 3. variable doc | |
2020 (if (setq doc (documentation-property | |
2021 symbol 'variable-documentation t)) | |
2022 (substring doc 0 (string-match "\n" doc)))))) | |
2023 (setq p (cdr p)))) | |
2024 ;; Output the result: | |
2025 (and (apropos-print t nil) | |
2026 message | |
65582
4d1085b02d64
Message format spec fixes (1)
Deepak Goel <deego@gnufans.org>
parents:
65428
diff
changeset
|
2027 (message "%s" message)))) |
28832 | 2028 |
2029 | |
2030 (defun WoMan-getpage-in-background (topic) | |
2031 "Use TOPIC to start WoMan from `Man-follow-manual-reference'." | |
2032 ;; topic is a string, generally of the form "section topic" | |
2033 (let ((s (string-match " " topic))) | |
2034 (if s (setq topic (substring topic (1+ s)))) | |
2035 (woman topic))) | |
2036 | |
2037 (defvar WoMan-Man-start-time nil | |
2038 "Used to record formatting time used by the `man' command.") | |
2039 | |
65359
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2040 ;; Both advices are disabled because "a file in Emacs should not put |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2041 ;; advice on a function in Emacs" (see Info node "(elisp)Advising |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2042 ;; Functions"). Counting the formatting time is useful for |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2043 ;; developping, but less applicable for daily use. The advice for |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2044 ;; `Man-getpage-in-background' can be discarded, because the |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2045 ;; key-binding in `woman-mode-map' has been remapped to call `woman' |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2046 ;; but `man'. Michael Albinus <michael.albinus@gmx.de> |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2047 |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2048 ;; (defadvice Man-getpage-in-background |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2049 ;; (around Man-getpage-in-background-advice (topic) activate) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2050 ;; "Use WoMan unless invoked outside a WoMan buffer or invoked explicitly. |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2051 ;; Otherwise use Man and record start of formatting time." |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2052 ;; (if (and (eq major-mode 'woman-mode) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2053 ;; (not (eq (caar command-history) 'man))) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2054 ;; (WoMan-getpage-in-background topic) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2055 ;; ;; Initiates man processing |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2056 ;; (setq WoMan-Man-start-time (current-time)) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2057 ;; ad-do-it)) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2058 |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2059 ;; (defadvice Man-bgproc-sentinel |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2060 ;; (after Man-bgproc-sentinel-advice activate) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2061 ;; ;; Terminates man processing |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2062 ;; "Report formatting time." |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2063 ;; (let* ((time (current-time)) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2064 ;; (time (+ (* (- (car time) (car WoMan-Man-start-time)) 65536) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2065 ;; (- (cadr time) (cadr WoMan-Man-start-time))))) |
71de05246686
* woman.el (top): Remap `man' command by `woman' in
Michael Albinus <michael.albinus@gmx.de>
parents:
64762
diff
changeset
|
2066 ;; (message "Man formatting done in %d seconds" time))) |
28832 | 2067 |
2068 | |
2069 ;;; Buffer handling: | |
2070 | |
2071 (defun WoMan-previous-manpage () | |
2072 "Find the previous WoMan buffer." | |
2073 ;; Assumes currently in a WoMan buffer! | |
2074 (interactive) | |
2075 (WoMan-find-buffer) ; find current existing buffer | |
2076 (if (null (cdr woman-buffer-alist)) | |
2077 (error "No previous WoMan buffer")) | |
2078 (if (>= (setq woman-buffer-number (1+ woman-buffer-number)) | |
2079 (length woman-buffer-alist)) | |
2080 (setq woman-buffer-number 0)) | |
2081 (if (WoMan-find-buffer) | |
2082 () | |
2083 (if (< (setq woman-buffer-number (1- woman-buffer-number)) 0) | |
2084 (setq woman-buffer-number (1- (length woman-buffer-alist)))) | |
2085 (WoMan-previous-manpage))) | |
2086 | |
2087 (defun WoMan-next-manpage () | |
2088 "Find the next WoMan buffer." | |
2089 ;; Assumes currently in a WoMan buffer! | |
2090 (interactive) | |
2091 (WoMan-find-buffer) ; find current existing buffer | |
2092 (if (null (cdr woman-buffer-alist)) | |
2093 (error "No next WoMan buffer")) | |
2094 (if (< (setq woman-buffer-number (1- woman-buffer-number)) 0) | |
2095 (setq woman-buffer-number (1- (length woman-buffer-alist)))) | |
2096 (if (WoMan-find-buffer) | |
2097 () | |
2098 (WoMan-next-manpage))) | |
2099 | |
2100 (defun WoMan-find-buffer () | |
2101 "Switch to buffer corresponding to `woman-buffer-number' and return it. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2102 If such a buffer does not exist then remove its association from the |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2103 alist in `woman-buffer-alist' and return nil." |
28832 | 2104 (if (zerop woman-buffer-number) |
2105 (let ((buffer (get-buffer (cdr (car woman-buffer-alist))))) | |
2106 (if buffer | |
2107 (switch-to-buffer buffer) | |
2108 ;; Delete alist element: | |
2109 (setq woman-buffer-alist (cdr woman-buffer-alist)) | |
2110 nil)) | |
2111 (let* ((prev-ptr (nthcdr (1- woman-buffer-number) woman-buffer-alist)) | |
2112 (buffer (get-buffer (cdr (car (cdr prev-ptr)))))) | |
2113 (if buffer | |
2114 (switch-to-buffer buffer) | |
2115 ;; Delete alist element: | |
2116 (setcdr prev-ptr (cdr (cdr prev-ptr))) | |
2117 (if (>= woman-buffer-number (length woman-buffer-alist)) | |
2118 (setq woman-buffer-number 0)) | |
2119 nil) | |
2120 ))) | |
2121 | |
2122 | |
2123 ;;; Syntax and display tables: | |
2124 | |
2125 (defconst woman-escaped-escape-char ? | |
2126 ;; An arbitrary unused control character | |
2127 "Internal character representation of escaped escape characters.") | |
2128 (defconst woman-escaped-escape-string | |
2129 (char-to-string woman-escaped-escape-char) | |
2130 "Internal string representation of escaped escape characters.") | |
2131 | |
2132 (defconst woman-unpadded-space-char ? | |
2133 ;; An arbitrary unused control character | |
2134 "Internal character representation of unpadded space characters.") | |
2135 (defconst woman-unpadded-space-string | |
2136 (char-to-string woman-unpadded-space-char) | |
2137 "Internal string representation of unpadded space characters.") | |
2138 | |
84427
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2139 (defvar woman-syntax-table |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2140 (let ((st (make-syntax-table))) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2141 ;; The following internal chars must NOT have whitespace syntax: |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2142 (modify-syntax-entry woman-unpadded-space-char "." st) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2143 (modify-syntax-entry woman-escaped-escape-char "." st) |
ec0a616d2629
(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
84355
diff
changeset
|
2144 st) |
28832 | 2145 "Syntax table to support special characters used internally by WoMan.") |
2146 | |
2147 (defun woman-set-buffer-display-table () | |
2148 "Set up a display table for a WoMan buffer. | |
2149 This display table is used for displaying internal special characters, but | |
2150 does not interfere with any existing display table, e.g. for displaying | |
2151 European characters." | |
2152 (setq buffer-display-table | |
2153 ;; The following test appears to be necessary on some | |
2154 ;; non-Windows platforms, e.g. Solaris 2.6 when running on a | |
2155 ;; tty. Thanks to T. V. Raman <raman@Adobe.COM>. | |
2156 ;; The MS-DOS terminal also sets standard-display-table to | |
2157 ;; a non-nil value. | |
2158 (if standard-display-table ; default is nil !!! | |
2159 (copy-sequence standard-display-table) | |
2160 (make-display-table))) | |
2161 ;; Display the following internal chars correctly: | |
2162 (aset buffer-display-table woman-unpadded-space-char [?\ ]) | |
2163 (aset buffer-display-table woman-escaped-escape-char [?\\])) | |
2164 | |
2165 | |
2166 ;;; The main decoding driver: | |
2167 | |
2168 (defvar font-lock-mode) ; for the compiler | |
2169 | |
2170 (defun woman-decode-buffer () | |
2171 "Decode a buffer in UN*X man-page source format. | |
2172 No external programs are used." | |
2173 (interactive) ; mainly for testing | |
2174 (WoMan-log-begin) | |
2175 (run-hooks 'woman-pre-format-hook) | |
2176 (and (boundp 'font-lock-mode) font-lock-mode (font-lock-mode -1)) | |
2177 ;; (fundamental-mode) | |
2178 (let ((start-time (current-time)) ; (HIGH LOW MICROSEC) | |
2179 time) ; HIGH * 2**16 + LOW seconds | |
2180 (message "WoMan formatting buffer...") | |
2181 ; (goto-char (point-min)) | |
2182 ; (cond | |
2183 ; ((re-search-forward "^\\.[ \t]*TH" nil t) ; wrong format if not found? | |
2184 ; (beginning-of-line) | |
2185 ; (delete-region (point-min) (point))) ; potentially dangerous! | |
2186 ; (t (message "WARNING: .TH request not found -- not man-page format?"))) | |
2187 (woman-decode-region (point-min) (point-max)) | |
2188 (setq time (current-time) | |
2189 time (+ (* (- (car time) (car start-time)) 65536) | |
2190 (- (cadr time) (cadr start-time)))) | |
2191 (message "WoMan formatting buffer...done in %d seconds" time) | |
2192 (WoMan-log-end time)) | |
2193 (run-hooks 'woman-post-format-hook)) | |
2194 | |
2195 (defvar woman-string-alist ; rebound in woman-decode-region | |
2196 '(("S" . "") ("R" . "(Reg.)") ("Tm" . "(TM)") | |
2197 ("lq" . "\"") ("rq" . "\"") | |
2198 ("''" . "\"") ; needed for gcc.1 | |
2199 (".T" . "") ; output device from -T option? | |
2200 ) | |
2201 "Alist of strings predefined in the -man macro package `tmac.an'.") | |
2202 | |
2203 (defvar woman-negative-vertical-space nil ; rebound in woman-decode-region | |
2204 "Set to t if .sp N with N < 0 encountered.") | |
2205 | |
2206 (defun woman-pre-process-region (from to) | |
2207 "Pre-process escapes and comments in the region of text between FROM and TO. | |
2208 To be called on original buffer and any .so insertions." | |
2209 ;; Hide escaped escapes \\ and printable escapes \e very early | |
2210 ;; (to be re-instated as just \ very late!): | |
2211 (goto-char from) | |
2212 ;; .eo turns off escape character processing | |
2213 (while (re-search-forward "\\(\\\\[\\e]\\)\\|^\\.eo" to t) ; \\ | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2214 (if (match-beginning 1) |
28832 | 2215 (replace-match woman-escaped-escape-string t t) |
2216 (woman-delete-whole-line) | |
2217 ;; .ec turns on escape character processing (and sets the | |
2218 ;; escape character to its argument, if any, which I'm ignoring | |
2219 ;; for now!) | |
2220 (while (and (re-search-forward "\\(\\\\\\)\\|^\\.ec" to t) ; \ | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2221 (match-beginning 1)) |
28832 | 2222 (replace-match woman-escaped-escape-string t t)) |
2223 ;; ***** Need test for .ec arg and warning here! ***** | |
2224 (woman-delete-whole-line))) | |
2225 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2226 ;; Delete comments .\"<anything>, \"<anything> and null requests. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2227 ;; (However, should null . requests cause a break?) |
28832 | 2228 (goto-char from) |
2229 (while (re-search-forward "^[.'][ \t]*\\(\\\\\".*\\)?\n\\|\\\\\".*" to t) | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2230 (woman-delete-match 0))) |
28832 | 2231 |
2232 (defun woman-non-underline-faces () | |
2233 "Prepare non-underlined versions of underlined faces." | |
2234 (let ((face-list (face-list))) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
2235 (dolist (face face-list) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
2236 (let ((face-name (symbol-name face))) |
28832 | 2237 (if (and (string-match "\\`woman-" face-name) |
2238 (face-underline-p face)) | |
2239 (let ((face-no-ul (intern (concat face-name "-no-ul")))) | |
2240 (copy-face face face-no-ul) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
2241 (set-face-underline-p face-no-ul nil))))))) |
28832 | 2242 |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2243 ;; Preprocessors |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2244 ;; ============= |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2245 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2246 ;; This information is based on documentation for the man command by |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2247 ;; Graeme W. Wilford <G.Wilford@ee.surrey.ac.uk> |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2248 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2249 ;; First, the environment variable $MANROFFSEQ is interrogated, and if |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2250 ;; not set then the initial line of the nroff file is parsed for a |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2251 ;; preprocessor string. To contain a valid preprocessor string, the |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2252 ;; first line must resemble |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2253 ;; |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2254 ;; '\" <string> |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2255 ;; |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2256 ;; where string can be any combination of the following letters that |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2257 ;; specify the sequence of preprocessors to run before nroff or |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2258 ;; troff/groff. Not all installations will have a full set of |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2259 ;; preprocessors. Some of the preprocessors and the letters used to |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2260 ;; designate them are: eqn (e), grap (g), pic (p), tbl (t), vgrind |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2261 ;; (v), refer (r). This option overrides the $MANROFFSEQ environment |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2262 ;; variable. zsoelim is always run as the very first preprocessor. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2263 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2264 (defvar woman-emulate-tbl nil |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2265 "True if WoMan should emulate the tbl preprocessor. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2266 This applies to text between .TE and .TS directives. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2267 Currently set only from '\" t in the first line of the source file.") |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2268 |
28832 | 2269 (defun woman-decode-region (from to) |
2270 "Decode the region between FROM and TO in UN*X man-page source format." | |
2271 ;; Suitable for use in format-alist. | |
2272 ;; But this requires care to control major mode implied font locking. | |
2273 ;; Must return the new end of file. See format.el for details. | |
2274 ;; NB: The `to' argument is bogus: it is not currently used, and if | |
2275 ;; it were it would need to be a marker rather than a position! | |
2276 ;; First force the correct environment: | |
2277 (let ((case-fold-search nil) ; This is necessary! | |
2278 (woman-string-alist woman-string-alist) | |
2279 (woman-fill-column woman-fill-column) | |
2280 woman-negative-vertical-space) | |
2281 (setq woman-left-margin woman-default-indent | |
2282 woman-prevailing-indent woman-default-indent | |
2283 woman-interparagraph-distance 1 | |
2284 woman-leave-blank-lines nil | |
2285 woman-RS-left-margin nil | |
2286 woman-RS-prevailing-indent nil | |
2287 woman-adjust woman-adjust-both | |
2288 woman-justify (nth woman-adjust woman-justify-list) | |
2289 woman-nofill nil) | |
2290 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2291 (setq woman-if-conditions-true |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2292 (cons (string-to-char (symbol-name woman-emulation)) '(?e ?o))) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2293 |
28832 | 2294 ;; Prepare non-underlined versions of underlined faces: |
2295 (woman-non-underline-faces) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
2296 ;; Set font of `woman-symbol' face to `woman-symbol-font' if |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2297 ;; `woman-symbol-font' is well defined. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2298 (and woman-use-symbol-font |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2299 (stringp woman-symbol-font) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
2300 (set-face-font 'woman-symbol woman-symbol-font |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2301 (and (frame-live-p woman-frame) woman-frame))) |
28832 | 2302 |
2303 ;; Set syntax and display tables: | |
2304 (set-syntax-table woman-syntax-table) | |
2305 (woman-set-buffer-display-table) | |
2306 | |
2307 ;; Based loosely on a suggestion by Theodore Jump: | |
2308 (if (or woman-fill-frame | |
2309 (not (and (integerp woman-fill-column) (> woman-fill-column 0)))) | |
54516
796bcfb5fa61
(woman-fill-frame): Doc fix.
Juri Linkov <juri@jurta.org>
parents:
54385
diff
changeset
|
2310 (setq woman-fill-column (- (window-width) woman-default-indent))) |
28832 | 2311 |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2312 ;; Check for preprocessor requests: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2313 (goto-char from) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2314 (if (looking-at "'\\\\\"[ \t]*\\([a-z]+\\)") |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2315 (let ((letters (append (match-string 1) nil))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2316 (if (memq ?t letters) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2317 (setq woman-emulate-tbl t |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2318 letters (delete ?t letters))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2319 (if letters |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2320 (WoMan-warn "Unhandled preprocessor request letters %s" |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2321 (concat letters))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2322 (woman-delete-line 1))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2323 |
28832 | 2324 (woman-pre-process-region from nil) |
2325 ;; Process ignore requests, macro definitions, | |
2326 ;; conditionals and switch source requests: | |
2327 (woman0-roff-buffer from) | |
2328 | |
77113 | 2329 ;; Check for macro sets that woman cannot handle. We can only |
2330 ;; because do this after processing source-switch directives. | |
77112
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2331 (goto-char (point-min)) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2332 (let ((case-fold-search nil)) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2333 (unless (and (re-search-forward "^\\.SH[ \n]" (point-max) t) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2334 (progn (goto-char (point-min)) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2335 (re-search-forward "^\\.TH[ \n]" (point-max) t)) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2336 (progn (goto-char (point-min)) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2337 (not (re-search-forward "^\\.\\([pnil]p\\|sh\\)[ \n]" |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2338 (point-max) t)))) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2339 (error "WoMan can only format man pages written with the usual `-man' macros"))) |
a99b2322f999
(woman-decode-buffer): Postphone macro-set check...
Chong Yidong <cyd@stupidchicken.com>
parents:
76839
diff
changeset
|
2340 |
28832 | 2341 ;; Process \k escapes BEFORE changing tab width (?): |
2342 (goto-char from) | |
2343 (woman-mark-horizonal-position) | |
2344 | |
2345 ;; Set buffer-local variables: | |
2346 (setq fill-column woman-fill-column | |
2347 tab-width woman-tab-width) | |
2348 | |
2349 ;; Hide unpaddable and digit-width spaces \(space) and \0: | |
2350 (goto-char from) | |
2351 (while (re-search-forward "\\\\[ 0]" nil t) | |
2352 (replace-match woman-unpadded-space-string t t)) | |
2353 | |
2354 ;; Discard optional hyphen \%; concealed newlines \<newline>; | |
2355 ;; point-size change function \sN,\s+N, \s-N: | |
2356 (goto-char from) | |
2357 (while (re-search-forward "\\\\\\([%\n]\\|s[-+]?[0-9]+\\)" nil t) | |
2358 (woman-delete-match 0)) | |
2359 | |
2360 ;; BEWARE: THIS SHOULD PROBABLY ALL BE DONE MUCH LATER!!!!! | |
2361 ;; Process trivial escapes \-, \`, \. | |
2362 ;; (\' must be done after tab processing!): | |
2363 (goto-char from) | |
2364 (while (re-search-forward "\\\\\\([-`.]\\)" nil t) | |
2365 (replace-match "\\1")) | |
2366 ;; NB: Must keep ALL zero-width characters \&, \|, and \^ until | |
2367 ;; ALL requests processed! | |
2368 | |
2369 ;; Process no-break requests and macros (including font-change macros): | |
2370 (goto-char from) | |
2371 (woman1-roff-buffer) | |
2372 | |
2373 ;; Process strings and special character escapes \(xx: | |
2374 ;; (Must do this BEFORE fontifying!) | |
2375 (goto-char from) | |
2376 (woman-strings) | |
2377 ;; Special chars moved after translation in | |
2378 ;; `woman2-process-escapes' (for pic.1): | |
2379 ; (goto-char from) | |
2380 ; (woman-special-characters) | |
2381 | |
2382 ;; Process standard font-change requests and escapes: | |
2383 (goto-char from) | |
2384 (woman-change-fonts) | |
2385 | |
2386 ;; 1/2 em vertical motion \d, \u and general local vertical motion | |
2387 ;; \v'+/-N' simulated using TeX ^ and _ symbols for now. | |
2388 (goto-char from) | |
2389 (let ((first t)) ; assume no nesting! | |
2390 (while (re-search-forward "\\\\\\([du]\\|v'[^']*'\\)" nil t) | |
2391 (let* ((esc (match-string 1)) | |
2392 (repl (if (or (= (aref esc 0) ?u) | |
2393 (and (>= (length esc) 2) (= (aref esc 2) ?-))) | |
2394 "^" "_"))) | |
2395 (cond (first | |
2396 (replace-match repl nil t) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
2397 (put-text-property (1- (point)) (point) 'face 'woman-addition) |
28832 | 2398 (WoMan-warn |
2399 "Initial vertical motion escape \\%s simulated" esc) | |
2400 (WoMan-log | |
2401 " by TeX `%s' in woman-addition-face!" repl)) | |
2402 (t | |
2403 (woman-delete-match 0) | |
2404 (WoMan-warn | |
2405 "Terminal vertical motion escape \\%s ignored!" esc))) | |
2406 (setq first (not first)) | |
2407 ))) | |
2408 | |
2409 ; ;; \h'+/-N' local horizontal motion. | |
2410 ; ;; N may include width escape \w'...' | |
2411 ; ;; Implement arbitrary forward motion and non-overlapping backward | |
2412 ; ;; motion. | |
2413 ; (goto-char from) | |
2414 ; (while (re-search-forward | |
2415 ; ;; Delimiter can be a special char escape sequence \(.. or | |
2416 ; ;; a single normal char (usually '): | |
2417 ; "\\\\h\\(\\\\(..\\|.\\)\\(|\\)?" | |
2418 ; nil t) | |
2419 ; (let ((from (match-beginning 0)) | |
2420 ; (delim (regexp-quote (match-string 1))) | |
2421 ; (absolute (match-string 2)) ; absolute position? | |
2422 ; (N (woman-parse-numeric-arg)) ; distance | |
2423 ; to | |
2424 ; msg) ; for warning | |
2425 ; (if (not (looking-at delim)) | |
2426 ; ;; Warn but leave escape in buffer unprocessed: | |
2427 ; (WoMan-warn | |
2428 ; "Local horizontal motion (%s) delimiter error!" | |
2429 ; (buffer-substring from (1+ (point)))) ; point at end of arg | |
2430 ; (setq to (match-end 0) | |
2431 ; ;; For possible warning -- save before deleting: | |
2432 ; msg (buffer-substring from to)) | |
2433 ; (delete-region from to) | |
2434 ; (if absolute ; make relative | |
2435 ; (setq N (- N (current-column)))) | |
2436 ; (if (>= N 0) | |
2437 ; ;; Move forward by inserting hard spaces: | |
2438 ; (insert-char woman-unpadded-space-char N) | |
2439 ; ;; Move backwards by deleting space, | |
2440 ; ;; first backwards then forwards: | |
2441 ; (while (and | |
2442 ; (<= (setq N (1+ N)) 0) | |
2443 ; (cond ((memq (preceding-char) '(?\ ?\t)) | |
2444 ; (delete-backward-char 1) t) | |
2445 ; ((memq (following-char) '(?\ ?\t)) | |
2446 ; (delete-char 1) t) | |
2447 ; (t nil)))) | |
2448 ; (if (<= N 0) | |
2449 ; (WoMan-warn | |
2450 ; "Negative horizontal motion (%s) would overwrite!" msg)))) | |
2451 ; )) | |
2452 | |
2453 ;; Process formatting macros | |
2454 (goto-char from) | |
2455 (woman2-roff-buffer) | |
2456 | |
2457 ;; Go back and process negative vertical space if necessary: | |
2458 (if woman-negative-vertical-space | |
2459 (woman-negative-vertical-space from)) | |
2460 | |
2461 (if woman-preserve-ascii | |
2462 ;; Re-instate escaped escapes to just `\' and unpaddable | |
2463 ;; spaces to just `space', without inheriting any text | |
2464 ;; properties. This is not necessary, UNLESS the buffer is to | |
2465 ;; be saved as ASCII. | |
2466 (progn | |
2467 (goto-char from) | |
2468 (while (search-forward woman-escaped-escape-string nil t) | |
2469 (delete-char -1) (insert ?\\)) | |
2470 (goto-char from) | |
2471 (while (search-forward woman-unpadded-space-string nil t) | |
2472 (delete-char -1) (insert ?\ )) | |
2473 )) | |
2474 | |
2475 ;; Must return the new end of file if used in format-alist. | |
2476 (point-max))) | |
2477 | |
2478 (defun woman-horizontal-escapes (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2479 "Process \\h'+/-N' local horizontal motion escapes upto TO. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2480 Implements arbitrary forward and non-overlapping backward motion. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2481 Preserves location of `point'." |
28832 | 2482 ;; Moved from `woman-decode-region' for version 0.50. |
2483 ;; N may include width escape \w'...' (but may already be processed! | |
2484 (let ((from (point))) | |
2485 (while (re-search-forward | |
2486 ;; Delimiter can be a special char escape sequence \(.. or | |
2487 ;; a single normal char (usually '): | |
2488 "\\\\h\\(\\\\(..\\|.\\)\\(|\\)?" | |
2489 to t) | |
2490 (let ((from (match-beginning 0)) | |
2491 (delim (regexp-quote (match-string 1))) | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2492 (absolute (match-beginning 2)) ; absolute position? |
28832 | 2493 (N (woman-parse-numeric-arg)) ; distance |
2494 to | |
2495 msg) ; for warning | |
2496 (if (not (looking-at delim)) | |
2497 ;; Warn but leave escape in buffer unprocessed: | |
2498 (WoMan-warn | |
2499 "Local horizontal motion (%s) delimiter error!" | |
2500 (buffer-substring from (1+ (point)))) ; point at end of arg | |
2501 (setq to (match-end 0) | |
2502 ;; For possible warning -- save before deleting: | |
2503 msg (buffer-substring from to)) | |
2504 (delete-region from to) | |
2505 (if absolute ; make relative | |
2506 (setq N (- N (current-column)))) | |
2507 (if (>= N 0) | |
2508 ;; Move forward by inserting hard spaces: | |
2509 (insert-char woman-unpadded-space-char N) | |
2510 ;; Move backwards by deleting space, | |
2511 ;; first backwards then forwards: | |
2512 (while (and | |
2513 (<= (setq N (1+ N)) 0) | |
2514 (cond ((memq (preceding-char) '(?\ ?\t)) | |
2515 (delete-backward-char 1) t) | |
2516 ((memq (following-char) '(?\ ?\t)) | |
2517 (delete-char 1) t) | |
2518 (t nil)))) | |
2519 (if (<= N 0) | |
2520 (WoMan-warn | |
2521 "Negative horizontal motion (%s) would overwrite!" msg)))) | |
2522 )) | |
2523 (goto-char from))) | |
2524 | |
2525 | |
2526 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2527 ;; Process ignore requests (.ig), conditionals (.if etc.), |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2528 ;; source-switch (.so), macro definitions (.de etc.) and macro |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2529 ;; expansions. |
28832 | 2530 |
2531 (defvar woman0-if-to) ; marker bound in woman0-roff-buffer | |
2532 (defvar woman0-macro-alist) ; bound in woman0-roff-buffer | |
2533 (defvar woman0-search-regex) ; bound in woman0-roff-buffer | |
2534 (defvar woman0-search-regex-start ; bound in woman0-roff-buffer | |
2535 "^[.'][ \t]*\\(ig\\|if\\|ie\\|el\\|so\\|rn\\|de\\|am") | |
2536 (defconst woman0-search-regex-end "\\)\\([ \t]+\\|$\\)") | |
2537 ;; May need other terminal characters, e.g. \, but NOT \n! | |
2538 ;; Alternatively, force maximal match (Posix?) | |
2539 | |
2540 (defvar woman0-rename-alist) ; bound in woman0-roff-buffer | |
2541 | |
2542 (defun woman0-roff-buffer (from) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2543 "Process conditional-type requests and user-defined macros. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2544 Start at FROM and re-scan new text as appropriate." |
28832 | 2545 (goto-char from) |
2546 (let ((woman0-if-to (make-marker)) | |
2547 request woman0-macro-alist | |
2548 (woman0-search-regex-start woman0-search-regex-start) | |
2549 (woman0-search-regex | |
2550 (concat woman0-search-regex-start woman0-search-regex-end)) | |
2551 woman0-rename-alist) | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
2552 (set-marker-insertion-type woman0-if-to t) |
28832 | 2553 (while (re-search-forward woman0-search-regex nil t) |
2554 (setq request (match-string 1)) | |
2555 (cond ((string= request "ig") (woman0-ig)) | |
2556 ((string= request "if") (woman0-if "if")) | |
2557 ((string= request "ie") (woman0-if "ie")) | |
2558 ((string= request "el") (woman0-el)) | |
2559 ((string= request "so") (woman0-so)) | |
2560 ((string= request "rn") (woman0-rn)) | |
2561 ((string= request "de") (woman0-de)) | |
2562 ((string= request "am") (woman0-de 'append)) | |
2563 (t (woman0-macro request)))) | |
2564 (set-marker woman0-if-to nil) | |
2565 (woman0-rename) | |
2566 ;; Should now re-run `woman0-roff-buffer' if any renaming was | |
2567 ;; done, but let's just hope this is not necessary for now! | |
2568 )) | |
2569 | |
2570 (defun woman0-ig () | |
2571 ".ig yy -- Discard input up to `.yy', which defaults to `..')." | |
2572 ;; The terminal request MUST begin with . (not ')! | |
2573 (looking-at "\\(\\S +\\)?") | |
2574 (beginning-of-line) | |
2575 (let ((yy (or (match-string 1) ".")) | |
2576 (from (point))) | |
2577 (if (re-search-forward | |
2578 (concat "^\\.[ \t]*" (regexp-quote yy) ".*\n") nil t) | |
2579 (delete-region from (point)) | |
2580 (WoMan-warn | |
2581 "ig request ignored -- terminator `.%s' not found!" yy) | |
2582 (woman-delete-line 1)) | |
2583 )) | |
2584 | |
2585 (defsubst woman0-process-escapes (from to) | |
2586 "Process escapes within an if/ie condition between FROM and TO." | |
2587 (woman-strings to) | |
2588 (goto-char from) ; necessary! | |
2589 ;; Strip font-change escapes: | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2590 (while (re-search-forward "\\\\f\\(\\[[^]]+\\]\\|(..\\|.\\)" to t) |
28832 | 2591 (woman-delete-match 0)) |
2592 (goto-char from) ; necessary! | |
2593 (woman2-process-escapes to 'numeric)) | |
2594 | |
2595 (defun woman0-if (request) | |
2596 ".if/ie c anything -- Discard unless c evaluates to true. | |
2597 Remember condition for use by a subsequent `.el'. | |
2598 REQUEST is the invoking directive without the leading dot." | |
2599 ;; c evaluates to a one-character built-in condition name or | |
2600 ;; 'string1'string2' or a number > 0, prefix ! negates. | |
2601 ;; \{ ... \} for multi-line use. | |
2602 ;; Leaves point at start of new text. | |
2603 (woman-delete-match 0) | |
2604 ;; (delete-horizontal-space) | |
2605 ;; Process escapes in condition: | |
2606 (let ((from (point)) negated n (c 0)) | |
2607 (set-marker woman0-if-to | |
2608 (save-excursion (skip-syntax-forward "^ ") (point))) | |
2609 ;; Process condition: | |
2610 (if (setq negated (= (following-char) ?!)) (delete-char 1)) | |
2611 (cond | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2612 ;; ((looking-at "[no]") (setq c t)) ; accept n(roff) and o(dd page) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2613 ;; ((looking-at "[te]") (setq c nil)) ; reject t(roff) and e(ven page) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2614 ((looking-at "[ntoe]") |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2615 (setq c (memq (following-char) woman-if-conditions-true))) |
28832 | 2616 ;; Unrecognised letter so reject: |
2617 ((looking-at "[A-Za-z]") (setq c nil) | |
63509
f890545a138d
(woman-ignore, woman0-if): Fix spelling in docstrings.
Juanma Barranquero <lekktu@gmail.com>
parents:
63365
diff
changeset
|
2618 (WoMan-warn "%s %s -- unrecognized condition name rejected!" |
28832 | 2619 request (match-string 0))) |
2620 ;; Accept strings if identical: | |
2621 ((save-restriction | |
2622 (narrow-to-region from woman0-if-to) | |
2623 ;; String delimiter can be any non-numeric character, | |
2624 ;; including a special character escape: | |
2625 (looking-at "\\(\\\\(..\\|[^0-9]\\)\\(.*\\)\\1\\(.*\\)\\1\\'")) | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
2626 (let ((end1 (copy-marker (match-end 2) t))) ; End of first string. |
28832 | 2627 ;; Delete 2nd and 3rd delimiters to avoid processing them: |
2628 (delete-region (match-end 3) woman0-if-to) | |
2629 (delete-region (match-end 2) (match-beginning 3)) | |
2630 (goto-char (match-end 1)) | |
2631 (woman0-process-escapes (point) woman0-if-to) | |
2632 (setq c (string= (buffer-substring (point) end1) | |
2633 (buffer-substring end1 woman0-if-to))) | |
2634 (set-marker end1 nil) | |
2635 (goto-char from))) | |
2636 ;; Accept numeric value if > 0: | |
2637 ((numberp (setq n (progn | |
2638 (woman0-process-escapes from woman0-if-to) | |
2639 (woman-parse-numeric-arg)))) | |
2640 (setq c (> n 0)) | |
2641 (goto-char from)) | |
2642 ) | |
2643 (if (eq c 0) | |
2644 (woman-if-ignore woman0-if-to request) ; ERROR! | |
2645 (woman-if-body request woman0-if-to (eq c negated))) | |
2646 )) | |
2647 | |
2648 (defun woman-if-body (request to delete) ; should be reversed as `accept'? | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2649 "Process if-body, including \\{ ... \\}. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2650 REQUEST is the invoking directive without the leading dot. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2651 If TO is non-nil then delete the if-body. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2652 If DELETE is non-nil then delete from point." |
28832 | 2653 ;; Assume concealed newlines already processed. |
2654 (let ((from (point))) | |
2655 (if to (delete-region (point) to)) | |
2656 (delete-horizontal-space) | |
2657 (cond (;;(looking-at "[^{\n]*\\\\{\\s *") ; multi-line | |
2658 ;; allow escaped newlines: | |
2659 (looking-at "[^{\n]*\\(\\\\\n\\)*\\\\{\\s *\\(\\\\\n\\)*") ; multi-line | |
2660 ;; including preceding .if(s) and following newline | |
2661 (let ((from (point))) | |
2662 (woman-delete-match 0) | |
2663 ;; Allow for nested \{ ... \} -- BUT BEWARE that this | |
2664 ;; algorithm only supports one level of nesting! | |
2665 (while | |
2666 (and (re-search-forward | |
2667 ;; "\\(\\\\{\\)\\|\\(\n[.']\\)?[ \t]*\\\\}[ \t]*" | |
2668 ;; Interpret bogus `el \}' as `el \{', | |
2669 ;; especially for Tcl/Tk man pages: | |
2670 "\\(\\\\{\\|el[ \t]*\\\\}\\)\\|\\(\n[.']\\)?[ \t]*\\\\}[ \t]*") | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2671 (match-beginning 1)) |
28832 | 2672 (re-search-forward "\\\\}")) |
2673 (delete-region (if delete from (match-beginning 0)) (point)) | |
2674 (if (looking-at "^$") (delete-char 1)) | |
2675 )) | |
2676 (delete (woman-delete-line 1)) ; single-line | |
2677 ) | |
2678 ;; Process matching .el anything: | |
2679 (cond ((string= request "ie") | |
2680 ;; Discard unless previous .ie c `evaluated to false'. | |
2681 (cond ((re-search-forward "^[.'][ \t]*el[ \t]*" nil t) | |
2682 (woman-delete-match 0) | |
2683 (woman-if-body "el" nil (not delete))))) | |
2684 ;; Got here after processing a single-line `.ie' as a body | |
2685 ;; clause to be discarded: | |
2686 ((string= request "el") | |
2687 (cond ((re-search-forward "^[.'][ \t]*el[ \t]*" nil t) | |
2688 (woman-delete-match 0) | |
2689 (woman-if-body "el" nil t)))) | |
2690 ) | |
2691 (goto-char from) | |
2692 )) | |
2693 | |
2694 (defun woman0-el () | |
2695 "Isolated .el request -- should not happen!" | |
2696 (WoMan-warn "el request without matching `ie' rejected!") | |
2697 (cond (woman-ignore | |
2698 (woman-delete-match 0) | |
2699 (delete-horizontal-space) | |
2700 (woman-if-body "el" nil t)) | |
2701 (t ; Ignore -- leave in buffer | |
2702 ;; This does not work too well, but it's only for debugging! | |
2703 (skip-chars-forward "^ \t") | |
2704 (if (looking-at "[ \t]*\\{") (search-forward "\\}")) | |
2705 (forward-line 1)))) | |
2706 | |
2707 (defun woman-if-ignore (to request) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2708 "Ignore but warn about an if request ending at TO, named REQUEST." |
28832 | 2709 (WoMan-warn-ignored request "ignored -- condition not handled!") |
2710 (if woman-ignore | |
2711 (woman-if-body request to t) | |
2712 ;; Ignore -- leave in buffer | |
2713 ;; This does not work too well, but it's only for debugging! | |
2714 (skip-chars-forward "^ \t") | |
2715 (if (looking-at "[ \t]*\\{") (search-forward "\\}")) | |
2716 (forward-line 1))) | |
2717 | |
2718 (defun woman0-so () | |
2719 ".so filename -- Switch source file. `.so' requests may be nested." | |
2720 ;; Leaves point at start of new text. | |
2721 ;; (skip-chars-forward " \t") | |
2722 (let* ((beg (point)) | |
2723 (end (progn (woman-forward-arg 'unquote) (point))) | |
2724 (name (buffer-substring beg end)) | |
2725 (filename name)) | |
2726 ;; If the specified file does not exist in this ... | |
2727 (or (file-exists-p filename) | |
2728 ;; or the parent directory ... | |
2729 (file-exists-p | |
2730 (setq filename (concat "../" name))) | |
2731 ;; then use the WoMan search mechanism to find the filename ... | |
2732 (setq filename | |
2733 (woman-file-name | |
2734 (file-name-sans-extension | |
2735 (file-name-nondirectory name)))) | |
2736 ;; Cannot find the file, so ... | |
2737 (kill-buffer (current-buffer)) | |
2738 (error "File `%s' not found" name)) | |
2739 (beginning-of-line) | |
2740 (woman-delete-line 1) | |
73060
5d2e9706764f
(woman0-so): Use `let*', not `let'.
Juanma Barranquero <lekktu@gmail.com>
parents:
73059
diff
changeset
|
2741 (let* ((from (point)) |
5d2e9706764f
(woman0-so): Use `let*', not `let'.
Juanma Barranquero <lekktu@gmail.com>
parents:
73059
diff
changeset
|
2742 (length (woman-insert-file-contents filename 0)) |
5d2e9706764f
(woman0-so): Use `let*', not `let'.
Juanma Barranquero <lekktu@gmail.com>
parents:
73059
diff
changeset
|
2743 (to (copy-marker (+ from length) t))) |
28832 | 2744 (woman-pre-process-region from to) |
2745 (set-marker to nil) | |
2746 (goto-char from) | |
2747 ))) | |
2748 | |
2749 | |
2750 ;;; Process macro definitions: | |
2751 | |
2752 (defun woman0-rn () | |
2753 "Process .rn xx yy -- rename macro xx to yy." | |
2754 ;; For now, done backwards AFTER all macro expansion. | |
2755 ;; Should also allow requests and strings to be renamed! | |
2756 (if (eolp) ; ignore if no argument | |
2757 () | |
2758 (let* ((beg (point)) | |
2759 (end (progn (woman-forward-arg 'unquote 'concat) (point))) | |
2760 (old (buffer-substring beg end)) | |
2761 new) | |
2762 (if (eolp) ; ignore if no argument | |
2763 () | |
2764 (setq beg (point) | |
2765 end (progn (woman-forward-arg 'unquote) (point)) | |
2766 new (buffer-substring beg end) | |
2767 woman0-rename-alist (cons (cons new old) woman0-rename-alist))) | |
2768 )) | |
2769 (woman-delete-whole-line)) | |
2770 | |
2771 (defun woman0-rename () | |
2772 "Effect renaming required by .rn requests." | |
2773 ;; For now, do this backwards AFTER all macro expansion. | |
85216
41439f6baee9
(woman0-rename): Fix paren typo.
Glenn Morris <rgm@gnu.org>
parents:
84986
diff
changeset
|
2774 (dolist (new woman0-rename-alist) |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
2775 (let ((old (cdr new)) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
2776 (new (car new))) |
28832 | 2777 (goto-char (point-min)) |
2778 (setq new (concat "^[.'][ \t]*" (regexp-quote new))) | |
2779 (setq old (concat "." old)) | |
2780 (while (re-search-forward new nil t) | |
2781 (replace-match old nil t))))) | |
2782 | |
2783 (defconst woman-unescape-regex | |
2784 (concat woman-escaped-escape-string | |
2785 "\\(" woman-escaped-escape-string "\\)?")) | |
2786 | |
2787 (defsubst woman-unescape (macro) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2788 "Replace escape sequences in the body of MACRO. |
28832 | 2789 Replaces || by |, but | by \, where | denotes the internal escape." |
2790 (let (start) | |
2791 (while (setq start (string-match woman-unescape-regex macro start)) | |
2792 (setq macro | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2793 (if (match-beginning 1) |
28832 | 2794 (replace-match "" t t macro 1) |
2795 (replace-match "\\" t t macro)) | |
2796 start (1+ start))) | |
2797 macro)) | |
2798 | |
2799 (defun woman0-de (&optional append) | |
2800 "Process .de/am xx yy -- (re)define/append macro xx; end at `..'. | |
2801 \(Should be up to call of yy, which defaults to `.') | |
2802 Optional argument APPEND, if non-nil, means append macro." | |
2803 ;; Modelled on woman-strings. BEWARE: Processing of .am is a hack! | |
2804 ;; Add support for .rm? | |
2805 ;; (skip-chars-forward " \t") | |
2806 (if (eolp) ; ignore if no argument | |
2807 () | |
2808 (looking-at "[^ \t\n]+") ; macro name | |
2809 (let* ((macro (match-string 0)) from | |
2810 (previous (assoc macro woman0-macro-alist))) | |
2811 (if (not previous) | |
2812 (setq woman0-search-regex-start | |
2813 (concat woman0-search-regex-start "\\|" (regexp-quote macro)) | |
2814 woman0-search-regex | |
2815 (concat woman0-search-regex-start woman0-search-regex-end) | |
2816 )) | |
2817 ;; Macro body runs from start of next line to line | |
2818 ;; beginning with `..'." | |
2819 ;; The terminal request MUST begin with `.' (not ')! | |
2820 (forward-line) | |
2821 (setq from (point)) | |
2822 (re-search-forward "^\\.[ \t]*\\.") | |
2823 (beginning-of-line) | |
2824 (let ((body (woman-unescape (buffer-substring from (point))))) | |
2825 (if (and append previous) | |
2826 (setq previous (cdr previous) | |
2827 body (concat body (cdr previous)) | |
2828 append (car previous) | |
2829 )) | |
2830 (setq macro (cons macro (cons append body)))) | |
2831 ;; This should be an update, but consing a new string | |
2832 ;; onto the front of the alist has the same effect: | |
2833 (setq woman0-macro-alist (cons macro woman0-macro-alist)) | |
2834 (forward-line) | |
2835 (delete-region from (point)) | |
2836 (backward-char) ; return to end of .de/am line | |
2837 )) | |
2838 (beginning-of-line) ; delete .de/am line | |
2839 (woman-delete-line 1)) | |
2840 | |
2841 (defun woman0-macro (request) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2842 "Process the macro call named REQUEST." |
28832 | 2843 ;; Leaves point at start of new text. |
2844 (let ((macro (assoc request woman0-macro-alist))) | |
2845 (if macro | |
2846 (woman-interpolate-macro (cdr macro)) | |
2847 ;; SHOULD DELETE THE UNINTERPRETED REQUEST!!!!! | |
2848 ;; Output this message once only per call (cf. strings)? | |
2849 (WoMan-warn "Undefined macro %s not interpolated!" request)))) | |
2850 | |
2851 (defun woman-interpolate-macro (macro) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2852 "Interpolate (.de) or append (.am) expansion of MACRO into the buffer." |
28832 | 2853 ;; Could make this more efficient by checking which arguments are |
2854 ;; actually used in the expansion! | |
2855 (skip-chars-forward " \t") | |
2856 ;; Process arguments: | |
2857 (let ((argno 0) (append (car macro)) | |
2858 argno-string formal-arg from actual-arg start) | |
2859 (setq macro (cdr macro)) | |
2860 (while (not (eolp)) | |
2861 ;; Get next actual arg: | |
2862 (setq argno (1+ argno)) | |
2863 (setq argno-string (format "%d" argno)) | |
2864 (setq formal-arg (concat "\\\\\\$" argno-string)) ; regexp | |
2865 (setq from (point)) | |
2866 (woman-forward-arg 'unquote 'noskip) | |
2867 (setq actual-arg (buffer-substring from (point))) | |
2868 (skip-chars-forward " \t") ; now skip following whitespace! | |
2869 ;; Replace formal arg with actual arg: | |
2870 (setq start nil) | |
2871 (while (setq start (string-match formal-arg macro start)) | |
2872 (setq macro (replace-match actual-arg t t macro))) | |
2873 ) | |
2874 ;; Delete any remaining formal arguments: | |
2875 (setq start nil) | |
2876 (while | |
2877 (setq start (string-match "\\\\\\$." macro start)) | |
2878 (setq macro (replace-match "" t t macro))) | |
2879 ;; Replace .$ number register with actual arg: | |
2880 ;; (Do this properly via register mechanism later!) | |
2881 (setq start nil) | |
2882 (while | |
2883 (setq start (string-match "\\\\n(\\.\\$" macro start)) ; regexp | |
2884 (setq macro (replace-match argno-string t t macro))) | |
2885 (if append | |
2886 (forward-char) | |
2887 (beginning-of-line) | |
2888 (woman-delete-line 1)) | |
2889 (save-excursion ; leave point at start of new text | |
2890 (insert macro)))) | |
2891 | |
2892 | |
2893 ;;; Process strings: | |
2894 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2895 (defun woman-match-name () |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2896 "Match and move over name of form: x, (xx or [xxx...]. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2897 Applies to number registers, fonts, strings/macros/diversions, and |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2898 special characters." |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2899 (cond ((= (following-char) ?\[ ) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2900 (forward-char) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2901 (re-search-forward "[^]]+") |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2902 (forward-char)) ; skip closing ] |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2903 ((= (following-char) ?\( ) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2904 (forward-char) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2905 (re-search-forward "..")) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2906 (t (re-search-forward ".")))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2907 |
28832 | 2908 (defun woman-strings (&optional to) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2909 "Process ?roff string requests and escape sequences up to buffer position TO. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2910 Strings are defined/updated by `.ds xx string' requests and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
2911 interpolated by `\*x' and `\*(xx' escapes." |
28832 | 2912 ;; Add support for .as and .rm? |
2913 (while | |
2914 ;; Find .ds requests and \* escapes: | |
2915 (re-search-forward "\\(^[.'][ \t]*ds\\)\\|\\\\\\*" to t) | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
2916 (cond ((match-beginning 1) ; .ds |
28832 | 2917 (skip-chars-forward " \t") |
2918 (if (eolp) ; ignore if no argument | |
2919 () | |
2920 (re-search-forward "[^ \t\n]+") | |
2921 (let ((string (match-string 0))) | |
2922 (skip-chars-forward " \t") | |
2923 ; (setq string | |
2924 ; (cons string | |
2925 ; ;; hack (?) for CGI.man! | |
2926 ; (cond ((looking-at "\"\"") "\"") | |
2927 ; ((looking-at ".*") (match-string 0))) | |
2928 ; )) | |
2929 ;; Above hack causes trouble in arguments! | |
2930 (looking-at ".*") | |
2931 (setq string (cons string (match-string 0))) | |
2932 ;; This should be an update, but consing a new string | |
2933 ;; onto the front of the alist has the same effect: | |
2934 (setq woman-string-alist (cons string woman-string-alist)) | |
2935 )) | |
2936 (beginning-of-line) | |
2937 (woman-delete-line 1)) | |
2938 (t ; \* | |
2939 (let ((beg (match-beginning 0))) | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
2940 (woman-match-name) |
28832 | 2941 (let* ((stringname (match-string 0)) |
2942 (string (assoc stringname woman-string-alist))) | |
2943 (cond (string | |
2944 (delete-region beg (point)) | |
2945 ;; Temporary hack in case string starts with a | |
2946 ;; control character: | |
2947 (if (bolp) (insert-before-markers "\\&")) | |
2948 (insert-before-markers (cdr string))) | |
2949 (t | |
2950 (WoMan-warn "Undefined string %s not interpolated!" | |
2951 stringname) | |
2952 (cond (woman-ignore | |
2953 ;; Output above message once only per call | |
2954 (delete-region beg (point)) | |
2955 (setq woman-string-alist | |
2956 (cons (cons stringname "") | |
2957 woman-string-alist)))) | |
2958 )) | |
2959 )) | |
2960 )) | |
2961 )) | |
2962 | |
2963 | |
2964 ;;; Process special character escapes \(xx: | |
2965 | |
2966 (defconst woman-special-characters | |
2967 ;; To be built heuristically as required! | |
2968 ;; MUST insert all characters as strings for correct conversion to | |
2969 ;; multibyte representation! | |
2970 '(("em" "--" "\276" . t) ; 3/4 Em dash | |
2971 ("bu" "*" "\267" . t) ; bullet | |
2972 ("fm" "'") ; foot mark | |
2973 ("co" "(C)" "\251") ; copyright | |
2974 | |
2975 ("pl" "+" "+" . t) ; math plus | |
2976 ("mi" "-" "-" . t) ; math minus | |
2977 ("**" "*" "*" . t) ; math star | |
2978 ("aa" "'" "\242" . t) ; acute accent | |
2979 ("ul" "_") ; underrule | |
2980 | |
2981 ("*S" "Sigma" "S" . t) ; Sigma | |
2982 | |
2983 (">=" ">=" "\263" . t) ; >= | |
2984 ("<=" "<=" "\243" . t) ; <= | |
2985 ("->" "->" "\256" . t) ; right arrow | |
2986 ("<-" "<-" "\254" . t) ; left arrow | |
2987 ("mu" " x " "\264" . t) ; multiply | |
2988 ("+-" "+/-" "\261" . t) ; plus-minus | |
2989 ("bv" "|") ; bold vertical | |
2990 | |
2991 ;; groff etc. extensions: | |
2992 ("lq" "\"") | |
2993 ("rq" "\"") | |
2994 ("aq" "'") | |
2995 ("ha" "^") | |
2996 ("ti" "~") | |
2997 ) | |
2998 "Alist of special character codes with ASCII and extended-font equivalents. | |
2999 Each alist elements has the form | |
3000 (input-string ascii-string extended-font-string . use-symbol-font) | |
3001 where | |
3002 * `\\(input-string' is the ?roff encoding, | |
3003 * `ascii-string' is the (multi-character) ASCII simulation, | |
3004 * `extended-font-string' is the single-character string representing | |
3005 the character position in the extended 256-character font, and | |
3006 * `use-symbol-font' is t to indicate use of the symbol font or nil, | |
3007 i.e. omitted, to indicate use of the default font. | |
3008 Any element may be nil. Avoid control character codes (0 to \\37, \\180 | |
3009 to \\237) in `extended-font-string' for now, since they can be | |
3010 displayed only with a modified display table. | |
3011 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3012 Use the WoMan command `woman-display-extended-fonts' or a character |
28832 | 3013 map accessory to help construct this alist.") |
3014 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3015 (defsubst woman-replace-match (newtext &optional face) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3016 "Replace text matched by last search with NEWTEXT and return t. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3017 Set NEWTEXT in face FACE if specified." |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3018 (woman-delete-match 0) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3019 (insert-before-markers newtext) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3020 (if face (put-text-property (1- (point)) (point) 'face 'woman-symbol)) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3021 t) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3022 |
28832 | 3023 (defun woman-special-characters (to) |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3024 "Process special character escapes \\(xx, \\[xxx] up to buffer position TO. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3025 \(This must be done AFTER translation, which may use special characters.)" |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3026 (while (re-search-forward "\\\\\\(?:(\\(..\\)\\|\\[\\([[^]]+\\)\\]\\)" to t) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3027 (let* ((name (or (match-string-no-properties 1) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3028 (match-string-no-properties 2))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3029 (replacement (assoc name woman-special-characters))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3030 (unless |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3031 (and |
28832 | 3032 replacement |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3033 (cond ((and (cddr replacement) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3034 (if (nthcdr 3 replacement) |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3035 ;; Need symbol font: |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3036 (if woman-use-symbol-font |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3037 (woman-replace-match (nth 2 replacement) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3038 'woman-symbol)) |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3039 ;; Need extended font: |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3040 (if woman-use-extended-font |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3041 (woman-replace-match (nth 2 replacement)))))) |
28832 | 3042 ((cadr replacement) ; Use ASCII simulation |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3043 (woman-replace-match (cadr replacement))))) |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3044 (WoMan-warn (concat "Special character " |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3045 (if (match-beginning 1) "\\(%s" "\\[%s]") |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3046 " not interpolated!") name) |
28832 | 3047 (if woman-ignore (woman-delete-match 0)))) |
3048 )) | |
3049 | |
3050 (defun woman-display-extended-fonts () | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3051 "Display table of glyphs of graphic characters and their octal codes. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3052 All the octal codes in the ranges [32..127] and [160..255] are displayed |
28832 | 3053 together with the corresponding glyphs from the default and symbol fonts. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3054 Useful for constructing the alist variable `woman-special-characters'." |
28832 | 3055 (interactive) |
3056 (with-output-to-temp-buffer "*WoMan Extended Font Map*" | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
3057 (with-current-buffer standard-output |
28832 | 3058 (let ((i 32)) |
3059 (while (< i 256) | |
3060 (insert (format "\\%03o " i) (string i) " " (string i)) | |
3061 (put-text-property (1- (point)) (point) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3062 'face 'woman-symbol) |
28832 | 3063 (insert " ") |
3064 (setq i (1+ i)) | |
3065 (when (= i 128) (setq i 160) (insert "\n")) | |
3066 (if (zerop (% i 8)) (insert "\n"))) | |
3067 )) | |
3068 (print-help-return-message))) | |
3069 | |
3070 | |
3071 ;;; Formatting macros that do not cause a break: | |
3072 | |
3073 (defvar request) ; Bound locally by woman1-roff-buffer | |
3074 (defvar unquote) ; Bound locally by woman1-roff-buffer | |
3075 | |
3076 (defun woman-unquote (to) | |
3077 "Delete any double-quote characters between point and TO. | |
3078 Leave point at TO (which should be a marker)." | |
3079 (let (in-quote) | |
3080 (while (search-forward "\"" to 1) | |
3081 (if (and in-quote (looking-at "\"")) | |
3082 ;; Repeated double-quote represents single double-quote | |
3083 (delete-char 1) | |
3084 (if (or in-quote (looking-at ".*\"")) ; paired | |
3085 (delete-char -1)) | |
3086 (setq in-quote (not in-quote)) | |
3087 )) | |
3088 (if in-quote | |
3089 (WoMan-warn "Unpaired \" in .%s arguments." request)) | |
3090 )) | |
3091 | |
3092 (defsubst woman-unquote-args () | |
3093 "Delete any double-quote characters up to the end of the line." | |
3094 (woman-unquote (save-excursion (end-of-line) (point-marker)))) | |
3095 | |
3096 (defun woman1-roff-buffer () | |
3097 "Process non-breaking requests." | |
3098 (let ((case-fold-search t) | |
3099 request fn unquote) | |
3100 (while | |
3101 ;; Find next control line: | |
3102 (re-search-forward woman-request-regexp nil t) | |
3103 (cond | |
3104 ;; Construct woman function to call: | |
3105 ((setq fn (intern-soft | |
3106 (concat "woman1-" | |
3107 (setq request (match-string 1))))) | |
3108 (if (get fn 'notfont) ; not a font-change request | |
3109 (funcall fn) | |
3110 ;; Delete request or macro name: | |
3111 (woman-delete-match 0) | |
3112 ;; If no args then apply to next line else unquote args | |
3113 ;; (unquote is used by called function): | |
3114 (setq unquote (not (eolp))) | |
3115 (if (eolp) (delete-char 1)) | |
3116 ; ;; Hide leading control character in unquoted argument: | |
3117 ; (cond ((memq (following-char) '(?. ?')) | |
3118 ; (insert "\\&") | |
3119 ; (beginning-of-line))) | |
3120 ;; Call the appropriate function: | |
3121 (funcall fn) | |
3122 ;; Hide leading control character in quoted argument (only): | |
3123 (if (and unquote (memq (following-char) '(?. ?'))) | |
3124 (insert "\\&")) | |
3125 ) | |
3126 ))))) | |
3127 | |
3128 ;;; Font-changing macros: | |
3129 | |
3130 (defun woman1-B () | |
3131 ".B -- Set words of current line in bold font." | |
3132 (woman1-B-or-I ".ft B\n")) | |
3133 | |
3134 (defun woman1-I () | |
3135 ".I -- Set words of current line in italic font." | |
3136 (woman1-B-or-I ".ft I\n")) | |
3137 | |
3138 (defun woman1-B-or-I (B-or-I) | |
3139 ".B/I -- Set words of current line in bold/italic font. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3140 B-OR-I is the appropriate complete control line." |
28832 | 3141 ;; Should NOT concatenate the arguments! |
3142 (insert B-or-I) ; because it might be a control line | |
3143 ;; Return to bol to process .SM/.B, .B/.if etc. | |
3144 ;; or start of first arg to hide leading control char. | |
3145 (save-excursion | |
3146 (if unquote | |
3147 (woman-unquote-args) | |
3148 (while (looking-at "^[.']") (forward-line)) | |
3149 (end-of-line) | |
3150 (delete-horizontal-space)) | |
3151 (insert "\\fR"))) | |
3152 | |
3153 (defun woman1-SM () | |
3154 ".SM -- Set the current line in small font, i.e. IGNORE!" | |
3155 nil) | |
3156 | |
3157 (defalias 'woman1-SB 'woman1-B) | |
3158 ;; .SB -- Set the current line in small bold font, i.e. just embolden! | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3159 ;; (This is what /usr/local/share/groff/tmac/tmac.an does. The |
28832 | 3160 ;; Linux man.7 is wrong about this!) |
3161 | |
3162 (defun woman1-BI () | |
3163 ".BI -- Join words of current line alternating bold and italic fonts." | |
3164 (woman1-alt-fonts (list "\\fB" "\\fI"))) | |
3165 | |
3166 (defun woman1-BR () | |
3167 ".BR -- Join words of current line alternating bold and Roman fonts." | |
3168 (woman1-alt-fonts (list "\\fB" "\\fR"))) | |
3169 | |
3170 (defun woman1-IB () | |
3171 ".IB -- Join words of current line alternating italic and bold fonts." | |
3172 (woman1-alt-fonts (list "\\fI" "\\fB"))) | |
3173 | |
3174 (defun woman1-IR () | |
3175 ".IR -- Join words of current line alternating italic and Roman fonts." | |
3176 (woman1-alt-fonts (list "\\fI" "\\fR"))) | |
3177 | |
3178 (defun woman1-RB () | |
3179 ".RB -- Join words of current line alternating Roman and bold fonts." | |
3180 (woman1-alt-fonts (list "\\fR" "\\fB"))) | |
3181 | |
3182 (defun woman1-RI () | |
3183 ".RI -- Join words of current line alternating Roman and italic fonts." | |
3184 (woman1-alt-fonts (list "\\fR" "\\fI"))) | |
3185 | |
3186 (defun woman1-alt-fonts (fonts) | |
3187 "Join words using alternating fonts in FONTS, which MUST be a dynamic list." | |
3188 (nconc fonts fonts) ; circular list! | |
3189 (insert (car fonts)) | |
3190 ;; Return to start of first arg to hide leading control char: | |
3191 (save-excursion | |
3192 (setq fonts (cdr fonts)) | |
3193 (woman-forward-arg unquote 'concat) ; unquote is bound above | |
3194 (while (not (eolp)) | |
3195 (insert (car fonts)) | |
3196 (setq fonts (cdr fonts)) | |
3197 (woman-forward-arg unquote 'concat)) ; unquote is bound above | |
3198 (insert "\\fR") | |
3199 )) | |
3200 | |
3201 (defun woman-forward-arg (&optional unquote concat) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3202 "Move forward over one ?roff argument, optionally unquoting and/or joining. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3203 If optional arg UNQUOTE is non-nil then delete any argument quotes. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3204 If optional arg CONCAT is non-nil then join arguments." |
28832 | 3205 (if (eq (following-char) ?\") |
3206 (progn | |
3207 (if unquote (delete-char 1) (forward-char)) | |
3208 (re-search-forward "\"\\|$") | |
3209 ;; Repeated double-quote represents single double-quote | |
3210 (while (eq (following-char) ?\") ; paired | |
3211 (if unquote (delete-char 1) (forward-char)) | |
3212 (re-search-forward "\"\\|$")) | |
3213 (if (eq (preceding-char) ?\") | |
3214 (if unquote (delete-backward-char 1)) | |
3215 (WoMan-warn "Unpaired \" in .%s arguments." request) | |
3216 )) | |
3217 ;; (re-search-forward "[^\\\n] \\|$") ; inconsistent | |
3218 (skip-syntax-forward "^ ")) | |
3219 (cond ((null concat) (skip-chars-forward " \t")) ; don't skip eol! | |
3220 ((eq concat 'noskip)) ; do not skip following whitespace | |
3221 (t (woman-delete-following-space))) | |
3222 ) | |
3223 | |
3224 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3225 ;; The following requests are not explicit font-change requests and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3226 ;; so are flagged `notfont' to turn off automatic request deletion |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3227 ;; and further processing. |
28832 | 3228 |
3229 (put 'woman1-TP 'notfont t) | |
3230 (defun woman1-TP () | |
3231 ".TP -- After tag line, reset font to Roman for paragraph body." | |
3232 ;; Same for .IP, but forward only 1 line? | |
3233 (save-excursion | |
3234 ;; May be an `irrelevant' control line in the way, so ... | |
3235 (forward-line) | |
3236 (forward-line (if (looking-at "\\.\\S-+[ \t]*$") 2 1)) | |
3237 ;; May be looking at control line, so ... | |
3238 (insert ".ft R\n"))) | |
3239 | |
3240 (put 'woman1-ul 'notfont t) | |
3241 (defun woman1-ul () | |
3242 ".ul N -- Underline (italicize) the next N input lines, default N = 1." | |
3243 (let ((N (if (eolp) 1 (woman-parse-numeric-arg)))) ; woman-get-numeric-arg ? | |
3244 (woman-delete-whole-line) | |
3245 (insert ".ft I\n") | |
3246 (forward-line N) | |
3247 (insert ".ft R\n") | |
3248 )) | |
3249 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3250 ;;; Other non-breaking requests: |
28832 | 3251 |
3252 ;; Hyphenation | |
3253 ;; Warnings commented out. | |
3254 | |
3255 (put 'woman1-nh 'notfont t) | |
3256 (defun woman1-nh () | |
3257 ".nh -- No hyphenation, i.e. IGNORE!" | |
3258 ;; Must be handled here to avoid breaking! | |
3259 ;; (WoMan-log-1 ".nh request ignored -- hyphenation not supported!") | |
3260 (woman-delete-whole-line)) | |
3261 | |
3262 (put 'woman1-hy 'notfont t) | |
3263 (defun woman1-hy () | |
3264 ".hy N -- Set hyphenation mode to N, i.e. IGNORE!" | |
3265 ;; (WoMan-log-1 ".hy request ignored -- hyphenation not supported!") | |
3266 (woman-delete-whole-line)) | |
3267 | |
3268 (put 'woman1-hc 'notfont t) | |
3269 (defun woman1-hc () | |
3270 ".hc c -- Set hyphenation character to c, i.e. delete it!" | |
3271 (let ((c (char-to-string (following-char)))) | |
3272 ;; (WoMan-log | |
3273 ;; "Hyphenation character %s deleted -- hyphenation not supported!" c) | |
3274 (woman-delete-whole-line) | |
3275 (setq c (concat "\\(" c "\\)\\|^[.'][ \t]*hc")) | |
3276 (save-excursion | |
3277 (while (and (re-search-forward c nil t) | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3278 (match-beginning 1)) |
28832 | 3279 (delete-char -1))) |
3280 )) | |
3281 | |
3282 (put 'woman1-hw 'notfont t) | |
3283 (defun woman1-hw () | |
3284 ".hw words -- Set hyphenation exception words, i.e. IGNORE!" | |
3285 ;; (WoMan-log-1 ".hw request ignored -- hyphenation not supported!") | |
3286 (woman-delete-whole-line)) | |
3287 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3288 ;;; Other non-breaking requests correctly ignored by nroff: |
28832 | 3289 |
3290 (put 'woman1-ps 'notfont t) | |
3291 (defalias 'woman1-ps 'woman-delete-whole-line) | |
3292 ;; .ps -- Point size -- IGNORE! | |
3293 | |
3294 (put 'woman1-ss 'notfont t) | |
3295 (defalias 'woman1-ss 'woman-delete-whole-line) | |
3296 ;; .ss -- Space-character size -- IGNORE! | |
3297 | |
3298 (put 'woman1-cs 'notfont t) | |
3299 (defalias 'woman1-cs 'woman-delete-whole-line) | |
3300 ;; .cs -- Constant character space (width) mode -- IGNORE! | |
3301 | |
3302 (put 'woman1-ne 'notfont t) | |
3303 (defalias 'woman1-ne 'woman-delete-whole-line) | |
3304 ;; .ne -- Need vertical space -- IGNORE! | |
3305 | |
3306 (put 'woman1-vs 'notfont t) | |
3307 (defalias 'woman1-vs 'woman-delete-whole-line) | |
3308 ;; .vs -- Vertical base line spacing -- IGNORE! | |
3309 | |
3310 (put 'woman1-bd 'notfont t) | |
3311 (defalias 'woman1-bd 'woman-delete-whole-line) | |
3312 ;; .bd -- Embolden font -- IGNORE! | |
3313 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3314 ;;; Non-breaking SunOS-specific macros: |
28832 | 3315 |
3316 (defun woman1-TX () | |
3317 ".TX t p -- Resolve SunOS abbrev t and join to p (usually punctuation)." | |
3318 (insert "SunOS ") | |
3319 (woman-forward-arg 'unquote 'concat)) | |
3320 | |
3321 (put 'woman1-IX 'notfont t) | |
3322 (defalias 'woman1-IX 'woman-delete-whole-line) | |
3323 ;; .IX -- Index macro, for Sun internal use -- IGNORE! | |
3324 | |
3325 | |
3326 ;;; Direct font selection: | |
3327 | |
3328 (defconst woman-font-alist | |
3329 '(("R" . default) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3330 ("I" . woman-italic) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3331 ("B" . woman-bold) |
28832 | 3332 ("P" . previous) |
3333 ("1" . default) | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3334 ("2" . woman-italic) |
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3335 ("3" . woman-bold) ; used in bash.1 |
28832 | 3336 ) |
3337 "Alist of ?roff font indicators and woman font variables and names.") | |
3338 | |
3339 (defun woman-change-fonts () | |
3340 "Process font changes." | |
3341 ;; ***** NEEDS REVISING IF IT WORKS OK ***** | |
3342 ;; Paragraph .LP/PP/HP/IP/TP and font .B/.BI etc. macros reset font. | |
3343 ;; Should .SH/.SS reset font? | |
3344 ;; Font size setting macros (?) should reset font. | |
54604
07df3c30a31c
(woman-change-fonts): Rename local variable
Eli Zaretskii <eliz@gnu.org>
parents:
54516
diff
changeset
|
3345 (let ((font-alist woman-font-alist) ; for local updating |
28832 | 3346 (previous-pos (point)) |
3347 (previous-font 'default) | |
3348 (current-font 'default)) | |
3349 (while | |
3350 ;; Find font requests, paragraph macros and font escapes: | |
3351 (re-search-forward | |
3352 "^[.'][ \t]*\\(\\(\\ft\\)\\|\\(.P\\)\\)\\|\\(\\\\f\\)" nil 1) | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3353 (let (font beg notfont fescape) |
28832 | 3354 ;; Match font indicator and leave point at end of sequence: |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3355 (cond ((match-beginning 2) |
28832 | 3356 ;; .ft request found |
3357 (setq beg (match-beginning 0)) | |
3358 (skip-chars-forward " \t") | |
3359 (if (eolp) ; default is previous font | |
3360 (setq font previous-font) | |
3361 (looking-at "[^ \t\n]+")) | |
3362 (forward-line)) ; end of control line and \n | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3363 ((match-beginning 3) |
28832 | 3364 ;; Macro that resets font found |
3365 (setq font 'default)) | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3366 ((match-beginning 4) |
28832 | 3367 ;; \f escape found |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3368 (setq beg (match-beginning 0) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3369 fescape t) |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3370 (woman-match-name)) |
28832 | 3371 (t (setq notfont t))) |
3372 (if notfont | |
3373 () | |
3374 ;; Get font name: | |
3375 (or font | |
3376 (let ((fontstring (match-string 0))) | |
54604
07df3c30a31c
(woman-change-fonts): Rename local variable
Eli Zaretskii <eliz@gnu.org>
parents:
54516
diff
changeset
|
3377 (setq font (assoc fontstring font-alist) |
07df3c30a31c
(woman-change-fonts): Rename local variable
Eli Zaretskii <eliz@gnu.org>
parents:
54516
diff
changeset
|
3378 ;; NB: font-alist contains VARIABLE NAMES. |
28832 | 3379 font (if font |
3380 (cdr font) | |
3381 (WoMan-warn "Unknown font %s." fontstring) | |
3382 ;; Output this message once only per call ... | |
54604
07df3c30a31c
(woman-change-fonts): Rename local variable
Eli Zaretskii <eliz@gnu.org>
parents:
54516
diff
changeset
|
3383 (setq font-alist |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3384 (cons (cons fontstring 'woman-unknown) |
54604
07df3c30a31c
(woman-change-fonts): Rename local variable
Eli Zaretskii <eliz@gnu.org>
parents:
54516
diff
changeset
|
3385 font-alist)) |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3386 'woman-unknown) |
28832 | 3387 ))) |
3388 ;; Delete font control line or escape sequence: | |
3389 (cond (beg (delete-region beg (point)) | |
3390 (if (eq font 'previous) (setq font previous-font)))) | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3391 ;; Deal with things like \fB.cvsrc\fR at the start of a line. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3392 ;; After removing the font control codes, this would |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3393 ;; otherwise match woman-request-regexp. The "\\&" which is |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3394 ;; inserted to prevent this is removed by woman2-process-escapes. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3395 (and fescape |
76482
31e546ba143c
(woman-change-fonts): Tweak previous change by using
Chong Yidong <cyd@stupidchicken.com>
parents:
76427
diff
changeset
|
3396 (looking-at woman-request-regexp) |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3397 (insert "\\&")) |
28832 | 3398 (woman-set-face previous-pos (point) current-font) |
3399 (if beg | |
3400 ;; Explicit font control | |
3401 (setq previous-pos (point) | |
3402 previous-font current-font) | |
3403 ;; Macro that resets font | |
3404 ;; (forward-line) ; DOES NOT WORK! but unnecessary? | |
3405 ;; Must process font changes in any paragraph tag! | |
3406 (setq previous-pos (point) | |
3407 previous-font 'default)) | |
3408 (setq current-font font) | |
3409 ))) | |
3410 ;; Set font after last request up to eob: | |
3411 (woman-set-face previous-pos (point) current-font) | |
3412 )) | |
3413 | |
3414 (defun woman-set-face (from to face) | |
3415 "Set the face of the text from FROM to TO to face FACE. | |
3416 Ignore the default face and underline only word characters." | |
3417 (or (eq face 'default) ; ignore | |
3418 (not woman-fontify) | |
3419 (if (face-underline-p face) | |
3420 (save-excursion | |
3421 (let ((face-no-ul (intern (concat (symbol-name face) "-no-ul")))) | |
3422 (goto-char from) | |
3423 (while (< (point) to) | |
3424 (skip-syntax-forward "w" to) | |
3425 (put-text-property from (point) 'face face) | |
3426 (setq from (point)) | |
3427 (skip-syntax-forward "^w" to) | |
3428 (put-text-property from (point) 'face face-no-ul) | |
3429 (setq from (point)) | |
3430 ))) | |
3431 (put-text-property from to 'face face)) | |
3432 )) | |
3433 | |
3434 | |
3435 ;;; Output translation: | |
3436 | |
3437 (defvar translations nil) ; Also bound locally by woman2-roff-buffer | |
3438 ;; A list of the form (\"[ace]\" (a . b) (c . d) (e . ?\ )) or nil. | |
3439 | |
3440 (defun woman-get-next-char () | |
3441 "Return and delete next char in buffer, including special chars." | |
3442 (if ;;(looking-at "\\\\(\\(..\\)") | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3443 ;; Match special \(xx and strings \*[xxx], \*(xx, \*x: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3444 (looking-at "\\\\\\((..\\|\\*\\(\\[[^]]+\\]\\|(..\\|.\\)\\)") |
28832 | 3445 (prog1 (match-string 0) |
3446 (woman-delete-match 0)) | |
3447 (prog1 (char-to-string (following-char)) | |
3448 (delete-char 1)))) | |
3449 | |
3450 (defun woman2-tr (to) | |
3451 ".tr abcde -- Translate a -> b, c -> d, ..., e -> space. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3452 Format paragraphs upto TO. Supports special chars. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3453 \(Breaks, but should not.)" |
28832 | 3454 ;; This should be an update, but consing onto the front of the alist |
3455 ;; has the same effect and match duplicates should not matter. | |
3456 ;; Initialize translation data structures: | |
3457 (let ((matches (car translations)) | |
3458 (alist (cdr translations)) | |
3459 a b) | |
3460 ;; `matches' must be a string: | |
3461 (setq matches | |
3462 (concat (if matches (substring matches 1 -1)) "]")) | |
3463 ;; Process .tr arguments: | |
3464 (while (not (eolp)) ; (looking-at "[ \t]*$") ??? | |
3465 (setq a (woman-get-next-char)) | |
3466 (if (eolp) | |
3467 (setq b " ") | |
3468 (setq b (woman-get-next-char))) | |
3469 (setq matches | |
3470 (if (= (length a) 1) | |
3471 (concat a matches) | |
3472 (concat matches "\\|\\" a)) | |
3473 alist (cons (cons a b) alist))) | |
3474 (delete-char 1) ; no blank line | |
3475 ;; Rebuild translations list: | |
3476 (setq matches | |
3477 (if (= (string-to-char matches) ?\]) | |
3478 (substring matches 3) | |
3479 (concat "[" matches)) | |
3480 translations (cons matches alist)) | |
3481 ;; Format any following text: | |
3482 (woman2-format-paragraphs to) | |
3483 )) | |
3484 | |
3485 (defsubst woman-translate (to) | |
3486 "Translate up to marker TO. Do this last of all transformations." | |
3487 (if translations | |
3488 (let ((matches (car translations)) | |
3489 (alist (cdr translations))) | |
3490 (while (re-search-forward matches to t) | |
3491 ;; Done like this to retain text properties and | |
3492 ;; support translation of special characters: | |
3493 (insert-before-markers-and-inherit | |
3494 (cdr (assoc | |
3495 (buffer-substring-no-properties | |
3496 (match-beginning 0) (match-end 0)) | |
3497 alist))) | |
3498 (woman-delete-match 0)) | |
3499 ))) | |
3500 | |
3501 | |
3502 ;;; Registers: | |
3503 | |
3504 (defvar woman-registers ; these are all read-only | |
3505 '((".H" 24) (".V" 48) ; resolution in basic units | |
3506 (".g" 0) ; not groff | |
3507 ;; (Iff emulating groff need to implement groff italic correction | |
3508 ;; \/, e.g. for pic.1) | |
3509 (".i" left-margin) ; current indent | |
3510 (".j" woman-adjust) ; current adjustment | |
3511 (".l" fill-column) ; current line length | |
3512 (".s" 12) ; current point size | |
3513 (".u" (if woman-nofill 0 1)) ; 1/0 in fill/nofill mode | |
3514 (".v" 48) ; current vertical line spacing | |
3515 ) | |
3516 "Register alist: the key is the register name as a string. | |
3517 Each element has the form (KEY VALUE . INC) -- inc may be nil. | |
3518 Also bound locally in `woman2-roff-buffer'.") | |
3519 | |
3520 (defun woman-mark-horizonal-position () | |
3521 "\\kx -- Store current horizontal position in INPUT LINE in register x." | |
3522 (while (re-search-forward "\\\\k\\(.\\)" nil t) | |
3523 (goto-char (match-beginning 0)) | |
3524 (setq woman-registers | |
3525 (cons (list (match-string 1) (current-column)) | |
3526 woman-registers)) | |
3527 (woman-delete-match 0))) | |
3528 | |
3529 (defsubst woman2-process-escapes-to-eol (&optional numeric) | |
3530 "Process remaining escape sequences up to eol. | |
3531 Handle numeric arguments specially if optional argument NUMERIC is non-nil." | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
3532 (woman2-process-escapes (copy-marker (line-end-position) t) numeric)) |
28832 | 3533 |
3534 (defun woman2-nr (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3535 ".nr R +/-N M -- Assign +/-N (wrt to previous value, if any) to register R. |
28832 | 3536 The increment for auto-incrementing is set to M. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3537 Format paragraphs upto TO. (Breaks, but should not!)" |
28832 | 3538 (let* ((name (buffer-substring |
3539 (point) | |
3540 (progn (skip-syntax-forward "^ ") (point)))) | |
3541 (pm (progn ; increment | |
3542 (skip-chars-forward " \t") | |
3543 (when (memq (char-after) '(?+ ?-)) | |
3544 (forward-char) (char-before)))) | |
3545 (value (if (eolp) ; no value | |
3546 nil ; to be interpreted as zero | |
3547 (woman2-process-escapes-to-eol 'numeric) | |
3548 (woman-parse-numeric-arg))) | |
3549 (inc (progn ; auto-increment | |
3550 (skip-chars-forward " \t") | |
3551 (if (eolp) ; no value | |
3552 nil ; to be interpreted as zero ??? | |
3553 (woman-parse-numeric-arg)))) | |
3554 (oldvalue (assoc name woman-registers))) | |
3555 (when oldvalue | |
3556 (setq oldvalue (cdr oldvalue)) ; (value . inc) | |
3557 (unless inc (setq inc (cdr oldvalue)))) | |
3558 (cond ((null value) | |
3559 (setq value 0) ; correct? | |
3560 (WoMan-warn "nr %s -- null value assigned as zero!" name)) | |
3561 ((symbolp value) | |
3562 (setq value (list 'quote value)))) | |
3563 (if pm ; increment old value | |
3564 (setq oldvalue (if oldvalue (car oldvalue) 0) | |
3565 value (if (eq pm ?+) | |
3566 (+ oldvalue value) | |
3567 (- oldvalue value)))) | |
3568 (setq woman-registers | |
3569 (cons (cons name (cons value inc)) woman-registers)) | |
3570 (woman-delete-whole-line) | |
3571 (woman2-format-paragraphs to))) | |
3572 | |
3573 | |
3574 ;;; Numeric (and "non-text") request arguments: | |
3575 | |
3576 (defsubst woman-get-numeric-arg () | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3577 "Get the value of a numeric argument at or after point. |
28832 | 3578 The argument can include the width function and scale indicators. |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3579 Assumes 10 characters per inch. Does not move point." |
28832 | 3580 (woman2-process-escapes-to-eol 'numeric) |
3581 (save-excursion (woman-parse-numeric-arg))) | |
3582 | |
3583 (defun woman-parse-numeric-arg () | |
3584 "Get the value of a numeric expression at or after point. | |
3585 Unlike `woman-get-numeric-arg', leaves point after the argument. | |
3586 The expression may be an argument in quotes." | |
3587 (if (= (following-char) ?\") (forward-char)) | |
3588 ;; Allow leading +/-: | |
3589 (let ((value (if (looking-at "[+-]") 0 (woman-parse-numeric-value))) | |
3590 op) | |
3591 (while (cond | |
3592 ((looking-at "[+-/*%]") ; arithmetic operators | |
3593 (forward-char) | |
3594 (setq op (intern-soft (match-string 0))) | |
3595 (setq value (funcall op value (woman-parse-numeric-value)))) | |
3596 ((looking-at "[<=>]=?") ; relational operators | |
3597 (goto-char (match-end 0)) | |
87726
574f52dee169
(woman-parse-numeric-arg): Change handling of `==': can be interned
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
3598 (setq op (intern-soft |
574f52dee169
(woman-parse-numeric-arg): Change handling of `==': can be interned
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
3599 (if (string-equal (match-string 0) "==") |
574f52dee169
(woman-parse-numeric-arg): Change handling of `==': can be interned
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
3600 "=" |
574f52dee169
(woman-parse-numeric-arg): Change handling of `==': can be interned
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
3601 (match-string 0)))) |
28832 | 3602 (setq value (if (funcall op value (woman-parse-numeric-value)) |
3603 1 0))) | |
3604 ((memq (setq op (following-char)) '(?& ?:)) ; Boolean and / or | |
3605 (forward-char) | |
3606 (setq value | |
3607 ;; and / or are special forms, not functions, in ELisp | |
3608 (if (eq op ?&) | |
3609 ;; and | |
3610 (if (> value 0) | |
3611 (if (> (woman-parse-numeric-value) 0) 1 0) | |
3612 ;; skip second operand | |
3613 (prog1 0 (woman-parse-numeric-value))) | |
3614 ;; or | |
3615 (if (> value 0) | |
3616 ;; skip second operand | |
3617 (prog1 1 (woman-parse-numeric-value)) | |
3618 (if (> (woman-parse-numeric-value) 0) 1 0)) | |
3619 ))) | |
3620 )) | |
3621 ; (if (looking-at "[ \t\nRC\)\"]") ; R, C are tab types | |
3622 ; () | |
3623 ; (WoMan-warn "Unimplemented numerical operator `%c' in %s" | |
3624 ; (following-char) | |
3625 ; (buffer-substring | |
3626 ; (save-excursion (beginning-of-line) (point)) | |
3627 ; (save-excursion (end-of-line) (point)))) | |
3628 ; (skip-syntax-forward "^ ")) | |
3629 value | |
3630 )) | |
3631 | |
3632 (defun woman-parse-numeric-value () | |
3633 "Get a single numeric value at or after point. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3634 The value can be a number register or width function (which assumes 10 |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3635 characters per inch) and can include scale indicators. It may be an |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3636 expression in parentheses. Leaves point after the value." |
28832 | 3637 ;; Must replace every \' by some different single character first |
3638 ;; before calling this function by calling | |
3639 ;; (woman2-process-escapes-to-eol 'numeric) | |
3640 (if (eq (following-char) ?\() | |
3641 ;; Treat parenthesized expression as a single value. | |
3642 (let (n) | |
3643 (forward-char) | |
3644 (setq n (woman-parse-numeric-arg)) | |
3645 (skip-syntax-forward " ") | |
3646 (if (eq (following-char) ?\)) | |
3647 (forward-char) | |
3648 (WoMan-warn "Parenthesis confusion in numeric expression!")) | |
3649 n) | |
3650 (let ((n (cond ((looking-at "[-+]?[.0-9]+") ; single number | |
3651 ;; currently needed to set match-end, even though | |
3652 ;; string-to-number returns 0 if number not parsed. | |
3653 (string-to-number (match-string 0))) | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3654 ((looking-at "\\\\n\\([-+]\\)?\\(?:\ |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3655 \\[\\([^]]+\\)\\]\\|\(\\(..\\)\\|\\(.\\)\\)") |
28832 | 3656 ;; interpolate number register, maybe auto-incremented |
3657 (let* ((pm (match-string-no-properties 1)) | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3658 (name (or (match-string-no-properties 2) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3659 (match-string-no-properties 3) |
28832 | 3660 (match-string-no-properties 4))) |
3661 (value (assoc name woman-registers))) | |
3662 (if value | |
3663 (let (inc) | |
3664 (setq value (cdr value) ; (value . inc) | |
3665 inc (cdr value) | |
3666 ;; eval internal (.X) registers | |
3667 ;; stored as lisp variable names: | |
3668 value (eval (car value))) | |
3669 (if (and pm inc) ; auto-increment | |
3670 (setq value | |
3671 (funcall (intern-soft pm) value inc) | |
3672 woman-registers | |
3673 (cons (cons name (cons value inc)) | |
3674 woman-registers))) | |
3675 value) | |
3676 (WoMan-warn "Undefined register %s defaulted to 0." | |
3677 name) | |
3678 0) ; default to zero | |
3679 )) | |
3680 ((re-search-forward | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3681 ;; Delimiter can be special char escape \[xxx], |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3682 ;; \(xx or single normal char (usually '): |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3683 "\\=\\\\w\\(\\\\\\[[^]]+\\]\\|\\\\(..\\|.\\)" nil t) |
28832 | 3684 (let ((from (match-end 0)) |
3685 (delim (regexp-quote (match-string 1)))) | |
3686 (if (re-search-forward delim nil t) | |
3687 ;; Return width of string: | |
3688 (- (match-beginning 0) from) | |
3689 (WoMan-warn "Width escape delimiter error!")))) | |
3690 ))) | |
3691 (if (null n) | |
3692 ;; ERROR -- should handle this better! | |
3693 (progn | |
3694 (WoMan-warn "Numeric/register argument error: %s" | |
3695 (buffer-substring | |
3696 (point) | |
3697 (save-excursion (end-of-line) (point)))) | |
3698 (skip-syntax-forward "^ ") | |
3699 0) | |
3700 (goto-char (match-end 0)) | |
3701 ;; Check for scale factor: | |
3702 (if | |
3703 (cond | |
3704 ((looking-at "\\s ") nil) ; stay put! | |
3705 ((looking-at "[mnuv]")) ; ignore for now | |
3706 ((looking-at "i") (setq n (* n 10))) ; inch | |
3707 ((looking-at "c") (setq n (* n 3.9))) ; cm | |
3708 ((looking-at "P") (setq n (* n 1.7))) ; Pica | |
3709 ((looking-at "p") (setq n (* n 0.14))) ; point | |
3710 ;; NB: May be immediately followed by + or -, etc., | |
3711 ;; in which case do nothing and return nil. | |
3712 ) | |
3713 (goto-char (match-end 0))) | |
3714 (if (numberp n) (round n) n)) | |
3715 ))) | |
3716 | |
3717 | |
3718 ;;; VERTICAL FORMATTING -- Formatting macros that cause a break: | |
3719 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3720 ;; Vertical spacing philosophy: |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3721 ;; Delete all vertical space as it is encountered. Then insert |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3722 ;; vertical space only before text, as required. |
28832 | 3723 |
3724 (defun woman2-roff-buffer () | |
3725 "Process breaks. Format paragraphs and headings." | |
3726 (let ((case-fold-search t) | |
3727 (to (make-marker)) | |
3728 (canonically-space-region | |
3729 (symbol-function 'canonically-space-region)) | |
3730 (insert-and-inherit (symbol-function 'insert-and-inherit)) | |
3731 (set-text-properties (symbol-function 'set-text-properties)) | |
3732 (woman-registers woman-registers) | |
3733 fn request translations | |
3734 tab-stop-list) | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
3735 (set-marker-insertion-type to t) |
28832 | 3736 ;; ?roff does not squeeze multiple spaces, but does fill, so... |
3737 (fset 'canonically-space-region 'ignore) | |
3738 ;; Try to avoid spaces inheriting underlines from preceding text! | |
3739 (fset 'insert-and-inherit (symbol-function 'insert)) | |
3740 (fset 'set-text-properties 'ignore) | |
3741 (unwind-protect | |
3742 (while | |
3743 ;; Find next control line: | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3744 (re-search-forward woman-request-regexp nil t) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3745 (cond |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3746 ;; Construct woman function to call: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3747 ((setq fn (intern-soft |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3748 (concat "woman2-" |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3749 (setq request (match-string 1))))) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3750 ;; Delete request or macro name: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3751 (woman-delete-match 0)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3752 ;; Unrecognised request: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3753 ((prog1 nil |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3754 ;; (WoMan-warn ".%s request ignored!" request) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3755 (WoMan-warn-ignored request "ignored!") |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3756 ;; (setq fn 'woman2-LP) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3757 ;; AVOID LEAVING A BLANK LINE! |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3758 ;; (setq fn 'woman2-format-paragraphs) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3759 )) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3760 ;; .LP assumes it is at eol and leaves a (blank) line, |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3761 ;; so leave point at end of line before paragraph: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3762 ((or (looking-at "[ \t]*$") ; no argument |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3763 woman-ignore) ; ignore all |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3764 ;; (beginning-of-line) (kill-line) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3765 ;; AVOID LEAVING A BLANK LINE! |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3766 (beginning-of-line) (woman-delete-line 1)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3767 (t (end-of-line) (insert ?\n)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3768 ) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3769 (if (not (or fn |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3770 (and (not (memq (following-char) '(?. ?'))) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3771 (setq fn 'woman2-format-paragraphs)))) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3772 () |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3773 ;; Find next control line: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3774 (set-marker to (woman-find-next-control-line)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3775 ;; Call the appropriate function: |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
3776 (funcall fn to))) |
28832 | 3777 (if (not (eobp)) ; This should not happen, but ... |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
3778 (woman2-format-paragraphs (copy-marker (point-max) t) |
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
3779 woman-left-margin)) |
28832 | 3780 (fset 'canonically-space-region canonically-space-region) |
3781 (fset 'set-text-properties set-text-properties) | |
3782 (fset 'insert-and-inherit insert-and-inherit) | |
3783 (set-marker to nil)))) | |
3784 | |
3785 (defun woman-find-next-control-line () | |
3786 "Find and return start of next control line." | |
3787 ; (let ((to (save-excursion | |
3788 ; (re-search-forward "^\\." nil t)))) | |
3789 ; (if to (1- to) (point-max))) | |
3790 (let (to) | |
3791 (save-excursion | |
3792 ;; Must handle | |
3793 ;; ...\c | |
3794 ;; .br (and other requests?) | |
3795 ;; by deleting both the \c and the following request. | |
3796 ;; BEWARE THAT THIS CODE MAY BE UNRELIABLE!!!!! | |
3797 (while | |
3798 (and | |
3799 (setq to (re-search-forward "\\(\\\\c\\)?\n[.']" nil t)) | |
84986
4d9afe4d96b4
(woman-topic-all-completions, woman-mini-help): Fix
David Kastrup <dak@gnu.org>
parents:
84881
diff
changeset
|
3800 (match-beginning 1) |
28832 | 3801 (looking-at "br")) |
3802 (goto-char (match-beginning 0)) | |
3803 (woman-delete-line 2))) | |
3804 (if to (1- to) (point-max)))) | |
3805 | |
3806 (defun woman2-PD (to) | |
3807 ".PD d -- Set the interparagraph distance to d. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3808 Round to whole lines, default 1 line. Format paragraphs upto TO. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
3809 \(Breaks, but should not.)" |
28832 | 3810 ;; .ie \\n[.$] .nr PD (v;\\$1) |
3811 ;; .el .nr PD .4v>?\n[.V] | |
3812 (woman-set-interparagraph-distance) | |
3813 (woman2-format-paragraphs to)) | |
3814 | |
3815 (defun woman-set-interparagraph-distance () | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3816 "Set the interparagraph distance from a .PD request at point." |
28832 | 3817 (setq woman-interparagraph-distance |
3818 (if (eolp) 1 (woman-get-numeric-arg))) | |
3819 ;; Should allow .PD 0 to set zero line spacing | |
3820 (woman-delete-line 1)) ; ignore remaining args | |
3821 | |
3822 (defsubst woman-interparagraph-space () | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3823 "Set variable `woman-leave-blank-lines' from `woman-interparagraph-distance'." |
28832 | 3824 ; (if (> woman-interparagraph-distance 0) |
3825 ; (forward-line 1) ; leave 1 blank line | |
3826 ; (woman-delete-line 1)) ; do not leave blank line | |
3827 (setq woman-leave-blank-lines woman-interparagraph-distance) | |
3828 ) | |
3829 | |
3830 (defun woman2-TH (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3831 ".TH n c x v m -- Begin a man page. Format paragraphs upto TO. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3832 n is the name of the page in chapter c\; x is extra commentary\; |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3833 v alters page foot left; m alters page head center. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3834 \(Should set prevailing indent and tabs to 5.)" |
28832 | 3835 (woman-forward-arg 'unquote 'concat) |
3836 (insert ?\() | |
3837 (woman-forward-arg 'unquote 'concat) | |
3838 (insert ?\)) | |
3839 (let ((start (point)) here) | |
3840 (while (not (eolp)) | |
3841 (cond ((looking-at "\"\"[ \t]") | |
3842 (delete-char 2) | |
3843 ;; (delete-horizontal-space) | |
3844 )) | |
3845 (delete-horizontal-space) | |
3846 (setq here (point)) | |
3847 (insert " -- ") | |
3848 (woman-forward-arg 'unquote 'concat) | |
3849 ;; Delete repeated arguments: | |
93988
564007cfcf46
(woman2-TH): Undo last change. Use string-equal instead of
Chong Yidong <cyd@stupidchicken.com>
parents:
93986
diff
changeset
|
3850 (if (string-equal (buffer-substring here (point)) |
28832 | 3851 (buffer-substring start here)) |
93986
e20062ee80fe
(woman2-TH): Quote search string argument to string-match.
Chong Yidong <cyd@stupidchicken.com>
parents:
91682
diff
changeset
|
3852 (delete-region here (point))))) |
28832 | 3853 ;; Embolden heading (point is at end of heading): |
3854 (woman-set-face | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3855 (save-excursion (beginning-of-line) (point)) (point) 'woman-bold) |
28832 | 3856 (forward-line) |
3857 (delete-blank-lines) | |
3858 (setq woman-left-margin woman-default-indent) | |
3859 (setq woman-prevailing-indent woman-default-indent) | |
3860 (woman2-format-paragraphs to woman-left-margin)) | |
3861 | |
3862 (defun woman2-SH (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3863 ".SH -- Sub-head. Leave blank line and subhead. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3864 Format paragraphs upto TO. Set prevailing indent to 5." |
28832 | 3865 (if (eolp) ; If no args then |
3866 (delete-char 1) ; apply to next line | |
3867 (woman-unquote-args) ; else unquote to end of heading | |
3868 (beginning-of-line)) | |
3869 (woman2-process-escapes-to-eol) | |
3870 (woman-leave-blank-lines woman-interparagraph-distance) | |
3871 (setq woman-leave-blank-lines nil) | |
3872 ;; Optionally embolden heading (point is at beginning of heading): | |
3873 (if woman-bold-headings | |
3874 (woman-set-face | |
63199
6d9a2cf91f62
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-370
Miles Bader <miles@gnu.org>
parents:
61394
diff
changeset
|
3875 (point) (save-excursion (end-of-line) (point)) 'woman-bold)) |
28832 | 3876 (forward-line) |
3877 (setq woman-left-margin woman-default-indent | |
3878 woman-nofill nil) ; fill output lines | |
3879 (setq woman-prevailing-indent woman-default-indent) | |
3880 (woman2-format-paragraphs to woman-left-margin)) | |
3881 | |
3882 (defun woman2-SS (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3883 ".SS -- Sub-sub-head. Like .SH but indent heading 3 spaces. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3884 Format paragraphs upto TO." |
28832 | 3885 (if (eolp) ; If no args then |
3886 (delete-char 1)) ; apply to next line. | |
3887 (insert " ") | |
3888 (beginning-of-line) | |
3889 (woman2-SH to)) | |
3890 | |
3891 (defun woman2-LP (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3892 ".LP,.PP -- Begin paragraph. Set prevailing indent to 5. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3893 Leave 1 blank line. Format paragraphs upto TO." |
28832 | 3894 (woman-delete-line 1) ; ignore any arguments |
3895 (woman-interparagraph-space) | |
3896 (setq woman-prevailing-indent woman-default-indent) | |
3897 (woman2-format-paragraphs to woman-left-margin)) | |
3898 | |
3899 (defalias 'woman2-PP 'woman2-LP) | |
3900 (defalias 'woman2-P 'woman2-LP) | |
3901 | |
3902 (defun woman2-ns (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3903 ".ns -- Turn on no-space mode. Format paragraphs upto TO." |
28832 | 3904 ;; Should not cause a break! |
3905 (woman-delete-line 1) ; ignore argument(s) | |
3906 (setq woman-nospace t) | |
3907 (woman2-format-paragraphs to)) | |
3908 | |
3909 (defun woman2-rs (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3910 ".rs -- Turn off no-space mode. Format paragraphs upto TO." |
28832 | 3911 ;; Should not cause a break! |
3912 (woman-delete-line 1) ; ignore argument(s) | |
3913 (setq woman-nospace nil) | |
3914 (woman2-format-paragraphs to)) | |
3915 | |
3916 (defun woman2-sp (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
3917 ".sp N -- If N > 0 then leave 1 blank line. Format paragraphs upto TO." |
28832 | 3918 (let ((N (if (eolp) 1 (woman-get-numeric-arg)))) |
3919 (if (>= N 0) | |
3920 (woman-delete-line 1) ; ignore argument(s) | |
3921 (setq woman-negative-vertical-space t) | |
3922 (insert ".sp ") | |
3923 (forward-line)) | |
3924 (setq woman-leave-blank-lines N) | |
3925 (woman2-format-paragraphs to))) | |
3926 | |
3927 (defun woman-negative-vertical-space (from) | |
3928 ".sp N with N < 0 => overlap following with preceding lines at FROM." | |
3929 ;; Run by woman-decode-region if necessary -- not usually required. | |
3930 (WoMan-warn "Negative vertical spacing support is experimental!") | |
3931 (goto-char from) | |
3932 (while | |
3933 ;; Find next control line: | |
3934 (re-search-forward "^\\.sp " nil t) | |
3935 (let ((N (woman-get-numeric-arg)) | |
3936 overlap overwritten) | |
3937 (woman-delete-whole-line) | |
3938 (setq from (point) | |
3939 overlap (buffer-substring from | |
3940 (progn (forward-line (- N)) (point)))) | |
3941 (delete-region from (point)) | |
3942 (forward-line N) | |
3943 (let ((imax (length overlap)) | |
3944 (i 0) c) | |
3945 (while (< i imax) | |
3946 (setq c (aref overlap i)) | |
3947 (cond ((eq c ?\n) ; skip | |
3948 (forward-line)) | |
3949 ((eolp) ; extend line | |
3950 ;; Insert character INCLUDING TEXT PROPERTIES: | |
3951 ;; (insert (substring overlap i (1+ i))) | |
3952 (let ((eol (string-match "\n" overlap i))) | |
3953 (insert (substring overlap i eol)) | |
3954 (setq i (or eol imax))) | |
3955 ) | |
3956 ((eq c ?\ ) ; skip | |
3957 (forward-char)) | |
3958 ((eq c ?\t) ; skip | |
3959 (if (eq (following-char) ?\t) | |
3960 (forward-char) ; both tabs, just skip | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
3961 (dotimes (i woman-tab-width) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
3962 (if (eolp) |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
3963 (insert ?\ ) ; extend line |
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
3964 (forward-char)) ; skip |
28832 | 3965 ))) |
3966 (t | |
3967 (if (or (eq (following-char) ?\ ) ; overwrite OK | |
3968 overwritten) ; warning only once per ".sp -" | |
3969 () | |
3970 (setq overwritten t) | |
3971 (WoMan-warn | |
3972 "Character(s) overwritten by negative vertical spacing in line %d" | |
3973 (count-lines 1 (point)))) | |
3974 (delete-char 1) (insert (substring overlap i (1+ i))))) | |
3975 (setq i (1+ i)) | |
3976 )) | |
3977 ))) | |
3978 | |
3979 | |
3980 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
3981 ;; The following function should probably do ALL width and number | |
3982 ;; register interpolation. | |
3983 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
3984 | |
3985 (defun woman2-process-escapes (to &optional numeric) | |
3986 "Process remaining escape sequences up to marker TO, preserving point. | |
3987 Optional argument NUMERIC, if non-nil, means the argument is numeric." | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
3988 (assert (and (markerp to) (marker-insertion-type to))) |
28832 | 3989 ;; The first two cases below could be merged (maybe)! |
3990 (let ((from (point))) | |
3991 ;; Discard zero width filler character used to hide leading dots | |
3992 ;; and zero width characters \|, \^: | |
3993 (while (re-search-forward "\\\\[&|^]" to t) | |
3994 (woman-delete-match 0)) | |
3995 (goto-char from) | |
3996 ;; Interrupt text processing -- CONTINUE current text with the | |
3997 ;; next text line (after any control lines, unless processing to | |
3998 ;; eol): | |
3999 (while (re-search-forward "\\\\c.*\n?" to t) | |
4000 (woman-delete-match 0)) | |
4001 ;; but do not delete the final newline ... | |
4002 (if (and (or (eobp) (= (point) to)) (not (bolp))) | |
4003 (insert-before-markers ?\n)) | |
4004 (goto-char from) | |
4005 (woman-translate to) | |
4006 (goto-char from) | |
4007 (woman-special-characters to) | |
4008 (goto-char from) | |
4009 ;; Printable version of the current escape character, ASSUMED to be `\' | |
4010 ;; This must be done LAST of all escape processing! | |
4011 ;; Done like this to preserve any text properties of the `\' | |
4012 (while (search-forward "\\" to t) | |
4013 (let ((c (following-char))) | |
4014 (cond ((eq c ?') ; \' -> ' | |
4015 (delete-char -1) | |
4016 (cond (numeric ; except in numeric args, \' -> ` | |
4017 (delete-char 1) | |
4018 (insert ?`)))) | |
4019 ((eq c ?\( )) ; uninterpreted special character | |
4020 ; \(.. -- do nothing | |
4021 ((eq c ?t) ; non-interpreted tab \t | |
4022 (delete-char 1) | |
4023 (delete-char -1) | |
4024 (insert "\t")) | |
4025 ((and numeric | |
4026 (memq c '(?w ?n ?h)))) ; leave \w, \n, \h (?????) | |
4027 ((eq c ?l) (woman-horizontal-line)) | |
4028 (t | |
4029 ;; \? -> ? where ? is any remaining character | |
4030 (WoMan-warn "Escape ignored: \\%c -> %c" c c) | |
4031 (delete-char -1)) | |
4032 ))) | |
4033 (goto-char from) | |
4034 ;; Process non-default tab settings: | |
4035 (cond (tab-stop-list | |
4036 (while (search-forward "\t" to t) | |
4037 (woman-tab-to-tab-stop)) | |
4038 (goto-char from))) | |
4039 | |
4040 ;; Must replace \' by something before processing \w, done above. | |
4041 | |
4042 ;; Replace all `\w' and `\n' escapes: | |
4043 ;; (This may be a bit too recursive!) | |
4044 (while (re-search-forward "\\\\[nw]" to t) | |
4045 (let ((from (match-beginning 0)) N) | |
4046 (goto-char from) | |
4047 (setq N (woman-parse-numeric-value)) | |
4048 (delete-region from (point)) | |
4049 ;; Interpolate value: | |
4050 (insert-before-markers (number-to-string N)))) | |
4051 (goto-char from))) | |
4052 | |
4053 (defun woman-horizontal-line () | |
4054 "\\l'Nc' -- Draw a horizontal line of length N using character c, default _." | |
4055 (delete-char -1) | |
4056 (delete-char 1) | |
4057 (looking-at "\\(.\\)\\(.*\\)\\1") | |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
4058 (forward-char 1) |
73060
5d2e9706764f
(woman0-so): Use `let*', not `let'.
Juanma Barranquero <lekktu@gmail.com>
parents:
73059
diff
changeset
|
4059 (let* ((to (match-end 2)) |
73059
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
4060 (from (match-beginning 0)) |
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
4061 (N (woman-parse-numeric-arg)) |
1837e6621075
Make sure all the end-of-region markers we use have
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
72620
diff
changeset
|
4062 (c (if (< (point) to) (following-char) ?_))) |
28832 | 4063 (delete-region from to) |
4064 (delete-char 1) | |
4065 (insert (make-string N c)) | |
4066 )) | |
4067 | |
4068 ;;; 4. Text Filling, Adjusting, and Centering | |
4069 | |
4070 (defun woman2-br (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4071 ".br -- Break. Leave no blank line. Format paragraphs upto TO." |
28832 | 4072 (woman-delete-line 1) ; ignore any arguments |
4073 (woman2-format-paragraphs to)) | |
4074 | |
4075 (defun woman2-fi (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4076 ".fi -- Fill subsequent output lines. Leave no blank line. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4077 Format paragraphs upto TO." |
28832 | 4078 (setq woman-nofill nil) |
4079 (woman-delete-line 1) ; ignore any arguments | |
4080 ;; Preserve any final blank line in the nofill region: | |
4081 (save-excursion | |
4082 (forward-line -1) | |
4083 (if (looking-at "[ \t]*$") (setq woman-leave-blank-lines 1))) | |
4084 (woman2-format-paragraphs to)) | |
4085 | |
4086 (defun woman2-nf (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4087 ".nf -- Nofill. Subsequent lines are neither filled nor adjusted. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4088 Input text lines are copied directly to output lines without regard |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4089 for the current line length. Format paragraphs upto TO." |
28832 | 4090 (setq woman-nofill t) |
4091 (woman-delete-line 1) ; ignore any arguments | |
4092 (woman2-format-paragraphs to)) | |
4093 | |
4094 (defun woman2-ad (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4095 ".ad c -- Line adjustment is begun (once fill mode is on). |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4096 Set justification mode to c if specified. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4097 Format paragraphs upto TO. (Breaks, but should not.)" |
28832 | 4098 ;; c = l -- left, r -- right, c -- center, b or n -- both, |
4099 ;; absent -- unchanged. Initial mode adj,both. | |
4100 (setq woman-adjust | |
4101 (cond ((eolp) woman-adjust-previous) | |
4102 ((eq (following-char) ?l) woman-adjust-left) | |
4103 ((eq (following-char) ?r) woman-adjust-right) | |
4104 ((eq (following-char) ?c) woman-adjust-center) | |
4105 ((memq (following-char) '(?b ?n)) woman-adjust-both) | |
4106 (t (woman-get-numeric-arg)) | |
4107 ) | |
4108 woman-justify (nth woman-adjust woman-justify-list)) | |
4109 (woman-delete-line 1) ; ignore any remaining arguments | |
4110 (woman2-format-paragraphs to)) | |
4111 | |
4112 (defun woman2-na (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4113 ".na -- No adjusting. Format paragraphs upto TO. |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4114 \(Breaks, but should not.)" |
28832 | 4115 (setq woman-adjust-previous woman-adjust |
4116 woman-justify-previous woman-justify | |
4117 woman-adjust woman-adjust-left ; fill but do not adjust | |
4118 woman-justify (nth woman-adjust woman-justify-list)) | |
4119 (woman-delete-line 1) ; ignore any arguments | |
4120 (woman2-format-paragraphs to)) | |
4121 | |
4122 ;;; The main formatting functions: | |
4123 | |
4124 (defun woman-leave-blank-lines (&optional leave) | |
4125 "Delete all blank lines around point. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4126 Leave one blank line if optional argument LEAVE is non-nil and |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4127 non-zero, or if LEAVE is nil and variable `woman-leave-blank-lines' is |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4128 non-nil and non-zero." |
28832 | 4129 ;; ***** It may suffice to delete only lines ABOVE point! ***** |
4130 ;; NOTE: Function arguments are evaluated left to right | |
4131 ;; (*note (elisp)Function Forms::.). | |
4132 (delete-region | |
4133 (save-excursion | |
4134 (if (not (eq (skip-syntax-backward " ") 0)) | |
4135 (forward-line)) ; forward-char ? | |
4136 (point)) | |
4137 (progn (skip-syntax-forward " ") | |
4138 (beginning-of-line) | |
4139 (point))) | |
4140 (if woman-nospace | |
4141 () | |
4142 (if (or (null leave) (eq leave 0)) | |
4143 ;; output any `pending' vertical space ... | |
4144 (setq leave woman-leave-blank-lines)) | |
4145 (if (and leave (> leave 0)) (insert-before-markers ?\n)) | |
4146 ) | |
4147 (setq woman-leave-blank-lines nil) | |
4148 ) | |
4149 | |
4150 ;; `fill-region-as-paragraph' in `fill.el' appears to be the principal | |
4151 ;; text filling function, so that is what I use here. | |
4152 | |
4153 (defvar woman-temp-indent nil) | |
4154 | |
4155 (defun woman2-format-paragraphs (to &optional new-left) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4156 "Indent, fill and adjust paragraphs upto TO to current left margin. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4157 If optional arg NEW-LEFT is non-nil then reset current left margin. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4158 If `woman-nofill' is non-nil then indent without filling or adjusting." |
28832 | 4159 ;; Blank space should only ever be output before text. |
4160 (if new-left (setq left-margin new-left)) | |
4161 (if (looking-at "^\\s *$") | |
4162 ;; A blank line should leave a space like .sp 1 (p. 14). | |
4163 (setq woman-leave-blank-lines 1)) | |
4164 (skip-syntax-forward " ") | |
4165 ;; Successive control lines are sufficiently common to be worth a | |
4166 ;; special case (maybe): | |
4167 (if (>= (point) to) ; >= as a precaution! | |
4168 () | |
4169 ;; (woman-leave-blank-lines) | |
4170 (woman-reset-nospace) | |
4171 ;; (woman2-process-escapes to) ; 7 October 1999 | |
4172 (woman2-process-escapes to 'numeric) | |
4173 (if woman-nofill | |
4174 ;; Indent without filling or adjusting ... | |
4175 (progn | |
4176 (woman-leave-blank-lines) | |
4177 (cond (woman-temp-indent | |
4178 (indent-to woman-temp-indent) | |
4179 (forward-line))) | |
4180 (indent-rigidly (point) to left-margin) | |
4181 (woman-horizontal-escapes to)) ; 7 October 1999 | |
4182 ;; Fill and justify ... | |
4183 ;; Blank lines and initial spaces cause a break. | |
4184 ; (cond ((and (= (point) to) (not (looking-at ".nf"))) ; Yuk!!! | |
4185 ; ;; No text after a request that caused a break, so delete | |
4186 ; ;; any spurious blank line left: | |
4187 ; (forward-line -1) | |
4188 ; (if (looking-at "^\\s *$") (kill-line) (forward-line)))) | |
4189 (while (< (point) to) | |
4190 (woman-leave-blank-lines) | |
4191 (let ((from (point))) | |
4192 ;; Indent first lin of paragraph: | |
4193 (indent-to (or woman-temp-indent left-margin)) | |
4194 (woman-horizontal-escapes to) ; 7 October 1999 | |
4195 ;; Find the beginning of the next paragraph: | |
4196 (forward-line) | |
4197 ; (if (re-search-forward "\\(^\\s *$\\)\\|\\(^\\s +\\)" to 1) | |
4198 ; ;; A blank line should leave a space like .sp 1 (p. 14). | |
4199 ; (if (eolp) | |
4200 ; (progn | |
4201 ; (skip-syntax-forward " ") | |
4202 ; (setq woman-leave-blank-lines 1)) | |
4203 ; (setq woman-leave-blank-lines nil))) | |
4204 (and (re-search-forward "\\(^\\s *$\\)\\|\\(^\\s +\\)" to 1) | |
4205 ;; A blank line should leave a space like .sp 1 (p. 14). | |
4206 (eolp) | |
4207 (skip-syntax-forward " ") | |
4208 (setq woman-leave-blank-lines 1)) | |
73374
959e3f79c94d
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong <cyd@stupidchicken.com>
parents:
73060
diff
changeset
|
4209 ;; This shouldn't happen, but in case it does (e.g. for |
959e3f79c94d
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong <cyd@stupidchicken.com>
parents:
73060
diff
changeset
|
4210 ;; badly-formatted manfiles with no terminating newline), |
959e3f79c94d
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong <cyd@stupidchicken.com>
parents:
73060
diff
changeset
|
4211 ;; avoid an infinite loop. |
959e3f79c94d
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong <cyd@stupidchicken.com>
parents:
73060
diff
changeset
|
4212 (unless (and (eolp) (eobp)) |
959e3f79c94d
* woman.el (woman2-format-paragraphs): Avoid infinite loop in case
Chong Yidong <cyd@stupidchicken.com>
parents:
73060
diff
changeset
|
4213 (beginning-of-line)) |
28832 | 4214 ;; If a single short line then just leave it. |
4215 ;; This is necessary to preserve some table layouts. | |
4216 ;; PROBABLY NOT NECESSARY WITH SQUEEZE MODIFICATION !!!!! | |
4217 (if (or (> (count-lines from (point)) 1) | |
4218 (save-excursion | |
4219 (backward-char) | |
4220 (> (current-column) fill-column))) | |
4221 ;; ?roff does not squeeze multiple spaces | |
4222 ;; (fill-region-as-paragraph from (point) woman-justify t) | |
4223 ;; NOSQUEEZE has no effect if JUSTIFY is full, so | |
4224 ;; redefine canonically-space-region, see above. | |
4225 (progn | |
4226 ;; Needs a re-write of the paragraph formatter to | |
4227 ;; avoid this nonsense to handle temporary indents! | |
4228 (if (and woman-temp-indent (< woman-temp-indent left-margin)) | |
4229 (let ((left-margin woman-temp-indent)) | |
4230 (fill-region-as-paragraph from (point) woman-justify) | |
4231 (save-excursion | |
4232 (goto-char from) | |
4233 (forward-line) | |
4234 (setq from (point))))) | |
4235 (fill-region-as-paragraph from (point) woman-justify)) | |
4236 ) | |
4237 ;; A blank line should leave a space like .sp 1 (p. 14). | |
4238 ;; Delete all but 1 trailing blank lines: | |
4239 ;;(woman-leave-blank-lines 1) | |
4240 )) | |
4241 ) | |
4242 (setq woman-temp-indent nil) | |
4243 ;; Non-white-space text has been processed, so ... | |
4244 ;;(setq woman-leave-blank-lines nil) | |
4245 )) | |
4246 | |
4247 | |
4248 ;;; Tagged, indented and hanging paragraphs: | |
4249 | |
4250 (defun woman2-TP (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4251 ".TP i -- Set prevailing indent to i. Format paragraphs upto TO. |
28832 | 4252 Begin indented paragraph with hanging tag given by next text line. |
4253 If tag doesn't fit, place it on a separate line." | |
4254 (let ((i (woman2-get-prevailing-indent))) | |
4255 (woman-leave-blank-lines woman-interparagraph-distance) | |
4256 (woman2-tagged-paragraph to i))) | |
4257 | |
4258 (defun woman2-IP (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4259 ".IP x i -- Same as .TP with tag x. Format paragraphs upto TO." |
28832 | 4260 (woman-interparagraph-space) |
4261 (if (eolp) ; no args | |
4262 ;; Like LP without resetting prevailing indent | |
4263 (woman2-format-paragraphs to (+ woman-left-margin | |
4264 woman-prevailing-indent)) | |
4265 (woman-forward-arg 'unquote) | |
4266 (let ((i (woman2-get-prevailing-indent 'leave-eol))) | |
4267 (beginning-of-line) | |
4268 (woman-leave-blank-lines) ; must be here, | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4269 ;; |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4270 ;; The cvs.1 manpage contains some (possibly buggy) syntax that |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4271 ;; confuses woman, although the man program displays it ok. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4272 ;; Most problems are caused by IP followed by another request on |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4273 ;; the next line. Without the following hack, the second request |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4274 ;; gets displayed raw in the output. Note that |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4275 ;; woman2-tagged-paragraph also contains a hack for similar |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4276 ;; issues (eg IP followed by SP). |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4277 ;; |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4278 ;; i) For IP followed by one or more IPs, we ignore all but the |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4279 ;; last (mimic man). The hack in w-t-p would only work for two |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4280 ;; consecutive IPs, and would use the first. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4281 ;; ii) For IP followed by SP followed by one or more requests, |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4282 ;; do nothing. At least in cvs.1, there is usually another IP in |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4283 ;; there somewhere. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4284 (unless (or (looking-at "^\\.IP") |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4285 (and (looking-at "^\\.sp") |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4286 (save-excursion |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4287 (and (zerop (forward-line 1)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4288 (looking-at woman-request-regexp))))) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4289 (woman2-tagged-paragraph to i))))) |
28832 | 4290 |
4291 (defun woman-find-next-control-line-carefully () | |
4292 "Find and return start of next control line, even if already there!" | |
4293 (if (looking-at "^[.']") | |
4294 (point) | |
4295 (woman-find-next-control-line))) | |
4296 | |
4297 (defun woman2-tagged-paragraph (to i) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4298 "Begin indented paragraph with hanging tag given by current text line. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4299 If tag doesn't fit, leave it on separate line. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4300 Format paragraphs upto TO. Set prevailing indent to I." |
28832 | 4301 (if (not (looking-at "\\s *$")) ; non-empty tag |
4302 (setq woman-leave-blank-lines nil)) | |
4303 | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4304 ;; Temporary hack for bash.1, cvs.1 and groff_mmse.7 until code is revised |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4305 ;; to process all requests uniformly. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4306 ;; This hack deals with IP requests followed by other requests (eg |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4307 ;; SP) on the very next line. We skip over the SP, otherwise it gets |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4308 ;; inserted raw in the rendered output. |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4309 (cond ((and (= (point) to) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4310 (looking-at "^[.'][ \t]*\\(PD\\|br\\|ta\\|sp\\) *")) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4311 (if (member (match-string 1) '("br" "sp")) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4312 (woman-delete-line 1) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4313 (woman-delete-match 0) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4314 (if (string= (match-string 1) "ta") ; for GetInt.3 |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4315 (woman2-ta to) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4316 (woman-set-interparagraph-distance))) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4317 (set-marker to (woman-find-next-control-line-carefully)) |
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4318 )) |
28832 | 4319 |
4320 (let ((tag (point))) | |
4321 (woman-reset-nospace) | |
4322 ;; Format the tag: | |
4323 (woman2-process-escapes-to-eol) | |
4324 ;; TIDY UP THE FOLLOWING CODE | |
4325 ;; (indent-to woman-left-margin) | |
4326 (setq left-margin woman-left-margin) | |
4327 (forward-line) | |
4328 (fill-region-as-paragraph (save-excursion (forward-line -1) (point)) | |
4329 (point) woman-justify) | |
4330 | |
4331 ;; Temporary hack for bash.1 until all requests processed uniformly: | |
4332 (cond ((and (= (point) to) (looking-at "^[.'][ \t]*PD *")) | |
4333 (woman-delete-match 0) | |
4334 (woman-set-interparagraph-distance) | |
4335 (set-marker to (woman-find-next-control-line-carefully)) | |
4336 )) | |
4337 | |
4338 ;; Format the paragraph body, if there is one! Set indented left | |
4339 ;; margin anyway, because the paragraph body may begin with a | |
4340 ;; control line: | |
4341 (setq left-margin (+ woman-left-margin i)) | |
4342 (cond ((< (point) to) | |
4343 (woman2-format-paragraphs to) | |
4344 (goto-char tag) (end-of-line) | |
4345 (cond ((> (setq i (- left-margin (current-column))) 0) | |
4346 (delete-char 1) | |
4347 (delete-horizontal-space) | |
4348 ;; Necessary to avoid spaces inheriting underlines. | |
4349 ;; Cannot simply delete (current-column) whitespace | |
4350 ;; characters because some may be tabs! | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
4351 (insert-char ?\s i))) |
28832 | 4352 (goto-char to) ; necessary ??? |
4353 )) | |
4354 )) | |
4355 | |
4356 (defun woman2-HP (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4357 ".HP i -- Set prevailing indent to i. Format paragraphs upto TO. |
28832 | 4358 Begin paragraph with hanging indent." |
4359 (let ((i (woman2-get-prevailing-indent))) | |
4360 (woman-interparagraph-space) | |
4361 (setq woman-temp-indent woman-left-margin) | |
4362 (woman2-format-paragraphs to (+ woman-left-margin i)) | |
4363 )) | |
4364 | |
4365 (defun woman2-get-prevailing-indent (&optional leave-eol) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4366 "Set prevailing indent to integer argument at point, and return it. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4367 If no argument then return the existing prevailing indent. |
28832 | 4368 Delete line from point and eol unless LEAVE-EOL is non-nil." |
4369 (if (eolp) | |
4370 (or leave-eol (delete-char 1)) | |
4371 (let ((i (woman-get-numeric-arg))) | |
4372 (woman-delete-line) (or leave-eol (delete-char 1)) | |
4373 ;; i = 0 if the argument was not a number | |
76427
00517eb235fd
(woman-change-fonts): Add a hack to deal with
Glenn Morris <rgm@gnu.org>
parents:
75347
diff
changeset
|
4374 ;; FIXME should this be >= 0? How else to reset to 0 indent? |
28832 | 4375 (if (> i 0) (setq woman-prevailing-indent i)))) |
4376 woman-prevailing-indent) | |
4377 | |
4378 (defmacro woman-push (value stack) | |
4379 "Push VALUE onto STACK." | |
4380 `(setq ,stack (cons ,value ,stack))) | |
4381 | |
4382 (defmacro woman-pop (variable stack) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4383 "Pop into VARIABLE the value at the top of STACK. |
28832 | 4384 Allow for mismatched requests!" |
4385 `(if ,stack | |
4386 (setq ,variable (car ,stack) | |
4387 ,stack (cdr ,stack)))) | |
4388 | |
4389 (defun woman2-RS (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4390 ".RS i -- Start relative indent, move left margin in distance i. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4391 Set prevailing indent to 5 for nested indents. Format paragraphs upto TO." |
28832 | 4392 (woman-push woman-left-margin woman-RS-left-margin) |
4393 (woman-push woman-prevailing-indent woman-RS-prevailing-indent) | |
4394 (setq woman-left-margin (+ woman-left-margin | |
4395 (woman2-get-prevailing-indent)) | |
4396 woman-prevailing-indent woman-default-indent) | |
4397 (woman2-format-paragraphs to woman-left-margin)) | |
4398 | |
4399 (defun woman2-RE (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4400 ".RE -- End of relative indent. Format paragraphs upto TO. |
28832 | 4401 Set prevailing indent to amount of starting .RS." |
4402 (woman-pop woman-left-margin woman-RS-left-margin) | |
4403 (woman-pop woman-prevailing-indent woman-RS-prevailing-indent) | |
4404 (woman-delete-line 1) ; ignore any arguments | |
4405 (woman2-format-paragraphs to woman-left-margin)) | |
4406 | |
4407 | |
4408 ;;; Line Length and Indenting: | |
4409 | |
4410 (defun woman-set-arg (arg &optional previous) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4411 "Reset, increment or decrement argument ARG, which must be quoted. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4412 If no argument then use value of optional arg PREVIOUS if non-nil, |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4413 otherwise set PREVIOUS. Delete the whole remaining control line." |
28832 | 4414 (if (eolp) ; space already skipped |
4415 (set arg (if previous (eval previous) 0)) | |
4416 (if previous (set previous (eval arg))) | |
4417 (woman2-process-escapes-to-eol 'numeric) | |
4418 (let ((pm (if (looking-at "[+-]") | |
4419 (prog1 (following-char) | |
4420 (forward-char 1)))) | |
4421 (i (woman-parse-numeric-arg))) | |
4422 (cond ((null pm) (set arg i)) | |
4423 ((= pm ?+) (set arg (+ (eval arg) i))) | |
4424 ((= pm ?-) (set arg (- (eval arg) i))) | |
4425 )) | |
4426 (beginning-of-line)) | |
4427 (woman-delete-line 1)) ; ignore any remaining arguments | |
4428 | |
4429 ;; NEED TO RATIONALIZE NAMES FOR PREVIOUS VALUES! | |
4430 (defvar woman-ll-fill-column woman-fill-column) | |
4431 (defvar woman-in-left-margin woman-left-margin) | |
4432 | |
4433 (defun woman2-ll (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4434 ".ll +/-N -- Set, increment or decrement line length. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4435 Format paragraphs upto TO. (Breaks, but should not.)" |
28832 | 4436 (woman-set-arg 'fill-column 'woman-ll-fill-column) |
4437 (woman2-format-paragraphs to)) | |
4438 | |
4439 (defun woman2-in (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4440 ".in +/-N -- Set, increment or decrement the indent. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4441 Format paragraphs upto TO." |
28832 | 4442 (woman-set-arg 'left-margin 'woman-in-left-margin) |
4443 (woman2-format-paragraphs to)) | |
4444 | |
4445 (defun woman2-ti (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4446 ".ti +/-N -- Temporary indent. Format paragraphs upto TO." |
28832 | 4447 ;; Ignore if no argument. |
4448 ;; Indent next output line only wrt current indent. | |
4449 ;; Current indent is not changed. | |
4450 (setq woman-temp-indent left-margin) | |
4451 (woman-set-arg 'woman-temp-indent) | |
4452 (woman2-format-paragraphs to nil)) | |
4453 | |
4454 | |
4455 ;;; Tabs, Leaders, and Fields: | |
4456 | |
4457 (defun woman2-ta (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4458 ".ta Nt ... -- Set tabs, left type, unless t=R(right), C(centered). |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4459 \(Breaks, but should not.) The tab stops are separated by spaces\; |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4460 a value preceded by + represents an increment to the previous stop value. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4461 Format paragraphs upto TO." |
28832 | 4462 (setq tab-stop-list nil) |
4463 (woman2-process-escapes-to-eol 'numeric) | |
4464 (save-excursion | |
4465 (let ((tab-stop 0)) | |
4466 (while (not (eolp)) | |
4467 (let ((plus (cond ((eq (following-char) ?+) (forward-char 1) t))) | |
4468 (i (woman-parse-numeric-arg))) | |
4469 (setq tab-stop (if plus (+ tab-stop i) i))) | |
4470 (if (memq (following-char) '(?R ?C)) | |
4471 (setq tab-stop (cons tab-stop (following-char)))) | |
4472 (setq tab-stop-list (cons tab-stop tab-stop-list)) | |
4473 (skip-syntax-forward "^ ") ; skip following R, C, `;', etc. | |
4474 (skip-chars-forward " \t") | |
4475 ))) | |
4476 (woman-delete-line 1) ; ignore any remaining arguments | |
4477 (setq tab-stop-list (reverse tab-stop-list)) | |
4478 (woman2-format-paragraphs to)) | |
4479 | |
4480 (defsubst woman-get-tab-stop (tab-stop-list) | |
4481 "If TAB-STOP-LIST is a cons, return its car, else return TAB-STOP-LIST." | |
4482 (if (consp tab-stop-list) (car tab-stop-list) tab-stop-list)) | |
4483 | |
4484 (defun woman-tab-to-tab-stop () | |
4485 "Insert spaces to next defined tab-stop column. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4486 The variable `tab-stop-list' is a list whose elements are either left |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4487 tab stop columns or pairs (COLUMN . TYPE) where TYPE is R or C." |
28832 | 4488 ;; Based on tab-to-tab-stop in indent.el. |
4489 ;; R & C tabs probably not quite right! | |
4490 (delete-backward-char 1) | |
4491 (let ((tabs tab-stop-list)) | |
4492 (while (and tabs (>= (current-column) | |
4493 (woman-get-tab-stop (car tabs)))) | |
4494 (setq tabs (cdr tabs))) | |
4495 (if tabs | |
4496 (let* ((tab (car tabs)) | |
4497 (type (and (consp tab) (cdr tab))) | |
4498 eol n) | |
4499 (if type | |
4500 (setq tab (woman-get-tab-stop tab) | |
4501 eol (save-excursion (end-of-line) (point)) | |
4502 n (save-excursion | |
4503 (search-forward "\t" eol t)) | |
4504 n (- (if n (1- n) eol) (point)) | |
4505 tab (- tab (if (eq type ?C) (/ n 2) n))) ) | |
4506 (setq n (- tab (current-column))) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
4507 (insert-char ?\s n)) |
28832 | 4508 (insert ?\ )))) |
4509 | |
4510 (defun woman2-DT (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4511 ".DT -- Restore default tabs. Format paragraphs upto TO. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4512 \(Breaks, but should not.)" |
28832 | 4513 ;; Currently just terminates special tab processing. |
4514 (setq tab-stop-list nil) | |
4515 (woman-delete-line 1) ; ignore any arguments | |
4516 (woman2-format-paragraphs to)) | |
4517 | |
4518 (defun woman2-fc (to) | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4519 ".fc a b -- Set field delimiter a and pad character b. |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4520 Format paragraphs upto TO. |
28832 | 4521 A VERY FIRST ATTEMPT to make fields at least readable! |
4522 Needs doing properly!" | |
4523 (if (eolp) | |
4524 (woman-delete-whole-line) ; ignore! | |
4525 (let ((delim (following-char)) | |
4526 (pad ?\ ) end) ; pad defaults to space | |
4527 (forward-char) | |
4528 (skip-chars-forward " \t") | |
4529 (or (eolp) (setq pad (following-char))) | |
4530 (woman-delete-whole-line) | |
4531 (save-excursion | |
4532 (if (re-search-forward "^[.'][ \t]*fc\\s " nil t) | |
4533 (setq end (match-beginning 0)))) | |
4534 ;; A field is contained between a pair of field delimiter | |
4535 ;; characters and consists of sub-strings separated by padding | |
4536 ;; indicator characters: | |
4537 (setq delim (string delim ?[ ?^ delim ?] ?* delim)) | |
4538 (save-excursion | |
4539 (while (re-search-forward delim end t) | |
4540 (goto-char (match-beginning 0)) | |
4541 (delete-char 1) | |
4542 (insert woman-unpadded-space-char) | |
4543 (goto-char (match-end 0)) | |
4544 (delete-backward-char 1) | |
4545 (insert-before-markers woman-unpadded-space-char) | |
4546 (subst-char-in-region | |
4547 (match-beginning 0) (match-end 0) | |
4548 pad woman-unpadded-space-char t) | |
4549 )) | |
4550 )) | |
4551 (woman2-format-paragraphs to)) | |
4552 | |
4553 | |
47978
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4554 ;;; Preliminary table support (.TS/.TE) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4555 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4556 (defun woman2-TS (to) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4557 ".TS -- Start of table code for the tbl processor. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4558 Format paragraphs upto TO." |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4559 ;; This is a preliminary hack that seems to suffice for lilo.8. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4560 (woman-delete-line 1) ; ignore any arguments |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4561 (when woman-emulate-tbl |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4562 ;; Assumes column separator is \t and intercolumn spacing is 3. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4563 ;; The first line may optionally be a list of options terminated by |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4564 ;; a semicolon. Currently, just delete it: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4565 (if (looking-at ".*;[ \t]*$") (woman-delete-line 1)) ; |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4566 ;; The following lines must specify the format of each line of the |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4567 ;; table and end with a period. Currently, just delete them: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4568 (while (not (looking-at ".*\\.[ \t]*$")) (woman-delete-line 1)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4569 (woman-delete-line 1) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4570 ;; For each column, find its width and align it: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4571 (let ((start (point)) (col 1)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4572 (while (prog1 (search-forward "\t" to t) (goto-char start)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4573 ;; Find current column width: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4574 (while (< (point) to) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4575 (when (search-forward "\t" to t) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4576 (backward-char) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4577 (if (> (current-column) col) (setq col (current-column)))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4578 (forward-line)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4579 ;; Align current column: |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4580 (goto-char start) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4581 (setq col (+ col 3)) ; intercolumn space |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4582 (while (< (point) to) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4583 (when (search-forward "\t" to t) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4584 (delete-char -1) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4585 (insert-char ?\ (- col (current-column)))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4586 (forward-line)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4587 (goto-char start)))) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4588 ;; Format table with no filling or adjusting (cf. woman2-nf): |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4589 (setq woman-nofill t) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4590 (woman2-format-paragraphs to)) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4591 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4592 (defalias 'woman2-TE 'woman2-fi) |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4593 ;; ".TE -- End of table code for the tbl processor." |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4594 ;; Turn filling and adjusting back on. |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4595 |
10ae253bba03
Updated user interface generally, especially Cygwin
Juanma Barranquero <lekktu@gmail.com>
parents:
45271
diff
changeset
|
4596 |
28832 | 4597 ;;; WoMan message logging: |
4598 | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4599 ;; The basis for this logging code was shamelessly pirated from bytecomp.el |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4600 ;; by Jamie Zawinski <jwz@lucid.com> & Hallvard Furuseth <hbf@ulrik.uio.no> |
28832 | 4601 |
4602 (defvar WoMan-current-file nil) ; bound in woman-really-find-file | |
4603 (defvar WoMan-Log-header-point-max nil) | |
4604 | |
4605 (defun WoMan-log-begin () | |
4606 "Log the beginning of formatting in *WoMan-Log*." | |
4607 (let ((WoMan-current-buffer (buffer-name))) | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
4608 (with-current-buffer (get-buffer-create "*WoMan-Log*") |
28832 | 4609 (or (eq major-mode 'view-mode) (view-mode 1)) |
4610 (setq buffer-read-only nil) | |
4611 (goto-char (point-max)) | |
4612 (insert "\n\^L\nFormatting " | |
4613 (if (stringp WoMan-current-file) | |
4614 (concat "file " WoMan-current-file) | |
4615 (concat "buffer " WoMan-current-buffer)) | |
4616 " at " (current-time-string) "\n") | |
4617 (setq WoMan-Log-header-point-max (point-max)) | |
4618 ))) | |
4619 | |
4620 (defun WoMan-log (format &rest args) | |
4621 "Log a message out of FORMAT control string and optional ARGS." | |
4622 (WoMan-log-1 (apply 'format format args))) | |
4623 | |
4624 (defun WoMan-warn (format &rest args) | |
4625 "Log a warning message out of FORMAT control string and optional ARGS." | |
4626 (setq format (apply 'format format args)) | |
4627 (WoMan-log-1 (concat "** " format))) | |
4628 | |
4629 (defun WoMan-warn-ignored (request ignored) | |
4630 "Log a warning message about ignored directive REQUEST. | |
4631 IGNORED is a string appended to the log message." | |
4632 (let ((tail | |
4633 (buffer-substring (point) | |
4634 (save-excursion (end-of-line) (point))))) | |
4635 (if (and (> (length tail) 0) | |
4636 (/= (string-to-char tail) ?\ )) | |
4637 (setq tail (concat " " tail))) | |
4638 (WoMan-log-1 | |
4639 (concat "** " request tail " request " ignored)))) | |
4640 | |
4641 (defun WoMan-log-end (time) | |
4642 "Log the end of formatting in *WoMan-Log*. | |
4643 TIME specifies the time it took to format the man page, to be printed | |
4644 with the message." | |
4645 (WoMan-log-1 (format "Formatting time %d seconds." time) 'end)) | |
4646 | |
4647 (defun WoMan-log-1 (string &optional end) | |
4648 "Log a message STRING in *WoMan-Log*. | |
29074
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4649 If optional argument END is non-nil then make buffer read-only after |
3b4c3f9b9c66
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
Eli Zaretskii <eliz@gnu.org>
parents:
28832
diff
changeset
|
4650 logging the message." |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
4651 (with-current-buffer (get-buffer-create "*WoMan-Log*") |
35690
89f18a0fac53
(WoMan-log-1): Make the log buffer writable. From
Eli Zaretskii <eliz@gnu.org>
parents:
32759
diff
changeset
|
4652 (setq buffer-read-only nil) |
28832 | 4653 (goto-char (point-max)) |
4654 (or end (insert " ")) (insert string "\n") | |
4655 (if end | |
4656 (setq buffer-read-only t) | |
4657 (if woman-show-log | |
4658 (select-window ; to return to | |
4659 (prog1 (selected-window) ; WoMan window | |
4660 (select-window (display-buffer (current-buffer))) | |
4661 (cond (WoMan-Log-header-point-max | |
4662 (goto-char WoMan-Log-header-point-max) | |
4663 (forward-line -1) | |
4664 (recenter 0))) | |
4665 ))))) | |
4666 nil) ; for woman-file-readable-p etc. | |
4667 | |
4668 (provide 'woman) | |
4669 | |
84355
2276ead2dd45
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
78236
diff
changeset
|
4670 ;; arch-tag: eea35e90-552f-4712-a94b-d9ffd3db7651 |
28832 | 4671 ;;; woman.el ends here |