summaryrefslogtreecommitdiff
path: root/lisp/man.el
Commit message (Collapse)AuthorAgeFilesLines
* * man.el (Man-reference-regexp): Allow matching possibleLars Magne Ingebrigtsen2011-07-031-3/+5
| | | | word-wrapped references (bug#6289).
* * lisp/man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.Glenn Morris2011-04-071-2/+1
|
* Add some dired-x support for local filenames with Red Hat's man.Glenn Morris2011-03-021-30/+26
| | | | | | | * lisp/man.el (Man-support-local-filenames): Also handle Red Hat's man. * lisp/dired-x.el (Man-support-local-filenames): Autoload it. (dired-guess-shell-alist-default): Also handle Red Hat's man.
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* * man.el (Man-highlight-references0): Use make-button (Bug#7881).Chong Yidong2011-01-211-1/+3
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/tutorials/TUTORIAL.es: Fix typos. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring. * lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring. * lisp/international/mule.el (define-coding-system): * lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info): * composite.el (compose-region): Fix typo in docstring. * lisp/org/org-agenda.el (org-prefix-category-length) (org-prefix-category-max-length): Fix typos in docstrings. * src/font.c (Ffont_variation_glyphs): * ccl.c (Fccl_execute_on_string): Fix typo in docstring.
* | Fix typos.Juanma Barranquero2010-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/finder.el (finder-unknown-keywords): * lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count): * lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings. * lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in error message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/org/org-agenda.el (org-agenda-hide-tags-regexp): * lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
* | Preparation for setting bookmarks in Gnus article buffers (Bug#5975).Karl Fogel2010-07-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/bookmark.el (bookmark-make-record-default): Allow unneeded information to be omitted from the record. Adjust declarations and calls: * lisp/info.el (bookmark-make-record-default): Adjust declaration. (Info-bookmark-make-record): Adjust call. * lisp/woman.el (bookmark-make-record-default): Adjust declaration. (woman-bookmark-make-record): Adjust call. * lisp/man.el (bookmark-make-record-default): Adjust declaration. (Man-bookmark-make-record): Adjust call. * lisp/image-mode.el (bookmark-make-record-default): Adjust declaration. * lisp/doc-view.el (bookmark-make-record-default): Adjust declaration. * lisp/gnus/gnus-sum.el (bookmark-make-record-default): Adjust declaration.
* | Merge from emacs-23Stefan Monnier2010-05-311-0/+3
|\ \ | |/
| * * lisp/man.el (Man-completion-table): Let the user type "-k ".Stefan Monnier2010-05-311-0/+3
| | | | | | | | Fixes: debbugs:6319
* | Add a new field `location' to bookmarks for non-file bookmarks.Stefan Monnier2010-04-141-2/+3
| | | | | | | | | | | | | | | | * bookmark.el (bookmark-location): Use the new field, if present. (bookmark-insert-location): Undo last change, not needed any more. * man.el (Man-bookmark-make-record): * woman.el (woman-bookmark-make-record): * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
* | Clean up last bookmark changes for man/woman/gnus-summary.Stefan Monnier2010-04-121-41/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnus-sum.el: Add bookmark declarations to silence the compiler. (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies): Use with-current-buffer to silence the byte-compiler. (gnus-summary-bookmark-make-record): Use derived-mode-p and don't bother to require `gnus'. (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify. * woman.el: Add bookmark declarations to silence the compiler. (bookmark-prop-get): Use `man-args' rather than `filename' as a first step to compatibility between man and woman bookmarks. Adjust for Man-default-bookmark-title renaming. (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload. * man.el: Add bookmark declarations to silence the compiler. (Man-name-local-regexp): Make it match NAME as well. (Man-getpage-in-background): Return the buffer. (Man-notify-when-ready): Use `case'. (man-set-default-bookmark-title): Rename to Man-default-bookmark-title. Don't hardcode "NAME". Simplify. (Man-bookmark-make-record): Use Man-arguments rather than buffer-name. Rename from Man-bookmark-make-record. (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that we have the actual man-args. Use Man-getpage-in-background rather than `man' since the arg is already processed. Let bookmark.el do the window handling. Only wait for the relevant process. Don't forget to autoload. * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
* | Summary: Add bookmark support for man, woman and gnus-summary.Thierry Volpiatto2010-04-121-0/+46
|/ | | | | | | | | | | | * woman.el (woman-bookmark-make-record, woman-bookmark-jump): New functions. (woman-mode): Setup bookmark support. * man.el (man-set-default-bookmark-title, man-bookmark-make-record) (man-bookmark-jump): New functions. (Man-mode): Setup bookmark support. * gnus-sum.el (gnus-summary-bookmark-make-record) (gnus-summary-bookmark-jump): New functions. (gnus-summary-mode): Setup bookmark support.
* (Man-files-regexp): Tighten up the regexp (bug#5686).Stefan Monnier2010-03-051-1/+2
|
* Minor tweaks to custom groups.Chong Yidong2010-02-161-1/+1
| | | | | | | | | | | | | | | | | | * cus-edit.el (hardware): Doc fix. * man.el (man): Add to external custom group. * delim-col.el (columns): Move to wp custom group. * doc-view.el (doc-view): Add to data custom group. * cedet/data-debug.el (data-debug): Move to extensions group. * cedet/ede.el (ede): * cedet/srecode.el (srecode): * cedet/semantic.el (semantic): Put in tools and extensions group. * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
* * man.el (Man-fontify-manpage, Man-cleanup-manpage):Juri Linkov2010-02-141-0/+10
| | | | Remove remaining ^H with their preceding chars. (Bug#5566)
* (Man-completion-table): Don't signal an error if we can't runStefan Monnier2010-02-111-2/+7
| | | | manual-program (bug#4056).
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * man.el (Man-goto-section): Signal error if section not found (Bug#5317).Chong Yidong2010-01-091-1/+3
|
* (Man-bgproc-sentinel): When "-k foo" produces no output show errorKevin Ryde2009-12-261-0/+12
| | | | | | "no matches" rather than "Can't find manpage", as the latter reads like -k was interpreted as a page name, which is not so. (My bug#5431.)
* Tweak a comment: it's man-db on gnu/linux which agrees with posix thatKevin Ryde2009-12-261-3/+3
| | | | | | man -k arg is an egrep regexp. (No need to changelog something this small is there?)
* * man.el (man): Revise docstring a bit to show -a and -l asKevin Ryde2009-12-261-10/+33
| | | | | examples. Add -k description since support for it has otherwise been a secret. (Further to bug#3717.)
* (Man-completion-table): Make it easier to enter "<sec> <name>".Stefan Monnier2009-11-281-0/+5
|
* (Man-completion-table): Trim a terminating "(".Stefan Monnier2009-11-271-29/+45
| | | | | | | | Remove the space between name page a section. Add the command's description on the `help-echo' property. Remove `process-connection-type' binding since it's unused by call-process. Provide completion for the "<section> <name>" format as well. (Man-default-man-entry): Remove spurious var shadowing the argument.
* (man): completion-ignore-case t for friendliness and since manKevin Ryde2009-11-251-0/+7
| | | | itself is case-insensitive on the command line.
* * man.el (Man-completion-table): default-directory "/" in caseKevin Ryde2009-11-251-1/+5
| | | | | | | doesn't otherwise exist. process-environment COLUMNS=999 so as not to truncate long names. process-connection-type pipe to avoid any chance of hitting the pseudo-tty TIOCGWINSZ. (Further to Bug#3717.)
* (Man-completion-table): Modify regexp to include section namesJuri Linkov2009-11-251-1/+1
| | | | to completion strings. (Bug#3717)
* (Man-completion-cache): New var.Stefan Monnier2009-11-251-2/+12
| | | | (Man-completion-table): Use it.
* (Man-completion-table): New function.Stefan Monnier2009-11-241-2/+23
| | | | (man): Use it.
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-031-3/+3
|
* (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk.Eli Zaretskii2009-03-071-30/+45
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* (Man-getpage-in-background): Force recent `man's to outputGlenn Morris2008-10-161-0/+4
| | | | escape sequences even when stdout is not a tty. (Bug#1142)
* American English spelling fix.Glenn Morris2008-06-271-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (Man-heading-regexp): Add 0-9.Juri Linkov2007-11-161-2/+5
| | | | | | | | (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
| * 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.
* | (Man-default-man-entry): Make this a defun. ImproveMartin Rudalics2007-12-311-31/+72
| | | | | | | | guessing mechanism and handling of section numbers.
* | (Man-follow-manual-reference): Fill the minibuffer'sJuri Linkov2007-12-231-19/+26
| | | | | | | | default list with a full list of references.
* | (Man-default-man-entry): When looking for default manMartin Rudalics2007-12-191-16/+29
| | | | | | | | entry title search text preceding point. Use when instead of if.
* | Fix buggy calls to `error'.Deepak Goel2007-12-061-2/+2
| |
* | (Man-getpage-in-background): Don't disregard user optionJuri Linkov2007-11-231-11/+10
| | | | | | | | | | `Man-width' on non-window systems. Remove test for `window-system' around setting envvar "COLUMNS" depending on the value of `Man-width'.
* | (Man-heading-regexp): Add 0-9.Juri Linkov2007-11-161-2/+5
| | | | | | | | (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.