summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
Commit message (Collapse)AuthorAgeFilesLines
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-4/+4
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-1/+1
| | | | | | | | | | * lisp/doc-view.el, lisp/filenotify.el, lisp/info-look.el: * lisp/svg.el, lisp/emacs-lisp/byte-opt.el, lisp/net/shr.el: * lisp/textmodes/sgml-mode.el, test/lisp/dom-tests.el: No need to load subr-x at run-time. * lisp/gnus/nnheader.el: No need to load subr-x. ; * lisp/emacs-lisp/subr-x.el, lisp/gnus/message.el, lisp/net/nsm.el: ; Comments.
* Add info-lookup help for gdb-script-modeTom Tromey2017-01-171-0/+29
| | | | | | | Bug#25464: * lisp/info-look.el (info-lookup-guess-gdb-script-symbol): New function. Add help for gdb-script-mode.
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Improve "C-h S" for cl-lib symbolsEli Zaretskii2016-04-161-1/+3
| | | | | * lisp/info-look.el: Add cl.info lookup to emacs-lisp-mode related manuals. (Bug#23289)
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
| | | | | | | | | | | This patch should not change behavior. It typically omits backslashes where they are redundant (e.g., in the string literal "^\$"). In a few places, insert backslashes where they make regular expressions clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which has the same effect as a regular expression. Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs, and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion with RCS IDs, as that makes it clearer that the backslash is intended.
* Accept curved quotes in doc stringsPaul Eggert2015-05-281-9/+9
| | | | | * lisp/info-look.el (info-lookup-guess-custom-symbol): (info-lookup-alist): Treat ‘’ like `' when parsing help buffers etc.
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/vc/log-view.el (log-view-end-of-defun-1): * lisp/textmodes/tex-mode.el (latex-forward-sexp-1): * lisp/textmodes/reftex-ref.el (reftex-goto-label): * lisp/textmodes/bibtex.el (bibtex-insert-kill): * lisp/progmodes/sh-script.el (sh--maybe-here-document): * lisp/progmodes/ruby-mode.el (ruby-end-of-defun): * lisp/progmodes/ada-mode.el (ada-in-numeric-literal-p): * lisp/org/org.el (org-insert-heading, org-sort-entries): * lisp/org/org-mouse.el (org-mouse-end-headline) (org-mouse-context-menu): * lisp/org/org-clock.el (org-clock-cancel): * lisp/man.el (Man-default-man-entry): * lisp/mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text) (rmail-ensure-blank-line): * lisp/mail/footnote.el (Footnote-delete-footnote): * lisp/mail/emacsbug.el (report-emacs-bug): * lisp/info.el (Info-follow-reference, Info-fontify-node): * lisp/info-look.el (info-lookup-guess-custom-symbol): * lisp/help-fns.el (help-fns--key-bindings): * lisp/files.el (hack-local-variables): * lisp/emulation/viper-ex.el (viper-get-ex-token, ex-cmd-complete) (viper-get-ex-pat, ex-expand-filsyms, viper-get-ex-file) (viper-complete-filename-or-exit): * lisp/emulation/viper-cmd.el (viper-backward-indent): * lisp/emacs-lisp/lisp-mode.el (calculate-lisp-indent): * lisp/emacs-lisp/elint.el (elint-get-top-forms): * lisp/cus-edit.el (custom-face-edit-value-create): * lisp/calendar/todo-mode.el (todo-set-item-priority) (todo-filter-items-1, todo-convert-legacy-files) (todo-prefix-overlays): Add explicit second arg to looking-back.
* info-look fixes for Texinfo 5Kevin Ryde2015-03-131-19/+28
| | | | | | | | | * info-look.el (c-mode, bison-mode, makefile-mode) (makefile-automake-mode, texinfo-mode, autoconf-mode, awk-mode) (latex-mode, emacs-lisp-mode, sh-mode, cfengine-mode): Match `foo' and 'foo' and ‘foo’ for @item and similar. (latex-mode): Match multi-arg \frac{num}{den} or \sqrt[root]{n} in suffix regexp.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* * info-look.el (info-lookup-symbol): Document MODE.Lars Ingebrigtsen2014-02-071-2/+2
| | | | Fixes: debbugs:15498
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * info-look.el: Prefer latex2e.info.Leo Liu2013-04-221-2/+5
| | | | Fixes: debbugs:14240
* Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-0/+8
|\
| * Remove some defunct/no longer relevant MORE.STUFF links.Glenn Morris2013-02-181-0/+8
| | | | | | | | Move info-look stuff to info-look.el commentary.
* | * lisp/info-look.el (info-lookup-select-mode): If major-mode has noKevin Ryde2013-02-161-0/+15
|/ | | | | | info-lookup-alist entry then search up derived-mode-parent. Fixes: debbugs:8660
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Rename configure.in to configure.ac.Paul Eggert2012-07-081-1/+1
| | | | Fixes: debbugs:11603
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * info-look.el (info-lookup-add-help): Clarify that ARGS is a listLars Magne Ingebrigtsen2011-07-021-2/+2
| | | | of keyword/argument pairs (bug#6904).
* * lisp/minibuffer.el (completion--capf-wrapper): Check applicability beforeStefan Monnier2011-05-271-2/+3
| | | | | | | | | | | retuning non-nil for non-exclusive completion data. * lisp/progmodes/etags.el (tags-completion-at-point-function): * lisp/info-look.el (info-lookup-completions-at-point): Mark as non-exclusive. (info-complete): Adjust accordingly. * lisp/erc/erc-pcomplete.el (erc-pcompletions-at-point): Mark the completion data as non-exclusive if it's using the default-completion-function. (pcomplete-erc-parse-arguments): Rename pcomplete-parse-erc-arguments. (pcomplete-erc-setup): Use new name.
* * lisp/info-look.el: Convert to lexical-binding and completion-at-point.Stefan Monnier2011-05-271-38/+35
| | | | | (info-lookup-completions-at-point): New function. (info-complete): Use it and completion-in-region.
* * lisp/info-look.el (makefile-automake-mode): New setups, looking inKevin Ryde2011-05-161-4/+24
| | | | | | | | | | automake manual, then makefile-mode. (makefile-mode): Remove automake manual, have it just in makefile-automake-mode since there's various things different or not relevant to plain make. (makefile-mode): Remove "other-modes" non-existent automake-mode, believe a hypothetical automake-mode would go to makefile-mode, not the other way around.
* 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: emacs@sv.gnu.org/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
|