aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info-look.el
Commit message (Collapse)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * info-look.el (sh-mode): Look for coreutils new "Concept Index"Kevin Ryde2009-12-261-0/+7
| | | | node. Keep previous "Index" name to work with past coreutils too.
* * info-look.el: Add setup for apropos-mode to use emacs-lisp-modeKevin Ryde2009-12-061-0/+6
| | | | manuals, similar to existing setup for help-mode. (My bug#3913.)
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (info-lookup): When Info buffer is visible onMartin Rudalics2008-11-231-16/+17
| | | | another frame, raise that frame.
* Handle AS_* in Autoconf 2.62's index for `info-lookup-symbol'.Thien-Thi Nguyen2008-07-301-2/+5
| | | | | | * lisp/info-look.el (autoconf-mode :doc-spec): For "(autoconf)M4 Macro Index", if the item already begins with "AS_", don't prefix that string again.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* * progmodes/octave-mod.el (octave-help): New function.Stefan Monnier2008-04-301-1/+2
| | | | | * progmodes/octave-hlp.el: Delete. * info-look.el (octave-mode): Add operator index.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Rename `custom-mode' to `Custom-mode'.Juri Linkov2008-02-281-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (info-lookup, info-lookup-setup-mode)Martin Rudalics2007-12-191-3/+15
|/ | | | | (info-lookup-make-completions): Avoid clobbering Info-history and Info-history-list.
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (info-lookup): Bind Info-fontify-maximum-menu-size to nil to speed up lookupEli Zaretskii2007-02-171-2/+5
| | | | of the symbol in index nodes.
* (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nilEli Zaretskii2007-02-101-0/+1
| | | | to speed up lookup of index nodes.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (info-lookup-guess-custom-symbol): "?\ " -> "?\s".Juanma Barranquero2006-11-271-1/+1
|
* (info-lookup-guess-custom-symbol): New function for retrieving symbol at pointEli Zaretskii2006-11-051-7/+58
| | | | | | | | in custom buffers. (top level) <info-lookup-maybe-add-help>: Add backquote and comma to ignored characters in regexps of help specifications for emacs-lisp-mode and lisp-interaction-mode. This permits looking up symbols in `...' and after a comma. Add help specifications for custom-mode and help-mode.
* * info-look.el: Update lookup regexp for maxima modes.Chong Yidong2006-10-131-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Fix Copyright years.Eli Zaretskii2005-01-151-1/+1
|
* (c-mode/symbol): Add ^` to prefix, and changeEli Zaretskii2005-01-151-1/+8
| | | | | suffix to space, $ or '$, to correctly position point when going to @table style constants like DBL_MAX.
* (info-lookup-highlight-face): Change default from `highlight' to `match'.Juri Linkov2004-12-161-1/+1
|
* (info-lookup-maybe-add-help cfengine-mode): Regexp typo.Richard M. Stallman2004-12-061-1/+1
|
* (info-lookup): Allow reusing in the current bufferJuri Linkov2004-11-071-32/+32
| | | | | | | | | | not only *info* buffer, but all (even renamed) Info buffers by checking for major-mode instead of *info* buffer name. (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode) (octave-mode, maxima-mode) <doc-spec>: Allow long dashes generated by Texinfo 4.7 before definitions. (texinfo-mode) <doc-spec>: Add space to suffix to find command definitions with argument separated by space.
* (info-lookup-file): Add info-file property.Richard M. Stallman2004-10-131-0/+2
| | | | (info-lookup-symbol): Likewise.
* (cfengine-mode): Accept a terminal ().Stefan Monnier2004-04-291-3/+13
|
* Add support for cfengine-mode.Stefan Monnier2004-04-231-7/+12
| | | | (info-lookup-setup-mode): Use dolist.
* (info-lookup): Reuse an existing Info window.Eli Zaretskii2004-03-131-1/+2
|
* In scheme-mode symbol regexp, disallow backquote andEli Zaretskii2004-02-271-2/+2
| | | | comma, so that it DTRT in macros.
* Add support for maxima-mode. Update commentaryStephen Eglen2004-02-011-1/+12
| | | | because info-lookup-symbol is now bound to C-h S.
* (info-lookup): Use assoc-string.Richard M. Stallman2003-12-291-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)AutoconfJuanma Barranquero2003-05-251-4/+28
| | | | | | Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep automake after all autoconf possibilities, so as to prefer those.
* (info-lookup-make-completions): Allow colons in index entries by looking for ":Juanma Barranquero2003-05-111-2/+2
| | | | " to terminate, as per latest info.el.
* (emacs-lisp-mode): Add prefix/suffix matching regexps.Juanma Barranquero2003-04-051-3/+13
|
* *** empty log message ***Juanma Barranquero2003-04-021-2/+2
|
* (sh-mode): Add doc-specs for commands and variables.Juanma Barranquero2003-03-301-0/+46
|
* (info-lookup): Fix error message typo.Richard M. Stallman2002-12-281-1/+1
|
* (info-lookup): For ease of use try itemRichard M. Stallman2002-12-231-10/+21
| | | | | | case-insensitive if not found case-sensitive. Do case sensitive search in index nodes, so items differing only in case go correctly to their respective nodes.
* Support current auto{conf,make} manuals.Dave Love2002-07-181-3/+7
|
* Comment change.Richard M. Stallman2002-01-251-1/+1
|
* (makefile-mode): Add info for automake.Stefan Monnier2001-11-151-3/+7
| | | | (autoconf-mode): Fix the name of the index for automake.