1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Stefan Monnier
5d8137abac * progmodes/octave-mod.el (octave-help): New function.
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.
2008-04-30 08:48:02 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Juri Linkov
e8b363356b Rename custom-mode' to Custom-mode'. 2008-02-28 20:45:51 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Martin Rudalics
27b1b62bdd (info-lookup, info-lookup-setup-mode)
(info-lookup-make-completions): Avoid clobbering Info-history and
Info-history-list.
2007-12-19 09:26:35 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Eli Zaretskii
e8d2103a83 (info-lookup): Bind Info-fontify-maximum-menu-size to nil to speed up lookup
of the symbol in index nodes.
2007-02-17 12:03:01 +00:00
Eli Zaretskii
493cf720aa (info-lookup-make-completions): Bind Info-fontify-maximum-menu-size to nil
to speed up lookup of index nodes.
2007-02-10 11:12:42 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Juanma Barranquero
4789a3cb92 (info-lookup-guess-custom-symbol): "?\ " -> "?\s". 2006-11-27 13:53:56 +00:00
Eli Zaretskii
ec4ef17457 (info-lookup-guess-custom-symbol): New function for retrieving symbol at point
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.
2006-11-05 12:08:02 +00:00
Chong Yidong
c99240cc17 * info-look.el: Update lookup regexp for maxima modes. 2006-10-13 14:52:48 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Eli Zaretskii
2d3eadf205 Fix Copyright years. 2005-01-15 14:05:47 +00:00
Eli Zaretskii
3b90e93257 (c-mode/symbol): Add ^` to prefix, and change
suffix to space, $ or '$, to correctly position point when going
to @table style constants like DBL_MAX.
2005-01-15 14:00:03 +00:00
Juri Linkov
8270a848c8 (info-lookup-highlight-face): Change default from highlight' to match'. 2004-12-16 07:19:20 +00:00
Richard M. Stallman
1bc897ca5a (info-lookup-maybe-add-help cfengine-mode): Regexp typo. 2004-12-06 14:09:13 +00:00
Juri Linkov
947faf4fe7 (info-lookup): Allow reusing in the current buffer
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.
2004-11-07 20:52:51 +00:00
Richard M. Stallman
99400b3e52 (info-lookup-file): Add info-file property.
(info-lookup-symbol): Likewise.
2004-10-13 02:11:05 +00:00
Stefan Monnier
7830c895a2 (cfengine-mode): Accept a terminal (). 2004-04-29 19:09:20 +00:00
Stefan Monnier
538996c7cd Add support for cfengine-mode.
(info-lookup-setup-mode): Use dolist.
2004-04-23 20:44:54 +00:00
Eli Zaretskii
3792a773ca (info-lookup): Reuse an existing Info window. 2004-03-13 13:12:09 +00:00
Eli Zaretskii
08d87b2d0d In scheme-mode symbol regexp, disallow backquote and
comma, so that it DTRT in macros.
2004-02-27 17:27:25 +00:00
Stephen Eglen
b3a3e4e162 Add support for maxima-mode. Update commentary
because info-lookup-symbol is now bound to C-h S.
2004-02-01 13:52:33 +00:00
Richard M. Stallman
0445150caf (info-lookup): Use assoc-string. 2003-12-29 19:18:09 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
01e1a81920 (autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)Autoconf
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.
2003-05-25 21:08:21 +00:00
Juanma Barranquero
bdb0f2d551 (info-lookup-make-completions): Allow colons in index entries by looking for ":
" to terminate, as per latest info.el.
2003-05-11 15:30:12 +00:00
Juanma Barranquero
16524b9bcb (emacs-lisp-mode): Add prefix/suffix matching regexps. 2003-04-05 12:59:38 +00:00
Juanma Barranquero
c6bb268852 *** empty log message *** 2003-04-02 21:38:43 +00:00
Juanma Barranquero
c0e7fbb88e (sh-mode): Add doc-specs for commands and variables. 2003-03-30 20:31:23 +00:00
Richard M. Stallman
021c54a395 (info-lookup): Fix error message typo. 2002-12-28 21:28:56 +00:00
Richard M. Stallman
7c3da01bf2 (info-lookup): For ease of use try item
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.
2002-12-23 17:54:31 +00:00
Dave Love
28a2ca5d82 Support current auto{conf,make} manuals. 2002-07-18 18:19:18 +00:00
Richard M. Stallman
a5a08b1f3b Comment change. 2002-01-25 05:06:14 +00:00
Stefan Monnier
fdba4ab443 (makefile-mode): Add info for automake.
(autoconf-mode): Fix the name of the index for automake.
2001-11-15 12:25:20 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Stefan Monnier
41b1cae76e Docstring fixes and dead code eliminated.
(cperl-mode): Add support.
(emacs-lisp-mode): List all entries from elisp manual, whether
or not they are currently (f)bound or not.  Update regexp.
2001-03-06 23:42:00 +00:00
Gerd Moellmann
f457975a0c (info-lookup): If *info* is shown in another frame
on the same display, select that frame, instead of switching to
the Info buffer in another window of the selected frame.
2000-07-20 20:35:27 +00:00
Gerd Moellmann
3b36190124 Change author's mail address. 2000-07-07 13:01:49 +00:00
Dave Love
141d2f67cd (info-lookup): Use display-color-p. 2000-03-12 15:29:12 +00:00
Stephen Eglen
57f3e9c9f6 Octave-mode support: for the function index entries, allow the prefix
to also match optional return value list of form `[X Y ... Z] = '.
1999-08-22 18:09:58 +00:00
Dave Love
e35ccb9e60 Remove compatibility code.
(info-lookup-guess-default*): DTRT for point st start of symbol.
(info-complete): Don't lose with point not at end of symbol.
1999-08-17 14:31:13 +00:00
Karl Heuer
ce288cb681 (info-lookup-guess-c-symbol): Use skip-syntax-backward.
(info-lookup-guess-default): Simplified and cleaned up.
(info-lookup-guess-default*): Preserve point.
1999-08-10 16:49:49 +00:00
Karl Heuer
b108eac242 (info-lookup-interactive-arguments): Add optional
argument query for new choice of help mode.
(info-lookup-symbol):  Use it.
(info-lookup-file): Ditto.
(info-lookup): Don't switch to other window, if already in Info buffer.
1999-07-25 05:47:46 +00:00