aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/man.el
Commit message (Collapse)AuthorAgeFilesLines
* (Man-getpage-in-background): Put GROFF_NO_SGR in env.Richard M. Stallman2002-12-211-1/+3
|
* (Man-default-man-entry): Don't look for all word chars,Richard M. Stallman2002-10-261-1/+4
| | | | look only for characters that are normally part of a shell command.
* (Man-getpage-in-background): Set width in environment.Dave Love2002-10-151-1/+18
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (Man-build-section-alist): Remove last Man-match-substring.Stefan Monnier2001-11-301-1/+1
|
* (man-follow-mouse): New function.Stefan Monnier2001-11-301-22/+24
| | | | | | | (Man-mode-map): Bind mouse-2 to it. (Man-match-substring): Remove. Replace with `match-string'. (man): Use the `default-value' argument to `read-string'. (Man-fontify-manpage): Add mouse-face to cross references.
* (Man-mode-line-format): Variable removed.Miles Bader2001-08-271-17/+4
| | | | | (Man-mode): Change `mode-line-buffer-identification' instead of `mode-line-format'.
* (man): Mention Man-switches in the doc string.Eli Zaretskii2001-08-011-2/+7
| | | | (Man-switches): Mention -a in the doc string.
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-0/+1186
|
* properly mark Attic files as deletedKen Raeburn2001-07-061-1186/+0
|
* (Man-hyphenated-reference-regexp): New variable.Eli Zaretskii2001-03-061-17/+45
| | | | | | | | | | | | (Man-build-references-alist): Use it to search for referenced manpages. If hyphenated is non-nil, record a concatenated word in Man-refpages-alist only if it matches Man-reference-regexp. Update word's length when it is concatenated. Reverse the list, to get the first manpage at the head. (Man-possibly-hyphenated-word): New function. (Man-follow-manual-reference): Use it instead of current-word to find a manpage at point, in a way that accounts for hyphenated references.
* (Man-default-man-entry, Man-mode): Doc fix.Gerd Moellmann2001-01-261-3/+1
|
* 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
|