summaryrefslogtreecommitdiff
path: root/lisp/finder.el
Commit message (Collapse)AuthorAgeFilesLines
* Add local-variable settings to the generated file.Stefan Monnier2000-08-161-1/+10
|
* (finder-commentary): Add autoload cookie.Gerd Moellmann2000-04-091-0/+3
|
* (finder-commentary): Activate Finder mode.Gerd Moellmann1999-12-011-0/+1
|
* Comment on finder-known-keywords.Dave Love1999-09-091-0/+2
|
* (finder-known-keywords): Add `multimedia'.Dave Love1999-08-171-0/+1
|
* (finder-commentary): Fix interactive spec. TryDave Love1999-01-291-12/+14
| | | | | appending .el to file name. (finder-find-library, finder-commentary): Doc fixes.
* (finder-known-keywords): Fix `convenience' entry.Dave Love1998-05-301-1/+1
|
* (finder-known-keywords): Add `convenience'.Richard M. Stallman1998-05-181-0/+1
|
* (finder-insert-at-column): Simplify.Dave Love1998-04-281-19/+23
| | | | | | | (finder-mouse-face-on-line): New function. (finder-list-keywords, finder-list-matches): Use it. (finder-commentary, finder-select): Doc. (finder-mouse-select): Doc. Remove spurious let.
* (finder-compile-keywords):Richard M. Stallman1998-04-241-34/+38
| | | | | | Avoid error for nonexistent directory. Print progress messages about directories. Ignore files that are actually Emacs lock files.
* (finder-find-library): Re-instate (with a differentKarl Heuer1997-11-151-2/+12
| | | | | implementation) so that `locate-library' can find compressed files. (finder-commentary): Use it.
* (finder-exit): Simplify.Karl Heuer1997-11-101-9/+6
|
* (finder-mode-map): Bind [mouse-2].Karl Heuer1997-09-301-24/+35
| | | | | | | | | | | (finder-compile-keywords): Match compressed file names, but don't put compression extension in the output. (finder-find-library): Deleted. (finder-commentary): Use locate-library, not finder-find-library. (finder-mouse-select): New function. (finder-summary): Mention mouse binding. (finder-exit): Kill "*Finder Category*" buffer too. Avoid error from deleting sole window.
* (finder-compile-keywords): Don't process file names that start with `.'.Richard M. Stallman1997-08-051-1/+1
|
* (finder-list-matches): Create *Finder Category* buffer.Richard M. Stallman1997-07-091-1/+1
|
* (finder-list-keywords): Create *Finder* buffer if nec.Richard M. Stallman1997-06-171-1/+1
|
* (finder-mode): Don't switch buffers or change text here.Richard M. Stallman1997-06-121-19/+21
| | | | | | | | | (finder-by-keyword): Don't call finder-mode here. (finder-list-matches): Call finder-mode here. Switch to a buffer called *Finder Category*. (finder-list-keywords): Call finder-mode here. Switch to the buffer *Finder*. If the buffer already exists, don't reinitialize it or move point.
* (finder-compile-keywords-make-dist):Richard M. Stallman1997-05-121-1/+2
| | | | Use the dirs specified on the command line.
* (finder-compile-keywords-make-dist): New function.Richard M. Stallman1996-02-251-0/+4
|
* Removed (require 'picture).Erik Naggum1996-02-201-51/+55
| | | | | (finder-insert-at-column): New function. (finder-list-keywords, finder-list-matches): Use it.
* (finder-summary): Pass proper format string to message.Karl Heuer1996-01-251-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (finder-known-keywords): Delete `debugging'.Richard M. Stallman1995-11-181-1/+0
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* (finder-known-keywords): Add `debugging'.Richard M. Stallman1995-04-191-0/+1
|
* (finder-known-keywords): Generalize `c' keyword.Richard M. Stallman1995-04-171-1/+1
|
* (finder-known-keywords):Richard M. Stallman1995-04-141-0/+4
| | | | Add frames, hypermedia, outlines, oop.
* (finder-mode-map): Change key bindings:Richard M. Stallman1994-10-011-9/+11
| | | | | RET or f to select, d to go back to directory. (finder-summary): Fix the help summary.
* (finder-commentary): Fix error message syntax.Richard M. Stallman1994-06-171-1/+1
|
* (finder-mode): Doc fix.Richard M. Stallman1994-02-081-1/+1
|
* (finder-known-keywords): Add data, faces, mouse, matching.Richard M. Stallman1993-11-231-1/+5
|
* (finder-find-library): New function.Richard M. Stallman1993-06-131-1/+15
| | | | (finder-commentary): Use it.
* * case-table.el, disp-table.el, finder.el, iso-ascii.el,Jim Blandy1993-05-241-5/+1
| | | | | | iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el, swedish.el: Change "i14n" keyword to "i18n". * finder.el (finder-compile-keywords): Replacement unnecessary.
* (finder-known-keywords): Use i18n, not i14n.Richard M. Stallman1993-05-231-10/+19
| | | | | | | (finder-compile-keywords): Substitute i18n for i14n. Turn off undo in *finder-scratch*. Ignore file names starting with =. (finder-mode, finder-current-item): Rename headmark to finder-headmark. (finder-list-matches, finder-list-keywords): Likewise.
* * finder.el: Bind finder-exit to 'q', not 'x'; the former is theJim Blandy1993-05-091-3/+4
| | | | | | conventional way to get out of such a package. (finder-summary): Use substitute-command-keys. (finder-mode): Use \\<...> to make sure we get the right keymap.
* Rewritten. The Finder is now a major mode with the ability to browseEric S. Raymond1993-04-141-35/+121
| | | | package commentary sections.
* * finder.el (finder-by-keyword): Build an alist to pass toJim Blandy1993-04-101-32/+34
| | | | | | | | completing-read, instead of building an invalid obarray. * finder.el (finder-by-keyword): If the user quits or enters the empty string in response to the keyword prompt, restore the old window configuration properly.
* Added or corrected documentation headersEric S. Raymond1993-04-031-2/+4
|
* Make sure that when new keywords are compiled, we see themEric S. Raymond1993-03-191-0/+1
| | | | immediately.
* Typo fix.Eric S. Raymond1993-03-191-1/+1
|
* Add or correct keywordsEric S. Raymond1993-03-181-0/+4
|
* (finder-compile-keywords) Treat nil in a path argument as $PWD.Eric S. Raymond1993-03-171-51/+59
| | | | (finder-by-keyword) Handle LFD as input gracefully.
* Doc fix.Christopher Zaborsky1992-10-251-1/+1
|
* entered into RCSEric S. Raymond1992-08-041-2/+3
|
* Initial revisionEric S. Raymond1992-07-241-0/+156