annotate lisp/help-funs.el @ 39726:19d78cd38271

New file, contents mostly from `help.el'. (describe-variable): Use `condition-case' instead of `ignore-errors'.
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2001 11:15:19 +0000
parents
children 67f0a4191315
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39726
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
1 ;;; help-funs.el --- Complex help functions
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
2
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
3 ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
4 ;; Free Software Foundation, Inc.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
5
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
6 ;; Maintainer: FSF
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
7 ;; Keywords: help, internal
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
8
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
9 ;; This file is part of GNU Emacs.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
10
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
12 ;; it under the terms of the GNU General Public License as published by
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
13 ;; the Free Software Foundation; either version 2, or (at your option)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
14 ;; any later version.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
15
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
16 ;; GNU Emacs is distributed in the hope that it will be useful,
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
19 ;; GNU General Public License for more details.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
20
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
21 ;; You should have received a copy of the GNU General Public License
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
24 ;; Boston, MA 02111-1307, USA.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
25
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
26 ;;; Commentary:
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
27
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
28 ;; This file contains those help commands which are complicated, and
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
29 ;; which may not be used in every session. For example
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
30 ;; `describe-function' will probably be heavily used when doing elisp
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
31 ;; programming, but not if just editing C files. Simpler help commands
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
32 ;; are in help.el
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
33
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
34 ;;; Code:
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
35
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
36 ;;;###autoload
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
37 (defun help-with-tutorial (&optional arg)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
38 "Select the Emacs learn-by-doing tutorial.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
39 If there is a tutorial version written in the language
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
40 of the selected language environment, that version is used.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
41 If there's no tutorial in that language, `TUTORIAL' is selected.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
42 With arg, you are asked to choose which language."
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
43 (interactive "P")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
44 (let ((lang (if arg
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
45 (read-language-name 'tutorial "Language: " "English")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
46 (if (get-language-info current-language-environment 'tutorial)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
47 current-language-environment
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
48 "English")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
49 file filename)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
50 (setq filename (get-language-info lang 'tutorial))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
51 (setq file (expand-file-name (concat "~/" filename)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
52 (delete-other-windows)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
53 (if (get-file-buffer file)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
54 (switch-to-buffer (get-file-buffer file))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
55 (switch-to-buffer (create-file-buffer file))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
56 (setq buffer-file-name file)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
57 (setq default-directory (expand-file-name "~/"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
58 (setq buffer-auto-save-file-name nil)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
59 (insert-file-contents (expand-file-name filename data-directory))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
60 (goto-char (point-min))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
61 (search-forward "\n<<")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
62 (beginning-of-line)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
63 (delete-region (point) (progn (end-of-line) (point)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
64 (let ((n (- (window-height (selected-window))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
65 (count-lines (point-min) (point))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
66 6)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
67 (if (< n 12)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
68 (newline n)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
69 ;; Some people get confused by the large gap.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
70 (newline (/ n 2))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
71 (insert "[Middle of page left blank for didactic purposes. "
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
72 "Text continues below]")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
73 (newline (- n (/ n 2)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
74 (goto-char (point-min))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
75 (set-buffer-modified-p nil))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
76
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
77 ;;;###autoload
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
78 (defun locate-library (library &optional nosuffix path interactive-call)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
79 "Show the precise file name of Emacs library LIBRARY.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
80 This command searches the directories in `load-path' like `M-x load-library'
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
81 to find the file that `M-x load-library RET LIBRARY RET' would load.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
82 Optional second arg NOSUFFIX non-nil means don't add suffixes `.elc' or `.el'
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
83 to the specified name LIBRARY.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
84
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
85 If the optional third arg PATH is specified, that list of directories
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
86 is used instead of `load-path'.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
87
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
88 When called from a program, the file name is normaly returned as a
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
89 string. When run interactively, the argument INTERACTIVE-CALL is t,
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
90 and the file name is displayed in the echo area."
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
91 (interactive (list (read-string "Locate library: ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
92 nil nil
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
93 t))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
94 (let (result)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
95 (catch 'answer
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
96 (mapc
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
97 (lambda (dir)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
98 (mapc
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
99 (lambda (suf)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
100 (let ((try (expand-file-name (concat library suf) dir)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
101 (and (file-readable-p try)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
102 (null (file-directory-p try))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
103 (progn
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
104 (setq result try)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
105 (throw 'answer try)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
106 (if nosuffix
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
107 '("")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
108 '(".elc" ".el" "")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
109 (let ((basic '(".elc" ".el" ""))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
110 (compressed '(".Z" ".gz" "")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
111 ;; If autocompression mode is on,
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
112 ;; consider all combinations of library suffixes
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
113 ;; and compression suffixes.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
114 (if (rassq 'jka-compr-handler file-name-handler-alist)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
115 (apply 'nconc
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
116 (mapcar (lambda (compelt)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
117 (mapcar (lambda (baselt)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
118 (concat baselt compelt))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
119 basic))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
120 compressed))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
121 basic)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
122 (or path load-path)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
123 (and interactive-call
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
124 (if result
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
125 (message "Library is file %s" result)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
126 (message "No library %s in search path" library)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
127 result))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
128
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
129
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
130 ;; Functions
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
131
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
132 ;;;###autoload
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
133 (defun describe-function (function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
134 "Display the full documentation of FUNCTION (a symbol)."
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
135 (interactive
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
136 (let ((fn (function-called-at-point))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
137 (enable-recursive-minibuffers t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
138 val)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
139 (setq val (completing-read (if fn
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
140 (format "Describe function (default %s): " fn)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
141 "Describe function: ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
142 obarray 'fboundp t nil nil (symbol-name fn)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
143 (list (if (equal val "")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
144 fn (intern val)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
145 (if (null function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
146 (message "You didn't specify a function")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
147 (with-output-to-temp-buffer "*Help*"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
148 (prin1 function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
149 ;; Use " is " instead of a colon so that
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
150 ;; it is easier to get out the function name using forward-sexp.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
151 (princ " is ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
152 (describe-function-1 function nil (interactive-p))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
153 (print-help-return-message)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
154 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
155 (set-buffer standard-output)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
156 ;; Return the text we displayed.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
157 (buffer-string)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
158
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
159 (defun describe-function-1 (function parens interactive-p)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
160 (let* ((def (if (symbolp function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
161 (symbol-function function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
162 function))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
163 file-name string need-close
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
164 (beg (if (commandp def) "an interactive " "a ")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
165 (setq string
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
166 (cond ((or (stringp def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
167 (vectorp def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
168 "a keyboard macro")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
169 ((subrp def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
170 (if (eq 'unevalled (cdr (subr-arity def)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
171 (concat beg "special form")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
172 (concat beg "built-in function")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
173 ((byte-code-function-p def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
174 (concat beg "compiled Lisp function"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
175 ((symbolp def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
176 (while (symbolp (symbol-function def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
177 (setq def (symbol-function def)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
178 (format "an alias for `%s'" def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
179 ((eq (car-safe def) 'lambda)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
180 (concat beg "Lisp function"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
181 ((eq (car-safe def) 'macro)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
182 "a Lisp macro")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
183 ((eq (car-safe def) 'mocklisp)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
184 "a mocklisp function")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
185 ((eq (car-safe def) 'autoload)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
186 (setq file-name (nth 1 def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
187 (format "%s autoloaded %s"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
188 (if (commandp def) "an interactive" "an")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
189 (if (eq (nth 4 def) 'keymap) "keymap"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
190 (if (nth 4 def) "Lisp macro" "Lisp function"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
191 ))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
192 ;; perhaps use keymapp here instead
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
193 ((eq (car-safe def) 'keymap)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
194 (let ((is-full nil)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
195 (elts (cdr-safe def)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
196 (while elts
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
197 (if (char-table-p (car-safe elts))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
198 (setq is-full t
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
199 elts nil))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
200 (setq elts (cdr-safe elts)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
201 (if is-full
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
202 "a full keymap"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
203 "a sparse keymap")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
204 (t "")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
205 (when (and parens (not (equal string "")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
206 (setq need-close t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
207 (princ "("))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
208 (princ string)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
209 (with-current-buffer "*Help*"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
210 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
211 (save-match-data
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
212 (if (re-search-backward "alias for `\\([^`']+\\)'" nil t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
213 (help-xref-button 1 'help-function def)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
214 (or file-name
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
215 (setq file-name (symbol-file function)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
216 (if file-name
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
217 (progn
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
218 (princ " in `")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
219 ;; We used to add .el to the file name,
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
220 ;; but that's completely wrong when the user used load-file.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
221 (princ file-name)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
222 (princ "'")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
223 ;; Make a hyperlink to the library.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
224 (with-current-buffer "*Help*"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
225 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
226 (re-search-backward "`\\([^`']+\\)'" nil t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
227 (help-xref-button 1 'help-function-def function file-name)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
228 (if need-close (princ ")"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
229 (princ ".")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
230 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
231 (when (commandp function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
232 (let ((keys (where-is-internal
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
233 function overriding-local-map nil nil)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
234 (when keys
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
235 (princ "It is bound to ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
236 ;; FIXME: This list can be very long (f.ex. for self-insert-command).
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
237 (princ (mapconcat 'key-description keys ", "))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
238 (princ ".")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
239 (terpri))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
240 ;; Handle symbols aliased to other symbols.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
241 (setq def (indirect-function def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
242 ;; If definition is a macro, find the function inside it.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
243 (if (eq (car-safe def) 'macro)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
244 (setq def (cdr def)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
245 (let ((arglist (cond ((byte-code-function-p def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
246 (car (append def nil)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
247 ((eq (car-safe def) 'lambda)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
248 (nth 1 def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
249 ((and (eq (car-safe def) 'autoload)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
250 (not (eq (nth 4 def) 'keymap)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
251 (concat "[Arg list not available until "
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
252 "function definition is loaded.]"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
253 (t t))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
254 (cond ((listp arglist)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
255 (princ (cons (if (symbolp function) function "anonymous")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
256 (mapcar (lambda (arg)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
257 (if (memq arg '(&optional &rest))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
258 arg
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
259 (intern (upcase (symbol-name arg)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
260 arglist)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
261 (terpri))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
262 ((stringp arglist)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
263 (princ arglist)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
264 (terpri))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
265 (let ((doc (documentation function)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
266 (if doc
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
267 (progn (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
268 (princ doc)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
269 (if (subrp def)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
270 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
271 (beginning-of-line)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
272 ;; Builtins get the calling sequence at the end of
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
273 ;; the doc string. Move it to the same place as
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
274 ;; for other functions.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
275
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
276 ;; In cases where `function' has been fset to a
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
277 ;; subr we can't search for function's name in
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
278 ;; the doc string. Kluge round that using the
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
279 ;; printed representation. The arg list then
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
280 ;; shows the wrong function name, but that
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
281 ;; might be a useful hint.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
282 (let* ((rep (prin1-to-string def))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
283 (name (progn
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
284 (string-match " \\([^ ]+\\)>$" rep)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
285 (match-string 1 rep))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
286 (if (looking-at (format "(%s[ )]" (regexp-quote name)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
287 (let ((start (point-marker)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
288 (goto-char (point-min))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
289 (forward-paragraph)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
290 (insert-buffer-substring (current-buffer) start)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
291 (insert ?\n)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
292 (delete-region (1- start) (point-max)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
293 (goto-char (point-min))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
294 (forward-paragraph)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
295 (insert
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
296 "[Missing arglist. Please make a bug report.]\n")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
297 (goto-char (point-max))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
298 (help-setup-xref (list #'describe-function function)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
299 interactive-p))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
300 (princ "not documented")))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
301
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
302
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
303 ;; Variables
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
304
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
305 ;;;###autoload
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
306 (defun variable-at-point ()
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
307 "Return the bound variable symbol found around point.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
308 Return 0 if there is no such symbol."
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
309 (condition-case ()
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
310 (with-syntax-table emacs-lisp-mode-syntax-table
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
311 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
312 (or (not (zerop (skip-syntax-backward "_w")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
313 (eq (char-syntax (following-char)) ?w)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
314 (eq (char-syntax (following-char)) ?_)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
315 (forward-sexp -1))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
316 (skip-chars-forward "'")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
317 (let ((obj (read (current-buffer))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
318 (or (and (symbolp obj) (boundp obj) obj)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
319 0))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
320 (error 0)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
321
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
322 ;;;###autoload
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
323 (defun describe-variable (variable &optional buffer)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
324 "Display the full documentation of VARIABLE (a symbol).
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
325 Returns the documentation as a string, also.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
326 If VARIABLE has a buffer-local value in BUFFER (default to the current buffer),
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
327 it is displayed along with the global value."
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
328 (interactive
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
329 (let ((v (variable-at-point))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
330 (enable-recursive-minibuffers t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
331 val)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
332 (setq val (completing-read (if (symbolp v)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
333 (format
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
334 "Describe variable (default %s): " v)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
335 "Describe variable: ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
336 obarray 'boundp t nil nil
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
337 (if (symbolp v) (symbol-name v))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
338 (list (if (equal val "")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
339 v (intern val)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
340 (unless (bufferp buffer) (setq buffer (current-buffer)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
341 (if (not (symbolp variable))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
342 (message "You did not specify a variable")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
343 (let (valvoid)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
344 (with-current-buffer buffer
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
345 (with-output-to-temp-buffer "*Help*"
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
346 (prin1 variable)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
347 (if (not (boundp variable))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
348 (progn
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
349 (princ " is void")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
350 (setq valvoid t))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
351 (let ((val (symbol-value variable)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
352 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
353 (princ "'s value is ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
354 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
355 (let ((from (point)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
356 (pp val)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
357 (help-xref-on-pp from (point))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
358 (if (< (point) (+ from 20))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
359 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
360 (goto-char from)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
361 (delete-char -1)))))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
362 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
363 (when (local-variable-p variable)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
364 (princ (format "Local in buffer %s; " (buffer-name)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
365 (if (not (default-boundp variable))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
366 (princ "globally void")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
367 (let ((val (default-value variable)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
368 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
369 (princ "global value is ")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
370 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
371 ;; Fixme: pp can take an age if you happen to
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
372 ;; ask for a very large expression. We should
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
373 ;; probably print it raw once and check it's a
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
374 ;; sensible size before prettyprinting. -- fx
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
375 (let ((from (point)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
376 (pp val)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
377 (help-xref-on-pp from (point))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
378 (if (< (point) (+ from 20))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
379 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
380 (goto-char from)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
381 (delete-char -1)))))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
382 (terpri))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
383 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
384 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
385 (when (> (count-lines (point-min) (point-max)) 10)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
386 ;; Note that setting the syntax table like below
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
387 ;; makes forward-sexp move over a `'s' at the end
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
388 ;; of a symbol.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
389 (set-syntax-table emacs-lisp-mode-syntax-table)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
390 (goto-char (point-min))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
391 (if valvoid
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
392 (forward-line 1)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
393 (forward-sexp 1)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
394 (delete-region (point) (progn (end-of-line) (point)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
395 (insert " value is shown below.\n\n")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
396 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
397 (insert "\n\nValue:"))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
398 ;; Add a note for variables that have been make-var-buffer-local.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
399 (when (and (local-variable-if-set-p variable)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
400 (or (not (local-variable-p variable))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
401 (with-temp-buffer
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
402 (local-variable-if-set-p variable))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
403 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
404 (forward-line -1)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
405 (insert "Automatically becomes buffer-local when set in any fashion.\n"))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
406 (princ "Documentation:")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
407 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
408 (let ((doc (documentation-property variable 'variable-documentation)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
409 (princ (or doc "not documented as a variable.")))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
410 (help-setup-xref (list #'describe-variable variable (current-buffer))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
411 (interactive-p))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
412
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
413 ;; Make a link to customize if this variable can be customized.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
414 ;; Note, it is not reliable to test only for a custom-type property
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
415 ;; because those are only present after the var's definition
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
416 ;; has been loaded.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
417 (if (or (get variable 'custom-type) ; after defcustom
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
418 (get variable 'custom-loads) ; from loaddefs.el
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
419 (get variable 'standard-value)) ; from cus-start.el
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
420 (let ((customize-label "customize"))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
421 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
422 (terpri)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
423 (princ (concat "You can " customize-label " this variable."))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
424 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
425 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
426 (re-search-backward
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
427 (concat "\\(" customize-label "\\)") nil t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
428 (help-xref-button 1 'help-customize-variable variable)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
429 ;; Make a hyperlink to the library if appropriate. (Don't
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
430 ;; change the format of the buffer's initial line in case
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
431 ;; anything expects the current format.)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
432 (let ((file-name (symbol-file variable)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
433 (when (equal file-name "loaddefs.el")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
434 ;; Find the real def site of the preloaded variable.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
435 (let ((location
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
436 (condition-case nil
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
437 (find-variable-noselect variable file-name)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
438 (error nil))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
439 (when location
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
440 (with-current-buffer (car location)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
441 (goto-char (cdr location))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
442 (when (re-search-backward
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
443 "^;;; Generated autoloads from \\(.*\\)" nil t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
444 (setq file-name (match-string 1)))))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
445 (when file-name
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
446 (princ "\n\nDefined in `")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
447 (princ file-name)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
448 (princ "'.")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
449 (with-current-buffer standard-output
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
450 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
451 (re-search-backward "`\\([^`']+\\)'" nil t)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
452 (help-xref-button 1 'help-variable-def
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
453 variable file-name)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
454
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
455 (print-help-return-message)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
456 (save-excursion
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
457 (set-buffer standard-output)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
458 ;; Return the text we displayed.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
459 (buffer-string)))))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
460
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
461
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
462 ;; `help-manyarg-func-alist' is defined primitively (in doc.c).
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
463 ;; New primitives with `MANY' or `UNEVALLED' arglists should be added
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
464 ;; to this alist.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
465 ;; The parens and function name are redundant, but it's messy to add
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
466 ;; them in `documentation'.
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
467
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
468 ;; This will find any missing items:
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
469 ;; (let (l)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
470 ;; (mapatoms (lambda (x)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
471 ;; (if (and (fboundp x)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
472 ;; (subrp (symbol-function x))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
473 ;; (not (numberp (cdr (subr-arity (symbol-function x)))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
474 ;; (not (assq x help-manyarg-func-alist)))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
475 ;; (push x l))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
476 ;; l)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
477 (defconst help-manyarg-func-alist
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
478 (purecopy
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
479 '((list . "(list &rest OBJECTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
480 (vector . "(vector &rest OBJECTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
481 (make-byte-code . "(make-byte-code &rest ELEMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
482 (call-process
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
483 . "(call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
484 (call-process-region
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
485 . "(call-process-region START END PROGRAM &optional DELETE BUFFER DISPLAY &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
486 (string . "(string &rest CHARACTERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
487 (+ . "(+ &rest NUMBERS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
488 (- . "(- &optional NUMBER-OR-MARKER &rest MORE-NUMBERS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
489 (* . "(* &rest NUMBERS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
490 (/ . "(/ DIVIDEND DIVISOR &rest DIVISORS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
491 (max . "(max NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
492 (min . "(min NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
493 (logand . "(logand &rest INTS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
494 (logior . "(logior &rest INTS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
495 (logxor . "(logxor &rest INTS-OR-MARKERS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
496 (encode-time
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
497 . "(encode-time SECOND MINUTE HOUR DAY MONTH YEAR &optional ZONE)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
498 (insert . "(insert &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
499 (insert-and-inherit . "(insert-and-inherit &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
500 (insert-before-markers . "(insert-before-markers &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
501 (message . "(message STRING &rest ARGUMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
502 (message-box . "(message-box STRING &rest ARGUMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
503 (message-or-box . "(message-or-box STRING &rest ARGUMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
504 (propertize . "(propertize STRING &rest PROPERTIES)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
505 (format . "(format STRING &rest OBJECTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
506 (apply . "(apply FUNCTION &rest ARGUMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
507 (run-hooks . "(run-hooks &rest HOOKS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
508 (run-hook-with-args . "(run-hook-with-args HOOK &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
509 (run-hook-with-args-until-failure
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
510 . "(run-hook-with-args-until-failure HOOK &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
511 (run-hook-with-args-until-success
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
512 . "(run-hook-with-args-until-success HOOK &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
513 (funcall . "(funcall FUNCTION &rest ARGUMENTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
514 (append . "(append &rest SEQUENCES)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
515 (concat . "(concat &rest SEQUENCES)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
516 (vconcat . "(vconcat &rest SEQUENCES)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
517 (nconc . "(nconc &rest LISTS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
518 (widget-apply . "(widget-apply WIDGET PROPERTY &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
519 (make-hash-table . "(make-hash-table &rest KEYWORD-ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
520 (insert-string . "(insert-string &rest ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
521 (start-process . "(start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
522 (setq-default . "(setq-default SYMBOL VALUE [SYMBOL VALUE...])")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
523 (save-excursion . "(save-excursion &rest BODY)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
524 (save-current-buffer . "(save-current-buffer &rest BODY)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
525 (save-restriction . "(save-restriction &rest BODY)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
526 (or . "(or CONDITIONS ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
527 (and . "(and CONDITIONS ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
528 (if . "(if COND THEN ELSE...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
529 (cond . "(cond CLAUSES...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
530 (progn . "(progn BODY ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
531 (prog1 . "(prog1 FIRST BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
532 (prog2 . "(prog2 X Y BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
533 (setq . "(setq SYM VAL SYM VAL ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
534 (quote . "(quote ARG)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
535 (function . "(function ARG)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
536 (defun . "(defun NAME ARGLIST [DOCSTRING] BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
537 (defmacro . "(defmacro NAME ARGLIST [DOCSTRING] BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
538 (defvar . "(defvar SYMBOL [INITVALUE DOCSTRING])")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
539 (defconst . "(defconst SYMBOL INITVALUE [DOCSTRING])")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
540 (let* . "(let* VARLIST BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
541 (let . "(let VARLIST BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
542 (while . "(while TEST BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
543 (catch . "(catch TAG BODY...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
544 (unwind-protect . "(unwind-protect BODYFORM UNWINDFORMS...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
545 (condition-case . "(condition-case VAR BODYFORM HANDLERS...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
546 (track-mouse . "(track-mouse BODY ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
547 (ml-if . "(ml-if COND THEN ELSE...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
548 (ml-provide-prefix-argument . "(ml-provide-prefix-argument ARG1 ARG2)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
549 (ml-prefix-argument-loop . "(ml-prefix-argument-loop ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
550 (with-output-to-temp-buffer
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
551 . "(with-output-to-temp-buffer BUFFNAME BODY ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
552 (save-window-excursion . "(save-window-excursion BODY ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
553 (find-operation-coding-system
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
554 . "(find-operation-coding-system OPERATION ARGUMENTS ...)")
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
555 (insert-before-markers-and-inherit
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
556 . "(insert-before-markers-and-inherit &rest ARGS)"))))
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
557
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
558
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
559 (provide 'help-funs)
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
560
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
561 ;;; help-funs.el ends here
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
562
19d78cd38271 New file, contents mostly from `help.el'.
Miles Bader <miles@gnu.org>
parents:
diff changeset
563