summaryrefslogtreecommitdiff
path: root/lisp/man.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in a comment.Eli Zaretskii2000-10-151-1/+1
|
* (Man-getpage-in-background): Fix previous change.Kenichi Handa2000-10-111-2/+4
| | | | Decode the process output only when we are in multibyte mode.
* (Man-init-defvars): Don't reset Man-fontify-manpage-flag,Eli Zaretskii2000-08-211-5/+0
| | | | | even if the display doesn't support colors: some displays will support bold/underline faces.
* (Man-getpage-in-background): Decode the process output by the systemKenichi Handa2000-08-211-0/+3
| | | | locale coding system.
* (Man-notify-when-ready): Don't use window-system. IfEli Zaretskii2000-06-281-8/+7
| | | | | | Man-notify-method is newframe, and the display is not multi-frame, select the frame created for the man page. (Man-init-defvars): Doc fix.
* (man): Doc fix.Eli Zaretskii2000-06-211-1/+4
|
* (Man-build-man-command): Don't quote lambda.Stefan Monnier2000-06-121-4/+4
|
* (Man-fontify-manpage): Fix previous change.Kenichi Handa2000-06-091-0/+11
|
* (Man-fontify-manpage): Pay attention to overstrikeKenichi Handa2000-06-091-1/+1
| | | | pattern for CJK characters (X^H^HX).
* Doc fixes.Dave Love2000-03-121-30/+34
| | | | (Man-init-defvars): Use display-color-p to set fontification.
* (Man-softhyphen-to-minus): Revert previous change. Avoid unibyte toDave Love1999-08-071-7/+9
| | | | | multibyte conversion of search-forward (from Handa), but avoid the replacement if the language is Latin-N.
* (Man-softhyphen-to-minus): Revert last change.Dave Love1999-08-071-6/+6
|
* (Man-softhyphen-to-minus): Fix for multibyte case, doDave Love1999-08-041-6/+6
| | | | nothing in Latin-N environment.
* (Man-build-man-command): Use value of null-device,Andrew Innes1999-07-011-1/+1
| | | | instead of hard-coding "/dev/null".
* (Man-page-header-regexp): Alternate value for Solaris 2.6.Karl Heuer1998-11-051-2/+6
|
* (Man-init-defvars): Avoid trailing nil onAndreas Schwab1998-09-181-4/+6
| | | | Man-filter-list.
* (Man-kill, Man-quit): Use quit-window.Richard M. Stallman1998-06-051-16/+2
|
* (Man-getpage-in-background): Bind coding-system-for-writeRichard M. Stallman1998-05-241-1/+3
| | | | to raw-text-unix instead of binding inhibit-eol-conversion to t.
* (Man-notify-when-ready) <newframe>:Richard M. Stallman1998-04-161-2/+3
| | | | Mark frame's window as dedicated.
* (Man-getpage-in-background): Bind inhibit-eol-conversionKarl Heuer1998-04-081-0/+1
| | | | to t before calling start-process or call-process.
* (Man-mode-line-format): Update to include the new formatAndreas Schwab1997-12-171-6/+11
| | | | elements.
* (Man-init-defvars, Man-build-man-command):Karl Heuer1997-11-171-11/+15
| | | | Bind default-directory to "/" to avoid possible error in call-process.
* (Man-getpage-in-background): Bind inhibit-eol-conversionKenichi Handa1997-10-231-6/+11
| | | | | | | | | to t before calling start-process or call-process. (Man-softhyphen-to-minus): New function. If enable-multibyte-characters is non-nil, convert the code 0255 only when it is not a part of a multibyte characters. (Man-fontify-manpage): Call Man-softhyphen-to-minus. (Man-cleanup-manpage): Likewise.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-19/+48
|
* (man-mode-syntax-table): New variable.Karl Heuer1997-03-021-21/+21
| | | | | | (Man-mode): Use it. (man-follow): New command and keystroke. (Man-default-man-entry): Ignore trailing dots and underscores.
* (man-follow): New function.Karl Heuer1997-03-011-0/+9
| | | | (Man-mode-map): Bind it.
* (Man-init-defvars): Fix case in a char set range.Richard M. Stallman1997-02-041-1/+1
|
* (Man-build-man-command): When async processes aren'tEli Zaretskii1997-02-031-20/+51
| | | | | | supported, don't redirect stderr via the shell. (Man-getpage-in-background, Man-bgproc-sentinel): Support for systems where async processes don't work.
* (Man-bgproc-sentinel): Move the buffer creationRichard M. Stallman1996-11-031-10/+10
| | | | outside of the binding of case-fold-search.
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* (man): Don't call Man-init-defvars here.Richard M. Stallman1996-02-261-76/+69
| | | | | | | | Do it at top level instead. (Man-init-defvars): Now a defun, not a defsubst. Don't set Man-uses-untabify-flag. (Man-uses-untabify-flag): Add doc string. Make default value t. (Man-filter-list): Add doc string.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (Man-filter-list): Recognize "Rev" footers.Karl Heuer1996-01-081-0/+1
|
* Comment fixes.Karl Heuer1996-01-051-2/+2
|
* (Man-mode-map): Delete `toggle-truncate-lines' binding.Richard M. Stallman1996-01-021-1/+0
|
* (Man-fontify-manpage, Man-cleanup-manpage):Richard M. Stallman1995-11-241-0/+6
| | | | Convert \255 to a dash.
* * man.el (Man-translate-references): Anchor the regexps.Francesco Potortì1995-08-091-3/+3
|
* (Man-underline-face): Doc fix.Richard M. Stallman1995-06-301-1/+1
|
* Comment fix.Karl Heuer1995-05-301-2/+0
|
* (Man-default-man-entry): Return result.Karl Heuer1995-05-301-3/+3
|
* * man.el (Man-init-defvars): Don't remove lines containingFrancesco Potortì1995-05-291-3/+2
| | | | | "No such file or directory". eof
* * man.el (Man-default-man-entry): Remove text properties from result.Francesco Potortì1995-02-031-9/+11
|
* (Man-bgproc-sentinel): No need for save-match-data.Richard M. Stallman1994-11-221-40/+39
|
* * man.el (Man-berkeley-sed-script, Man-sysv-sed-script,Francesco Potortì1994-11-091-5/+7
| | | | | Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form (used by aix) in addition to the "o\b+" one (used by sun).
* (Man-follow-manual-reference): First arg deleted. CallKarl Heuer1994-11-081-9/+6
| | | | | Man-getpage-in-background with one argument only. [this entry was already in the ChangeLog, but not in the source.]
* * man.el (Man-reuse-okay-flag): Deleted.Francesco Potortì1994-11-071-43/+22
| | | | | | | (man, Man-getpage-in-background): Second arg deleted. References to Man-reuse-okay-flag deleted. (Man-follow-manual-reference): First arg deleted. Call Man-getpage-in-background with one argument only.
* * man.el (Man-fontify-manpage-flag): defvar put at outer level.Francesco Potortì1994-10-271-53/+56
| | | | | | | | | | | | | (manual-program, Man-untabify-command, Man-untabify-command-args, Man-sed-command, Man-awk-command, Man-mode-line-format, Man-mode-map, Man-mode-hook, Man-cooked-hook, Man-name-regexp, Man-section-regexp, Man-page-header-regexp, Man-heading-regexp, Man-see-also-regexp, Man-first-heading-regexp, Man-reference-regexp, Man-switches, Man-specified-section-option): Make them normal defvars, no more user options. (Man-overstrike-face, Man-undeline-face): New user options. (Man-init-defvars): Man-fontify-manpage-flag removed from here. (man-fontify-manpage): Use the new user options above.
* * man.el (Man-init-defvars): Do not delete empty lines.Francesco Potortì1994-10-241-3/+3
|
* *** empty log message ***Francesco Potortì1994-10-241-3/+3
|
* * man.el (Man-init-defvars): Corrections to Man-filter-list.Francesco Potortì1994-10-201-26/+23
| | | | | | (Man-fontify-manpage): Added cleaning of ksh manpage daggers. (Man-fontify-manpage): Added cleaning of ksh manpage daggers. (Man-bgproc-sentinel): Unconditionally call Man-cleanup-manpage.