summaryrefslogtreecommitdiff
path: root/lisp/man.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | Tabify previous change.Glenn Morris2007-09-131-7/+7
| |
* | Jari Aalto <jari.aalto at cante.net>Glenn Morris2007-09-131-1/+7
|/ | | | | (Man-default-man-entry): At end of line, continue looking to the next line for possible end of hyphenated command.
* Remove spurious * in docstrings.Stefan Monnier2007-08-081-76/+60
| | | | | | | | | Merge defvars and toplevel setq-defaults. (Man-highlight-references0): Limit=nil rather than point-max. (Man-mode-map): Move initialization into the declaration. (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only. (Man-view-header-file): Use expand-file-name rather than concat. (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
* (Man-next-section): Make sure we do not move backward.Stefan Monnier2007-08-081-3/+7
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (Man-next-section): Don't consider the last line of the page as beingChong Yidong2007-06-041-1/+3
| | | | part of any section.
* (Man-support-local-filenames): Assure thatMartin Rudalics2007-03-241-1/+8
| | | | default-directory exists when doing call-process.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (Man-xref-button-action): New function. If the `Man-target-string'Chong Yidong2006-12-091-10/+15
| | | | | | button property is a function, assume it accepts a position argument. (Man-abstract-xref-man-page): Use it. (Man-default-man-entry): New optional arg POS.
* (Man-topic-history): New variable.Juri Linkov2006-09-021-1/+3
| | | | (man): Use it.
* * man.el (Man-mode-map): Restore the \r binding.Dan Nicolaescu2006-04-041-11/+16
| | | | | | | | | | | (Man-abstract-xref-man-page): If Man-target-string is a function, call it. (Man-highlight-references): Use Man-default-man-entry to get the target. Deal with xrefs too. (Man-highlight-references0): Don't call the target function. * woman.el (WoMan-xref-man-page): Strip the section number, woman cannot deal with it.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Man-heading-regexp): Add `/'.Juri Linkov2006-01-171-1/+1
|
* (Man-file-name-regexp): Adjust for a list of files.Nick Roberts2006-01-121-1/+1
|
* (Man-section-regexp): Add 0-9 to support "3X11" sections.Juri Linkov2005-12-041-1/+1
|
* (Man-highlight-references): Doc fix. Reformat code in a more Lisp-ish way.Eli Zaretskii2005-11-191-23/+18
|
* (Man-highlight-references): Set an emptyMasatake YAMATO2005-11-101-0/+4
| | | | | string to `Man-arguments' if it is nil. Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
* Improve man -k support.Masatake YAMATO2005-11-061-13/+38
| | | | | | | | | | | | (Man-reference-regexp): Accpet spaces between `Man-name-regexp' and `Man-section-regexp'. (Man-apropos-regexp): New variable. (Man-abstract-xref-man-page): Use value for `Man-target-string' if available. (Man-highlight-references, Man-highlight-references0): Handle the case when `Man-arguments' includes "-k". (Man-highlight-references0): Rename the argument `TARGET-POS' to `TARGET'. `TARGET' can be a number, function or nil.
* * woman.el (WoMan-xref-man-page): New button type derivedMasatake YAMATO2005-10-181-6/+17
| | | | | | | | | | from `Man-abstract-xref-man-page'. (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'. * man.el (Man-abstract-xref-man-page): New button type. (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'. (Man-highlight-references): Add new optiolnal argument `xref-man-type'.
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* (Man-init-defvars, Man-translate-references, Man-support-local-filenames,Juanma Barranquero2005-08-291-6/+6
| | | | Man-highlight-references): Fix typos in docstrings.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (Man-goto-page): Make second argument NOERROR optional.Juanma Barranquero2005-07-241-1/+1
|
* (Man-bgproc-sentinel): Check here for failure to findRichard M. Stallman2005-07-231-24/+29
| | | | | | | any man page in the output, and report the error here. (Man-arguments): Make it permanent local. (Man-goto-page): New arg NOERROR. Never kill the current buffer. (Man-mode): Pass t for NOERROR.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (Man-mode-map): Initialize it properly.Lute Kamstra2005-06-121-5/+7
| | | | (Man-mode): Set mode-class property to special.
* (Man-name-regexp): Add `:' to accept qualified names.Juri Linkov2005-05-291-1/+1
|
* (Man-mode): Use kill-all-local-variables and run-mode-hooks.Lute Kamstra2005-05-261-2/+3
|
* (man-mode-syntax-table): Set up `:' to have word-constituent syntax.Eli Zaretskii2005-04-271-0/+1
|
* (Man-follow-manual-reference): If current-word returns nil, use "".Eli Zaretskii2005-03-191-1/+3
|
* (Man-getpage-in-background): Disable undo in Man buffer.Richard M. Stallman2005-01-291-0/+1
|
* (Man-xref-man-page, Man-xref-header-file)Kim F. Storm2005-01-061-1/+4
| | | | (Man-xref-normal-file): Add follow-link property.
* (Man-fontify-manpage): Turn off undo generation.Richard M. Stallman2005-01-041-40/+42
|
* (Man-reverse-face): Change default to `highlight'.Richard M. Stallman2004-12-031-1/+1
|
* (Man-fontify-manpage): Improve handling of ANSI escapes.Stefan Monnier2004-11-301-9/+42
|
* *** empty log message ***Kim F. Storm2004-10-311-1/+1
|
* (Man-cleanup-manpage): Instead of interactive-p,Richard M. Stallman2004-10-261-4/+7
| | | | use an arg set non-nil by the interactive spec.
* (Man-getpage-in-background): Add windows-nt to the listEli Zaretskii2004-06-261-1/+3
| | | | | of systems where shell-file-name should be used instead of literal "sh".
* (Man-getpage-in-background): Revert previous change butNick Roberts2004-06-191-1/+2
| | | | make cygwin a special case.
* (Man-getpage-in-background): Use shell-file-nameEli Zaretskii2004-05-111-2/+4
| | | | | and shell-command-switch variables instead of hard-coded values.
* (Man-width): New var.Juri Linkov2004-03-231-10/+62
| | | | | | | | (Man-getpage-in-background): Use it. (Man-support-local-filenames): New var and fun. (Man-build-man-command): Don't add a second %s. (Man-fontify-manpage): Clean up message. (Man-mode): Set outline-regexp, outline-level, imenu-generic-expression.
* (Man-fontify-manpage): Render section headings inEli Zaretskii2004-02-161-0/+5
| | | | | `Man-overstrike-face' even when overstrike was not used by man formatter for section headings.
* (Man-fontify-manpage): Clean up message.Richard M. Stallman2004-01-241-1/+1
|
* * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-2/+2
| | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string.
* (Man-default-man-entry): Remove the leading `*' from the word at point.Eli Zaretskii2003-09-281-0/+3
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (Man-default-man-entry): Don't whizz past the section numberJohn Paul Wallington2003-08-251-1/+0
| | | | before looking for it.
* (Man-default-man-entry): Strip text properties whenJohn Paul Wallington2003-08-241-6/+3
| | | | snarfing parts of entry because `format' preserves properties.
* (Man-translate-cleanup): New.Juanma Barranquero2003-07-131-3/+17
| | | | | (Man-translate-references): Call `Man-translate-cleanup' to clean leading, trailing and middle spaces.
* (Man-name-regexp): Match + as part of name.Richard M. Stallman2003-07-071-1/+1
|