annotate lisp/finder.el @ 102450:f9bc8b29986c

(finder-commentary): Don't delete other windows (Bug#2291).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Mar 2009 19:54:32 +0000
parents a9dc0e7c3f2b
children 658336850f93
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
1 ;;; finder.el --- topic & keyword-based code finder
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
2
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
3 ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
100908
a9dc0e7c3f2b Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 97142
diff changeset
4 ;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
5
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
6 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
7 ;; Created: 16 Jun 1992
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
8 ;; Version: 1.0
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
9 ;; Keywords: help
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
10
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
11 ;; This file is part of GNU Emacs.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
12
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94183
diff changeset
13 ;; GNU Emacs is free software: you can redistribute it and/or modify
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
14 ;; it under the terms of the GNU General Public License as published by
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94183
diff changeset
15 ;; the Free Software Foundation, either version 3 of the License, or
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94183
diff changeset
16 ;; (at your option) any later version.
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
17
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
18 ;; GNU Emacs is distributed in the hope that it will be useful,
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
21 ;; GNU General Public License for more details.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
22
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
23 ;; You should have received a copy of the GNU General Public License
94678
ee5932bf781d Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94183
diff changeset
24 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
25
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
26 ;;; Commentary:
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
27
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
28 ;; This mode uses the Keywords library header to provide code-finding
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
29 ;; services by keyword.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
30 ;;
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
31 ;; Things to do:
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
32 ;; 1. Support multiple keywords per search. This could be extremely hairy;
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
33 ;; there doesn't seem to be any way to get completing-read to exit on
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
34 ;; an EOL with no substring pending, which is what we'd want to end the loop.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
35 ;; 2. Search by string in synopsis line?
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
36 ;; 3. Function to check finder-package-info for unknown keywords.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
37
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
38 ;;; Code:
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
39
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
40 (require 'lisp-mnt)
47419
0e00286fe517 (finder-find-library): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44105
diff changeset
41 (require 'find-func) ;for find-library(-suffixes)
44105
70f755b6a5c9 Don't load finder-inf.el during byte-compilation.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 38436
diff changeset
42 ;; Use `load' rather than `require' so that it doesn't get loaded
70f755b6a5c9 Don't load finder-inf.el during byte-compilation.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 38436
diff changeset
43 ;; during byte-compilation (at which point it might be missing).
47825
3c21e01f4d87 ("finder-inf"): Don't fail if the file is absent.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 47419
diff changeset
44 (load "finder-inf" t t)
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
45
25622
4e3d4f5cc358 Comment on finder-known-keywords.
Dave Love <fx@gnu.org>
parents: 25308
diff changeset
46 ;; These are supposed to correspond to top-level customization groups,
4e3d4f5cc358 Comment on finder-known-keywords.
Dave Love <fx@gnu.org>
parents: 25308
diff changeset
47 ;; says rms.
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
48 (defvar finder-known-keywords
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
49 '(
2270
a74fc62a3a1f Typo fix.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2247
diff changeset
50 (abbrev . "abbreviation handling, typing shortcuts, macros")
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
51 ;; Too specific:
5141
3efae588d663 (finder-known-keywords): Add data, faces, mouse, matching.
Richard M. Stallman <rms@gnu.org>
parents: 3708
diff changeset
52 (bib . "code related to the `bib' bibliography processor")
11470
2958364d4d99 (finder-known-keywords): Generalize `c' keyword.
Richard M. Stallman <rms@gnu.org>
parents: 11454
diff changeset
53 (c . "support for the C language and related languages")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
54 (calendar . "calendar and time management support")
2247
2c7997f249eb Add or correct keywords
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2228
diff changeset
55 (comm . "communications, networking, remote access to files")
22295
b2ceb0b98995 (finder-known-keywords): Fix `convenience' entry.
Dave Love <fx@gnu.org>
parents: 22129
diff changeset
56 (convenience . "convenience features for faster editing")
54483
b7f0abc3ce60 (finder-known-keywords): Fix data, tex, unix.
Juri Linkov <juri@jurta.org>
parents: 53501
diff changeset
57 (data . "support for editing files of data")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
58 (docs . "support for Emacs documentation")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
59 (emulations . "emulations of other editors")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
60 (extensions . "Emacs Lisp language extensions")
5141
3efae588d663 (finder-known-keywords): Add data, faces, mouse, matching.
Richard M. Stallman <rms@gnu.org>
parents: 3708
diff changeset
61 (faces . "support for multiple fonts")
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
62 (files . "support for editing and manipulating files")
11454
d9ec5322d181 (finder-known-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 9200
diff changeset
63 (frames . "support for Emacs frames and window systems")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
64 (games . "games, jokes and amusements")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
65 (hardware . "support for interfacing with exotic hardware")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
66 (help . "support for on-line help systems")
11454
d9ec5322d181 (finder-known-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 9200
diff changeset
67 (hypermedia . "support for links between text or other media types")
2996
358fe58ae153 (finder-known-keywords): Use i18n, not i14n.
Richard M. Stallman <rms@gnu.org>
parents: 2716
diff changeset
68 (i18n . "internationalization and alternate character-set support")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
69 (internal . "code for Emacs internals, build process, defaults")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
70 (languages . "specialized modes for editing programming languages")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
71 (lisp . "Lisp support, including Emacs Lisp")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
72 (local . "code local to your site")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
73 (maint . "maintenance aids for the Emacs development group")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
74 (mail . "modes for electronic-mail handling")
5141
3efae588d663 (finder-known-keywords): Add data, faces, mouse, matching.
Richard M. Stallman <rms@gnu.org>
parents: 3708
diff changeset
75 (matching . "various sorts of searching and matching")
3efae588d663 (finder-known-keywords): Add data, faces, mouse, matching.
Richard M. Stallman <rms@gnu.org>
parents: 3708
diff changeset
76 (mouse . "mouse support")
25308
8a92c65da346 (finder-known-keywords): Add `multimedia'.
Dave Love <fx@gnu.org>
parents: 24221
diff changeset
77 (multimedia . "images and sound support")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
78 (news . "support for netnews reading and posting")
11454
d9ec5322d181 (finder-known-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 9200
diff changeset
79 (oop . "support for object-oriented programming")
d9ec5322d181 (finder-known-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 9200
diff changeset
80 (outlines . "support for hierarchical outlining")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
81 (processes . "process, subshell, compilation, and job control support")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
82 (terminals . "support for terminal types")
54483
b7f0abc3ce60 (finder-known-keywords): Fix data, tex, unix.
Juri Linkov <juri@jurta.org>
parents: 53501
diff changeset
83 (tex . "supporting code for the TeX formatter")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
84 (tools . "programming tools")
54483
b7f0abc3ce60 (finder-known-keywords): Fix data, tex, unix.
Juri Linkov <juri@jurta.org>
parents: 53501
diff changeset
85 (unix . "front-ends/assistants for, or emulators of, UNIX-like features")
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
86 (wp . "word processing")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
87 ))
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
88
54572
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
89 (defvar finder-mode-map
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
90 (let ((map (make-sparse-keymap)))
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
91 (define-key map " " 'finder-select)
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
92 (define-key map "f" 'finder-select)
66413
4e56b3fda002 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
Chong Yidong <cyd@stupidchicken.com>
parents: 64762
diff changeset
93 (define-key map [follow-link] 'mouse-face)
54572
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
94 (define-key map [mouse-2] 'finder-mouse-select)
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
95 (define-key map "\C-m" 'finder-select)
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
96 (define-key map "?" 'finder-summary)
69914
ef1d39034359 (finder-mode-map): Add n and p bindings.
Richard M. Stallman <rms@gnu.org>
parents: 68651
diff changeset
97 (define-key map "n" 'next-line)
ef1d39034359 (finder-mode-map): Add n and p bindings.
Richard M. Stallman <rms@gnu.org>
parents: 68651
diff changeset
98 (define-key map "p" 'previous-line)
54572
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
99 (define-key map "q" 'finder-exit)
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
100 (define-key map "d" 'finder-list-keywords)
2f882266c186 (finder-mode): Follow coding convention.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 54483
diff changeset
101 map))
9200
e48652e64736 (finder-mode-map): Change key bindings:
Richard M. Stallman <rms@gnu.org>
parents: 7943
diff changeset
102
93178
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
103 (defvar finder-mode-syntax-table
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
104 (let ((st (make-syntax-table emacs-lisp-mode-syntax-table)))
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
105 (modify-syntax-entry ?\; ". " st)
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
106 st)
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
107 "Syntax table used while in `finder-mode'.")
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
108
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
109 (defvar finder-font-lock-keywords
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
110 '(("`\\([^'`]+\\)'" 1 font-lock-constant-face prepend))
93178
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
111 "Font-lock keywords for Finder mode.")
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
112
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
113 (defvar finder-headmark nil
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
114 "Internal finder-mode variable, local in finder buffer.")
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
115
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
116 ;;; Code for regenerating the keyword list.
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
117
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
118 (defvar finder-package-info nil
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
119 "Assoc list mapping file names to description & keyword lists.")
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
120
48991
d3a44c8bd8d2 * finder.el (generated-finder-keywords-file): New variable.
Andreas Schwab <schwab@suse.de>
parents: 48688
diff changeset
121 (defvar generated-finder-keywords-file "finder-inf.el"
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
122 "The function `finder-compile-keywords' writes keywords into this file.")
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
123
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
124 ;; Skip autogenerated files, because they will never contain anything
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
125 ;; useful, and because in parallel builds of Emacs they may get
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
126 ;; modified while we are trying to read them.
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
127 ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html
96163
afc4aa03c2d5 (finder-no-scan-regexp): Add ldefs-boot.el
Glenn Morris <rgm@gnu.org>
parents: 95750
diff changeset
128 ;; ldefs-boot is not auto-generated, but has nothing useful.
afc4aa03c2d5 (finder-no-scan-regexp): Add ldefs-boot.el
Glenn Morris <rgm@gnu.org>
parents: 95750
diff changeset
129 (defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|\
afc4aa03c2d5 (finder-no-scan-regexp): Add ldefs-boot.el
Glenn Morris <rgm@gnu.org>
parents: 95750
diff changeset
130 cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
131 "Regexp matching file names not to scan for keywords.")
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
132
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
133 (autoload 'autoload-rubric "autoload")
48991
d3a44c8bd8d2 * finder.el (generated-finder-keywords-file): New variable.
Andreas Schwab <schwab@suse.de>
parents: 48688
diff changeset
134
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
135 (defun finder-compile-keywords (&rest dirs)
48991
d3a44c8bd8d2 * finder.el (generated-finder-keywords-file): New variable.
Andreas Schwab <schwab@suse.de>
parents: 48688
diff changeset
136 "Regenerate the keywords association list into `generated-finder-keywords-file'.
24221
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
137 Optional arguments DIRS are a list of Emacs Lisp directories to compile from;
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
138 no arguments compiles from `load-path'."
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
139 (save-excursion
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
140 (find-file generated-finder-keywords-file)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
141 (setq buffer-undo-list t)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
142 (erase-buffer)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
143 (insert (autoload-rubric generated-finder-keywords-file
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
144 "keyword-to-package mapping"))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
145 (search-backward " ")
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
146 (insert "(setq finder-package-info '(\n")
95629
470520f9b596 (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris <rgm@gnu.org>
parents: 95583
diff changeset
147 (let (processed summary keywords)
84870
19e1cc64b115 (finder-compile-keywords): Use `mapc' rather than `mapcar'.
Juanma Barranquero <lekktu@gmail.com>
parents: 84659
diff changeset
148 (mapc
14599
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
149 (lambda (d)
21758
bc7f520d8251 (finder-compile-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 20264
diff changeset
150 (when (file-exists-p (directory-file-name d))
bc7f520d8251 (finder-compile-keywords):
Richard M. Stallman <rms@gnu.org>
parents: 20264
diff changeset
151 (message "Directory %s" d)
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
152 (mapc
24221
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
153 (lambda (f)
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
154 ;; FIXME should this not be using (expand-file-name f d)?
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
155 (unless (or (member f processed)
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
156 (string-match finder-no-scan-regexp f))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
157 (setq processed (cons f processed))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
158 (with-temp-buffer
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
159 (insert-file-contents (expand-file-name f d))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
160 (setq summary (lm-synopsis)
95629
470520f9b596 (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris <rgm@gnu.org>
parents: 95583
diff changeset
161 keywords (lm-keywords-list)))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
162 (insert
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
163 (format " (\"%s\"\n "
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
164 (if (string-match "\\.\\(gz\\|Z\\)$" f)
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
165 (file-name-sans-extension f)
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
166 f)))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
167 (prin1 summary (current-buffer))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
168 (insert "\n ")
95629
470520f9b596 (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris <rgm@gnu.org>
parents: 95583
diff changeset
169 (princ keywords (current-buffer))
470520f9b596 (finder-compile-keywords): Use lm-keywords-list rather than lm-keywords.
Glenn Morris <rgm@gnu.org>
parents: 95583
diff changeset
170 (insert ")\n")))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
171 (directory-files d nil
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
172 ;; Allow compressed files also. FIXME:
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
173 ;; generalize this, especially for
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
174 ;; MS-DOG-type filenames.
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
175 "^[^=].*\\.el\\(\\.\\(gz\\|Z\\)\\)?$"
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
176 ))))
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
177 (or dirs load-path)))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
178 (insert " ))\n")
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
179 (eval-buffer) ; so we get the new keyword list immediately
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
180 (basic-save-buffer)))
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
181
14669
6feeb4e59815 (finder-compile-keywords-make-dist): New function.
Richard M. Stallman <rms@gnu.org>
parents: 14599
diff changeset
182 (defun finder-compile-keywords-make-dist ()
6feeb4e59815 (finder-compile-keywords-make-dist): New function.
Richard M. Stallman <rms@gnu.org>
parents: 14599
diff changeset
183 "Regenerate `finder-inf.el' for the Emacs distribution."
17745
ae0f1e4a63be (finder-compile-keywords-make-dist):
Richard M. Stallman <rms@gnu.org>
parents: 14669
diff changeset
184 (apply 'finder-compile-keywords command-line-args-left)
ae0f1e4a63be (finder-compile-keywords-make-dist):
Richard M. Stallman <rms@gnu.org>
parents: 14669
diff changeset
185 (kill-emacs))
14669
6feeb4e59815 (finder-compile-keywords-make-dist): New function.
Richard M. Stallman <rms@gnu.org>
parents: 14599
diff changeset
186
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
187 ;;; Now the retrieval code
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
188
14599
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
189 (defun finder-insert-at-column (column &rest strings)
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
190 "Insert, at column COLUMN, other args STRINGS."
38359
29beb6347e09 (finder-insert-at-column): Also move to the next line if exactly at COLUMN.
Miles Bader <miles@gnu.org>
parents: 33420
diff changeset
191 (if (>= (current-column) column) (insert "\n"))
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
192 (move-to-column column t)
14599
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
193 (apply 'insert strings))
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
194
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
195 (defvar finder-help-echo nil)
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
196
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
197 (defun finder-mouse-face-on-line ()
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
198 "Put `mouse-face' and `help-echo' properties on the previous line."
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
199 (save-excursion
84659
76e7ca025173 (finder-compile-keywords): Fix up comment style.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78236
diff changeset
200 (forward-line -1)
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
201 ;; If finder-insert-at-column moved us to a new line, go back one more.
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
202 (if (looking-at "[ \t]") (forward-line -1))
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
203 (unless finder-help-echo
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
204 (setq finder-help-echo
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
205 (let* ((keys1 (where-is-internal 'finder-select
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
206 finder-mode-map))
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
207 (keys (nconc (where-is-internal
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
208 'finder-mouse-select finder-mode-map)
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
209 keys1)))
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
210 (concat (mapconcat 'key-description keys ", ")
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
211 ": select item"))))
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
212 (add-text-properties
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
213 (line-beginning-position) (line-end-position)
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
214 '(mouse-face highlight
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
215 help-echo finder-help-echo))))
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
216
28528
7618c3801a21 (finder-commentary): Add autoload cookie.
Gerd Moellmann <gerd@gnu.org>
parents: 26675
diff changeset
217 ;;;###autoload
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
218 (defun finder-list-keywords ()
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
219 "Display descriptions of the keywords in the Finder buffer."
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
220 (interactive)
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
221 (if (get-buffer "*Finder*")
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
222 (pop-to-buffer "*Finder*")
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
223 (pop-to-buffer (get-buffer-create "*Finder*"))
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
224 (finder-mode)
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
225 (setq buffer-read-only nil
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
226 buffer-undo-list t)
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
227 (erase-buffer)
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
228 (mapc
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
229 (lambda (assoc)
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
230 (let ((keyword (car assoc)))
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
231 (insert (symbol-name keyword))
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
232 (finder-insert-at-column 14 (concat (cdr assoc) "\n"))
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
233 (finder-mouse-face-on-line)))
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
234 finder-known-keywords)
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
235 (goto-char (point-min))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
236 (setq finder-headmark (point)
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
237 buffer-read-only t)
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
238 (set-buffer-modified-p nil)
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
239 (balance-windows)
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
240 (finder-summary)))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
241
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
242 (defun finder-list-matches (key)
18687
3854a35dffd8 (finder-list-matches): Create *Finder Category* buffer.
Richard M. Stallman <rms@gnu.org>
parents: 18284
diff changeset
243 (pop-to-buffer (set-buffer (get-buffer-create "*Finder Category*")))
18226
37ff8dfff53b (finder-mode): Don't switch buffers or change text here.
Richard M. Stallman <rms@gnu.org>
parents: 17745
diff changeset
244 (finder-mode)
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
245 (setq buffer-read-only nil
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
246 buffer-undo-list t)
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
247 (erase-buffer)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
248 (let ((id (intern key)))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
249 (insert
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
250 "The following packages match the keyword `" key "':\n\n")
2996
358fe58ae153 (finder-known-keywords): Use i18n, not i14n.
Richard M. Stallman <rms@gnu.org>
parents: 2716
diff changeset
251 (setq finder-headmark (point))
33420
cc332f3565f2 (finder-known-keywords): Add `files', remove `vms'.
Dave Love <fx@gnu.org>
parents: 30883
diff changeset
252 (mapc
14599
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
253 (lambda (x)
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
254 (when (memq id (cadr (cdr x)))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
255 (insert (car x))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
256 (finder-insert-at-column 16 (concat (cadr x) "\n"))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
257 (finder-mouse-face-on-line)))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
258 finder-package-info)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
259 (goto-char (point-min))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
260 (forward-line)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
261 (setq buffer-read-only t)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
262 (set-buffer-modified-p nil)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
263 (shrink-window-if-larger-than-buffer)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
264 (finder-summary)))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
265
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
266 (define-button-type 'finder-xref 'action #'finder-goto-xref)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
267
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
268 (defun finder-goto-xref (button)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
269 "Jump to a lisp file for the BUTTON at point."
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
270 (let* ((file (button-get button 'xref))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
271 (lib (locate-library file)))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
272 (if lib (finder-commentary lib)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
273 (message "Unable to locate `%s'" file))))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
274
28528
7618c3801a21 (finder-commentary): Add autoload cookie.
Gerd Moellmann <gerd@gnu.org>
parents: 26675
diff changeset
275 ;;;###autoload
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
276 (defun finder-commentary (file)
24221
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
277 "Display FILE's commentary section.
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
278 FILE should be in a form suitable for passing to `locate-library'."
47419
0e00286fe517 (finder-find-library): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44105
diff changeset
279 (interactive
0e00286fe517 (finder-find-library): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44105
diff changeset
280 (list
0e00286fe517 (finder-find-library): Remove.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 44105
diff changeset
281 (completing-read "Library name: "
94183
bade431b9780 * finder.el (finder-commentary):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93178
diff changeset
282 (apply-partially 'locate-file-completion-table
bade431b9780 * finder.el (finder-commentary):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93178
diff changeset
283 (or find-function-source-path load-path)
bade431b9780 * finder.el (finder-commentary):
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 93178
diff changeset
284 (find-library-suffixes)))))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
285 (let ((str (lm-commentary (find-library-name file))))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
286 (or str (error "Can't find any Commentary section"))
48408
2eb7a3846b4c (finder-commentary): Use buffer *Finder-package*.
Richard M. Stallman <rms@gnu.org>
parents: 47825
diff changeset
287 ;; This used to use *Finder* but that would clobber the
2eb7a3846b4c (finder-commentary): Use buffer *Finder-package*.
Richard M. Stallman <rms@gnu.org>
parents: 47825
diff changeset
288 ;; directory of categories.
2eb7a3846b4c (finder-commentary): Use buffer *Finder-package*.
Richard M. Stallman <rms@gnu.org>
parents: 47825
diff changeset
289 (pop-to-buffer "*Finder-package*")
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
290 (setq buffer-read-only nil
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
291 buffer-undo-list t)
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
292 (erase-buffer)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
293 (insert str)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
294 (goto-char (point-min))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
295 (delete-blank-lines)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
296 (goto-char (point-max))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
297 (delete-blank-lines)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
298 (goto-char (point-min))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
299 (while (re-search-forward "^;+ ?" nil t)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
300 (replace-match "" nil nil))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
301 (goto-char (point-min))
95750
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
302 (while (re-search-forward "\\<\\([-[:alnum:]]+\\.el\\)\\>" nil t)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
303 (if (locate-library (match-string 1))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
304 (make-text-button (match-beginning 1) (match-end 1)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
305 'xref (match-string-no-properties 1)
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
306 'help-echo "Read this file's commentary"
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
307 :type 'finder-xref)))
6c14c564fa23 (finder-font-lock-keywords): Handle ``quotes''.
Glenn Morris <rgm@gnu.org>
parents: 95629
diff changeset
308 (goto-char (point-min))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
309 (setq buffer-read-only t)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
310 (set-buffer-modified-p nil)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
311 (shrink-window-if-larger-than-buffer)
26675
995b6841718b (finder-commentary): Activate Finder mode.
Gerd Moellmann <gerd@gnu.org>
parents: 25622
diff changeset
312 (finder-mode)
14599
1de3a922cfe0 Removed (require 'picture).
Erik Naggum <erik@naggum.no>
parents: 14313
diff changeset
313 (finder-summary)))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
314
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
315 (defun finder-current-item ()
60746
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
316 (let ((key (save-excursion
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
317 (beginning-of-line)
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
318 (current-word))))
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
319 (if (or (and finder-headmark (< (point) finder-headmark))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
320 (zerop (length key)))
60746
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
321 (error "No keyword or filename on this line")
23533546bb38 (finder-current-item): Throw an error on an empty line.
Eli Zaretskii <eliz@gnu.org>
parents: 54572
diff changeset
322 key)))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
323
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
324 (defun finder-select ()
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
325 "Select item on current line in a finder buffer."
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
326 (interactive)
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
327 (let ((key (finder-current-item)))
20009
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
328 (if (string-match "\\.el$" key)
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
329 (finder-commentary key)
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
330 (finder-list-matches key))))
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
331
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
332 (defun finder-mouse-select (event)
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
333 "Select item in a finder buffer with the mouse."
20009
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
334 (interactive "e")
09bc233eb018 (finder-mode-map): Bind [mouse-2].
Karl Heuer <kwzh@gnu.org>
parents: 19169
diff changeset
335 (save-excursion
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
336 (set-buffer (window-buffer (posn-window (event-start event))))
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
337 (goto-char (posn-point (event-start event)))
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
338 (finder-select)))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
339
28528
7618c3801a21 (finder-commentary): Add autoload cookie.
Gerd Moellmann <gerd@gnu.org>
parents: 26675
diff changeset
340 ;;;###autoload
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
341 (defun finder-by-keyword ()
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
342 "Find packages matching a given keyword."
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
343 (interactive)
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
344 (finder-list-keywords))
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
345
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
346 (define-derived-mode finder-mode nil "Finder"
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
347 "Major mode for browsing package documentation.
2716
acd678e58602 * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
Jim Blandy <jimb@redhat.com>
parents: 2527
diff changeset
348 \\<finder-mode-map>
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
349 \\[finder-select] more help for the item on the current line
24221
efc15742dcc3 (finder-commentary): Fix interactive spec. Try
Dave Love <fx@gnu.org>
parents: 22295
diff changeset
350 \\[finder-exit] exit Finder mode and kill the Finder buffer."
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
351 :syntax-table finder-mode-syntax-table
93178
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
352 (setq font-lock-defaults '(finder-font-lock-keywords nil nil
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
353 (("+-*/.<>=!?$%_&~^:@" . "w")) nil))
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
354 (set (make-local-variable 'finder-headmark) nil))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
355
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
356 (defun finder-summary ()
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
357 "Summarize basic Finder commands."
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
358 (interactive)
14313
8e13f59d2c19 (finder-summary): Pass proper format string to message.
Karl Heuer <kwzh@gnu.org>
parents: 14169
diff changeset
359 (message "%s"
2716
acd678e58602 * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
Jim Blandy <jimb@redhat.com>
parents: 2527
diff changeset
360 (substitute-command-keys
21805
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
361 "\\<finder-mode-map>\\[finder-select] = select, \
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
362 \\[finder-mouse-select] = select, \\[finder-list-keywords] = to \
aafa93c1a5ce (finder-insert-at-column): Simplify.
Dave Love <fx@gnu.org>
parents: 21758
diff changeset
363 finder directory, \\[finder-exit] = quit, \\[finder-summary] = help")))
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
364
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
365 (defun finder-exit ()
93178
6c44d22f4d83 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 87649
diff changeset
366 "Exit Finder mode.
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
367 Delete the window and kill all Finder-related buffers."
2527
93015b63b041 Rewritten. The Finder is now a major mode with the ability to browse
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 2502
diff changeset
368 (interactive)
95555
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
369 (ignore-errors (delete-window))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
370 (dolist (buff '("*Finder*" "*Finder-package*" "*Finder Category*"))
97c7d857b5e3 (finder-headmark): Initialize and add doc string.
Glenn Morris <rgm@gnu.org>
parents: 94678
diff changeset
371 (and (get-buffer buff) (kill-buffer buff))))
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
372
30883
869204bacd5f Add local-variable settings to the generated file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 28528
diff changeset
373
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
374 (provide 'finder)
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
375
84659
76e7ca025173 (finder-compile-keywords): Fix up comment style.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 78236
diff changeset
376 ;; arch-tag: ec85ff49-8cb8-41f5-a63f-9131d53ce2c5
867
f120dd3a71b0 Initial revision
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
diff changeset
377 ;;; finder.el ends here