summaryrefslogtreecommitdiff
path: root/lisp/info-xref.el
Commit message (Collapse)AuthorAgeFilesLines
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-2/+2
|
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* * lisp/info-xref.el (info-xref-docstrings): Also skip directories.Glenn Morris2011-01-151-0/+1
|
* * lisp/info-xref.el (info-xref-docstrings): Replace cl function.Glenn Morris2011-01-151-12/+13
|
* info-xref.el Version 3.Kevin Ryde2011-01-151-209/+420
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/info-xref.el (info-xref-check, info-xref-check-all): Move commentary details into docstrings for better visibility. Use compilation-mode for the results buffer. (info-xref-output, info-xref-output-error, info-xref-with-output) (info-xref-filename, info-xref-in-progress): New internals for this. (info-xref-check-list, info-xref-check-buffer) (info-xref-check-all-custom): Use those. (info-xref-output-buffer): Rename from info-xref-results-buffer. (info-xref-output-heading): Rename from info-xref-filename-heading. (info-xref-good, info-xref-bad, info-xref-xfile-alist) (info-xref-filename-heading): Move to output managing section. (info-xref-docstrings): New command checking "Info node `(foo)Bar'" (info-xref-lock-file-p, info-xref-with-file): New helpers for it. (info-xref-subfile-p): Move to generic section with those two. (info-xref-check-node): New function split from info-xref-check-buffer, shared by info-xref-docstrings. (info-xref-goto-node-p): Move to a checking section with that func. (info-xref-unavail): New counter. (info-xref-check-node): Use it. (info-xref-with-output): Show count of unavailables at end of output. (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken symlinks. Exclude .texi files. Exclude Emacs backup files. (info-xref-check-all-custom): Fix quietening viper-mode and gnus-registry-install -- use setq not let so as not to unbind after load. Fixes: debbugs:7611
* 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
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (info-xref-check-all-custom): Skip :tag part ofEli Zaretskii2006-05-201-1/+4
| | | | ``(custom-manual :tag "Foo" "(foo)Node")''.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Move the `defvar's to the top level.Juanma Barranquero2005-08-261-21/+19
|
* (info-xref-xfile-alist, info-xref-filename-heading, info-xref-good,Juanma Barranquero2005-08-241-13/+21
| | | | info-xref-bad): Defvar at compile time.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Fix commentary.Juri Linkov2004-03-251-45/+19
|
* (info-xref-check-buffer): Report empty filename parts.Juri Linkov2004-03-251-16/+87
| | | | | | | Remove spurious node duplicate suppression, doesn't work, not wanted. (info-xref-output): Take format style args, add "sit-for 0" to let user see the results as they progress. (info-xref-check-all-custom): New function.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (info-xref-check): Use line-beginning-position.Stefan Monnier2003-02-111-41/+16
| | | | | | | (info-xref-all-info-files): Cons a bit less. (info-xref-check-buffer): Use push and replace-regexp-in-string. (info-xref-output): Call insert only once. (info-xref-whitespace): Remove.
* (info-xref-check-buffer): Fix typo.Juanma Barranquero2003-02-111-1/+1
|
* Initial revisionJuanma Barranquero2003-02-111-0/+289