aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/man.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (Man-build-man-command): Use manual-program, not hardcoded name.Karl Heuer1994-05-111-2/+2
| | | | (Man-getpage-in-background): Likewise.
* (Man-heading-regexp): Fix pattern.Karl Heuer1994-05-111-2/+2
| | | | (Man-build-section-alist): Use match data, not bol/eol.
* (Man-heading-regexp): Fix pattern.Karl Heuer1994-05-111-1/+1
|
* (Man-reuse-okay-p): Doc fix.Karl Heuer1994-05-111-88/+94
| | | | | | | | | | | (Man-filter-list, Man-heading-regexp): Fix patterns. (Man-first-heading-regexp, Man-find-section): Likewise. (Man-getpage-in-background): Don't print ellipsis. (Man-bgproc-sentinel): Preserve match data. (Man-build-references-alist): Preserve restriction. (Man-bgproc-sentinel, Man-build-section-alist): Bind case-fold-search. (Man-next-section, Man-previous-section, Man-find-section): Likewise. (Man-goto-page): Fix interactive declaration.
* (Man-notify-when-ready): Change new-frame to make-frame.Karl Heuer1994-05-061-1/+1
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (Man-notify-when-ready): Don't call select-frame if no window system.Richard M. Stallman1994-05-021-3/+6
|
* (Man-notify-when-ready): In newframe case, use save-excursion.Richard M. Stallman1994-05-021-2/+7
|
* (Man-mode-line-format):Richard M. Stallman1994-04-241-1/+1
| | | | | Put mode-line-process immediately after mode-name when setting mode-line-format.
* (manual-program): New (actually reintroduced) variable.Karl Heuer1994-04-051-1/+4
| | | | (Man-getpage-in-background): Don't hardcode the program name.
* (Man-filter-list): New footer format to delete.Karl Heuer1994-03-311-0/+1
|
* (manual-entry): Document what the arg does.Karl Heuer1994-03-161-1/+3
|
* (Man-original-frame): New variable.Karl Heuer1994-03-151-0/+10
| | | | | (Man-getpage-in-background): Save the frame that man was invoked in. (Man-notify-when-ready): Restore it, if appropriate.
* (Man-cooked-hook): Doc fix.Karl Heuer1994-03-151-1/+1
|
* Doc fix.Karl Heuer1994-03-151-2/+1
|
* (Man-filter-list): Extend footer pattern for hpux.Karl Heuer1994-03-151-1/+6
| | | | | (Man-cooked-hook): New variable. (Man-bgproc-sentinel): Run Man-cooked-hook after cleaning backspaces.
* (Man-build-man-command): Redirect desc 2 to /dev/null.Richard M. Stallman1994-03-141-1/+2
| | | | (Man-getpage-in-background): Require env before printing message.
* (Man-filter-list): Don't insist on `...done' after `wait'.Richard M. Stallman1994-03-101-1/+2
| | | | Match `Reformatting entry. Wait'.
* (Man-default-man-args): Use Man-specified-section-option.Richard M. Stallman1994-01-121-2/+5
| | | | (Man-default-man-entry): Likewise.
* (Man-specified-section-option): Test system-configuration.Richard M. Stallman1993-12-231-28/+43
| | | | | | | | | | | | | | | | (Man-mode-hook): Renamed from Man-mode-hooks. (Man-follow-manual-reference): Strip trailing - from default. (Man-getpage-in-background): Use lower case for arg vars. (Man-follow-manual-reference): Check for existence of references before using the minibuffer. Delete period from error message. Delete spurious concat call. Pass arg, not (consp arg), to Man-getpage-in-background. (Man-follow-manual-reference): Try to use current word as a default for the reference to follow. Use interactive to read the reference name.
* (Man-specified-section-option): New variable.Richard M. Stallman1993-11-221-1/+9
| | | | (Man-translate-references): Use that variable.
* (Man-section-regexp): Allow section names l, n, L, N.Richard M. Stallman1993-11-111-1/+1
|
* (Man-filter-list): Include anything starting withRichard M. Stallman1993-11-101-3/+4
| | | | | | alphabetics, and containing "Last change:". (manual-entry): Don't call `Man-downcase' since Man-translate-references has already done the right thing.
* (Man-frame-parameters): New variable.Richard M. Stallman1993-11-061-0/+7
| | | | (Man-notify-when-ready): Handle `newframe' as Man-notify value.
* (man): Define as alias.Richard M. Stallman1993-08-031-0/+4
|
* (Man-section-translations-alist): Add entries for xlib.Richard M. Stallman1993-07-311-0/+2
|
* (Man-build-references-alist): When setting word,Richard M. Stallman1993-07-311-6/+6
| | | | | | | use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space.
* * man.el (Man-find-section): HP/UX man pages have section namesJim Blandy1993-07-291-1/+1
| | | | indented by a single space; recognize them.
* (Man-filter-list): Insert \n newlines in awk script.Richard M. Stallman1993-07-291-6/+6
|
* (Man-set-fonts): Don't look for another char afterRichard M. Stallman1993-07-211-3/+3
| | | | | the backspace; instead look for a sequence CHAR BS CHAR BS CHAR BS... Delete all the CHAR BS pairs found, after making the text property.
* (Man-getpage-in-background): Copy process-environmentRichard M. Stallman1993-07-201-1/+1
| | | | so we only alter the copy.
* (Man-mode-line-format): Add a space after global-mode-string.Richard M. Stallman1993-07-061-1/+1
|
* * man.el (Man-build-man-command): Don't leave a pipe symbol at theJim Blandy1993-07-061-44/+25
| | | | | | | | | | | | | end of the command list if Man-filter-list is nil. (Man-default-man-args): Don't write out assq and mapconcat. (Man-default-man-entry): Don't default to section 2 for C-mode. Call Man-default-man-args, and let people use Man-auto-section-alist if this is what they want. (manual-entry): Call Man-translate-references, instead of writing it out. (Man-getpage-in-background): Don't apply Man-default-man-args here; manual-entry has already run it, and Man-follow-manual-reference provides the sections itself.
* (Man-auto-section-alist): Default value nil.Richard M. Stallman1993-06-281-51/+51
| | | | | | | | | | (Man-getpage-in-background): Call Man-default-man-args. (Man-filter-list): Don't discard overstrike here. (Man-set-fonts): New function. (Man-bgproc-sentinel): Call Man-set-fonts. (Man-version-number): Var deleted. (Man-version): Command and binding deleted. (Man-mode): Use Manual, not Man, as official mode name.
* * man.el (Man-switches): New variable.Jim Blandy1993-06-191-2/+7
| | | | | (Man-build-man-command): Use it to build the man command. (Man-mode): Mention it in documentation.
* (Man-getpage-in-background): Move close paren.Richard M. Stallman1993-06-131-3/+3
|
* (Man-getpage-in-background): Use TERM=dumb to preventRichard M. Stallman1993-06-131-3/+6
| | | | terminal control sequences in the output.
* (Man-filter-list): Add an element for X man pages.Richard M. Stallman1993-06-111-1/+6
| | | | (Man-goto-page): Continue past errors in Man-build-references-alist.
* * man.el (manual-entry): Recognize the subject(section) syntax.Jim Blandy1993-06-111-0/+7
|
* (Man-mode): Run Man-mode-hook.Richard M. Stallman1993-06-101-1/+2
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|
* (Man-notify-when-ready): Correct previous change.Richard M. Stallman1993-05-301-7/+7
|
* entered into RCSRichard M. Stallman1993-05-291-148/+731
|
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* (nuke-nroff-bs): Delete just 9 lines above header.Richard M. Stallman1992-10-021-1/+2
|
* (nuke-nroff-bs): Was nuking one line too many after header.Richard M. Stallman1992-10-021-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|