163
|
1 ;;; DO NOT MODIFY THIS FILE
|
189
|
2 (if (featurep '-autoloads) (error "Already loaded"))
|
163
|
3
|
|
4 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el")
|
|
5
|
|
6 (autoload 'hmail:compose "hmail" "\
|
|
7 Compose mail with ADDRESS and evaluation of EXPR.
|
|
8 Optional SUBJECT and HELP message may also be given." t nil)
|
|
9
|
|
10 ;;;***
|
|
11
|
|
12 ;;;### (autoloads (Info-handle-in-note smart-info-assist smart-info) "hmous-info" "hyperbole/hmous-info.el")
|
|
13
|
|
14 (autoload 'smart-info "hmous-info" "\
|
|
15 Walks through Info documentation networks using one key or mouse key.
|
|
16
|
|
17 If key is pressed within:
|
|
18 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
|
|
19 is found;
|
|
20 (2) the Up, Next, or Previous entries of a Node Header (first line),
|
|
21 the desired node is found;
|
|
22 (3) the File entry of a Node Header (first line),
|
|
23 the 'Top' node within that file is found;
|
|
24 (4) at the end of the current node, the Next node is found (this will
|
|
25 descend subtrees if the function 'Info-global-next' is bound);
|
|
26 (5) anywhere else (e.g. at the end of a line), the current node entry is
|
|
27 scrolled up one windowful.
|
|
28
|
|
29 Returns t if key is pressed within an Info Node Header, Cross Reference,
|
|
30 or a Menu; otherwise returns nil." t nil)
|
|
31
|
|
32 (autoload 'smart-info-assist "hmous-info" "\
|
|
33 Walks through Info documentation networks using one assist-key or mouse assist-key.
|
|
34
|
|
35 If assist-key is pressed within:
|
|
36 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
|
|
37 is found;
|
|
38 (2) the Up, Next, or Previous entries of a Node Header (first line),
|
|
39 the last node in the history list is found;
|
|
40 (3) the File entry of a Node Header (first line),
|
|
41 the 'DIR' root-level node is found;
|
|
42 (4) at the end of the current node, the Previous node is found (this will
|
|
43 return from subtrees if the function 'Info-global-prev is bound);
|
|
44 (5) anywhere else (e.g. at the end of a line), the current node entry is
|
|
45 scrolled down one windowful.
|
|
46
|
|
47 Returns t if assist-key is pressed within an Info Node Header, Cross Reference,
|
|
48 or a Menu; otherwise returns nil." t nil)
|
|
49
|
|
50 (autoload 'Info-handle-in-note "hmous-info" "\
|
|
51 Follows an Info cross-reference.
|
|
52 If point is within the first line of an Info note (cross-reference), follows
|
|
53 cross-reference and returns t; otherwise returns nil." nil nil)
|
|
54
|
|
55 ;;;***
|
|
56
|
|
57 ;;;### (autoloads (hkey-help-show) "hmouse-drv" "hyperbole/hmouse-drv.el")
|
|
58
|
|
59 (autoload 'hkey-help-show "hmouse-drv" "\
|
|
60 Saves prior frame configuration if BUFFER displays help. Displays BUFFER.
|
|
61
|
|
62 Optional second arg CURRENT-WINDOW non-nil forces display of buffer within
|
|
63 the current window. By default, it is displayed in another window." nil nil)
|
|
64
|
|
65 ;;;***
|
|
66
|
|
67 ;;;### (autoloads (smart-tags-file smart-tags-file-path smart-objc smart-lisp-mode-p smart-java-at-tag-p smart-java smart-fortran-at-tag-p smart-c++ smart-c-at-tag-p smart-asm-at-tag-p) "hmouse-tag" "hyperbole/hmouse-tag.el")
|
|
68
|
|
69 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\
|
|
70 Return assembly tag name that point is within, else nil." nil nil)
|
|
71
|
|
72 (autoload 'smart-c-at-tag-p "hmouse-tag" "\
|
|
73 Return C tag name that point is within, else nil." nil nil)
|
|
74
|
|
75 (autoload 'smart-c++ "hmouse-tag" "\
|
|
76 Jumps to the definition of optional C++ IDENTIFIER or the one at point.
|
|
77 Optional second arg NEXT means jump to next matching C++ tag.
|
|
78
|
|
79 It assumes that its caller has already checked that the key was pressed in an
|
|
80 appropriate buffer and has moved the cursor to the selected buffer.
|
|
81
|
|
82 If:
|
|
83 (1) on a `#include' statement, the include file is displayed;
|
|
84 Look for include file in directory lists `smart-c-cpp-include-dirs'
|
|
85 and `smart-c-include-dirs'.
|
|
86 (2) on a C++ identifier, the identifier definition is displayed,
|
|
87 assuming the identifier is found within an `etags' generated tag file
|
|
88 in the current directory or any of its ancestor directories.
|
|
89 (3) if `smart-c-use-lib-man' is non-nil, the C++ identifier is
|
|
90 recognized as a library symbol, and a man page is found for the
|
|
91 identifier, then the man page is displayed." t nil)
|
|
92
|
|
93 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
|
|
94 Return Fortran tag name that point is within, else nil." nil nil)
|
|
95
|
|
96 (autoload 'smart-java "hmouse-tag" "\
|
|
97 Jumps to the definition of optional Java IDENTIFIER or the one at point.
|
|
98 Optional second arg NEXT means jump to next matching Java tag.
|
|
99
|
|
100 It assumes that its caller has already checked that the key was pressed in an
|
|
101 appropriate buffer and has moved the cursor to the selected buffer.
|
|
102
|
|
103 If:
|
|
104 (1) within a commented @see cross-reference, the referent is displayed;
|
|
105 (2) on a `package' or `import' statement, the referent is displayed;
|
|
106 Look for referent files in the directory list `smart-java-package-dirs'.
|
|
107 (3) on an Java identifier, the identifier definition is displayed,
|
|
108 assuming the identifier is found within an `etags' generated tag file
|
|
109 in the current directory or any of its ancestor directories." t nil)
|
|
110
|
|
111 (autoload 'smart-java-at-tag-p "hmouse-tag" "\
|
|
112 Return Java tag name that point is within, else nil." nil nil)
|
|
113
|
|
114 (autoload 'smart-lisp-mode-p "hmouse-tag" "\
|
|
115 Return t if in a mode which uses Lisp symbols." nil nil)
|
|
116
|
|
117 (autoload 'smart-objc "hmouse-tag" "\
|
|
118 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point.
|
|
119 Optional second arg NEXT means jump to next matching Objective-C tag.
|
|
120
|
|
121 It assumes that its caller has already checked that the key was pressed in an
|
|
122 appropriate buffer and has moved the cursor to the selected buffer.
|
|
123
|
|
124 If:
|
|
125 (1) on a `#include' statement, the include file is displayed;
|
|
126 Look for include file in directory lists `smart-c-cpp-include-dirs'
|
|
127 and `smart-c-include-dirs'.
|
|
128 (2) on an Objective-C identifier, the identifier definition is displayed,
|
|
129 assuming the identifier is found within an `etags' generated tag file
|
|
130 in the current directory or any of its ancestor directories.
|
|
131 (3) if `smart-c-use-lib-man' is non-nil, the Objective-C identifier is
|
|
132 recognized as a library symbol, and a man page is found for the
|
|
133 identifier, then the man page is displayed." t nil)
|
|
134
|
|
135 (autoload 'smart-tags-file-path "hmouse-tag" "\
|
|
136 Expand relative FILE name by looking it up in the nearest tags file.
|
|
137 Return FILE unchanged if it exists relative to the current directory or
|
|
138 cannot be expanded via a tags file." nil nil)
|
|
139
|
|
140 (autoload 'smart-tags-file "hmouse-tag" "\
|
|
141 Return appropriate tags file name for CURR-FILENAME or `tags-file-name'.
|
|
142 Optional NAME-OF-TAGS-FILE is the literal filename for which to look." nil nil)
|
|
143
|
|
144 ;;;***
|
|
145
|
|
146 ;;;### (autoloads (hyperbole) "hui-mini" "hyperbole/hui-mini.el")
|
|
147
|
|
148 (autoload 'hyperbole "hui-mini" "\
|
|
149 Invokes default Hyperbole menu user interface when not already active.
|
|
150 Suitable for binding to a key, e.g. {C-h h}.
|
|
151 Non-interactively, returns t if menu is actually invoked by call, else nil.
|
|
152
|
|
153 Two optional arguments may be given to invoke alternative menus.
|
|
154 MENU (a symbol) specifies the menu to invoke from MENU-LIST, (a
|
|
155 Hyperbole menu list structure). MENU defaults to 'hyperbole and MENU-LIST
|
|
156 to `hui:menus'. See `hui:menus' definition for the format of the menu list
|
|
157 structure." t nil)
|
|
158
|
|
159 ;;;***
|
|
160
|
|
161 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el")
|
|
162
|
|
163 (autoload 'var:append "hvar" "\
|
|
164 Appends to value held by VAR-SYMBOL-NAME, LIST-TO-ADD. Returns new value.
|
|
165 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD.
|
|
166 Often used to append to 'hook' variables." nil nil)
|
|
167
|
|
168 ;;;***
|
|
169
|
|
170 ;;;### (autoloads (hypb:display-file-with-logo hypb:configuration) "hypb" "hyperbole/hypb.el")
|
|
171
|
|
172 (autoload 'hypb:configuration "hypb" "\
|
|
173 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil)
|
|
174
|
|
175 (autoload 'hypb:display-file-with-logo "hypb" "\
|
|
176 Display an optional text FILE with the InfoDock Associates logo prepended.
|
|
177 Without file, logo is prepended to the current buffer." nil nil)
|
|
178
|
|
179 ;;;***
|
|
180
|
|
181 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el")
|
|
182
|
|
183 (defvar action-key-url-function 'w3-fetch "\
|
|
184 Value is a function of one argument, a url, which displays the url referent.
|
|
185 Possible values are:
|
|
186 w3-fetch - display using the W3 Emacs web browser;
|
|
187 highlight-headers-follow-url-netscape - display in Netscape;
|
|
188 highlight-headers-follow-url-mosaic - display in Mosaic.")
|
|
189
|
|
190 (defvar kimport:mode-alist '((t . kimport:text) (outline-mode . kimport:star-outline)) "\
|
|
191 Alist of (major-mode . importation-function) elements.
|
|
192 This determines the type of importation done on a file when `kimport:file' is
|
|
193 called if the major mode of the import file matches the car of an element in
|
|
194 this list. If there is no match, then `kimport:suffix-alist' is checked. If
|
|
195 that yields no match, the element in this list whose car is 't is used. It
|
|
196 normally does an import of a koutline or text file.
|
|
197
|
|
198 Each importation-function must take two arguments, a buffer/file to import
|
|
199 and a buffer/file into which to insert the imported elements and a third
|
|
200 optional argument, CHILDREN-P, which when non-nil means insert imported cells
|
|
201 as the initial set of children of the current cell, if any.
|
|
202
|
|
203 outline-mode - imported as an Emacs outline whose entries begin with
|
|
204 asterisks;
|
|
205 .kot
|
|
206 .kotl - imported as a structured koutline
|
|
207
|
|
208 all others - imported as text.")
|
|
209
|
|
210 (defvar kimport:suffix-alist '(("\\.otl$" . kimport:star-outline) ("\\.aug$" . kimport:aug-post-outline)) "\
|
|
211 Alist of (buffer-name-suffix-regexp . importation-function) elements.
|
|
212 This determines the type of importation done on a file when `kimport:file' is
|
|
213 called. Each importation-function must take two arguments, a buffer/file to
|
|
214 import and a buffer/file into which to insert the imported elements and a
|
|
215 third optional argument, CHILDREN-P, which when non-nil means insert imported
|
|
216 cells as the initial set of children of the current cell, if any.
|
|
217
|
|
218 .otl - imported as an Emacs outline whose entries begin with asterisks;
|
|
219 .kot
|
|
220 .kotl - imported as a structured koutline
|
|
221 .aug - imported as an Augment post-numbered outline.")
|
|
222
|
|
223 ;;;***
|
|
224
|
|
225 ;;;### (autoloads (wconfig-yank-pop wconfig-ring-save wconfig-delete-pop wconfig-restore-by-name wconfig-delete-by-name wconfig-add-by-name) "wconfig" "hyperbole/wconfig.el")
|
|
226
|
|
227 (autoload 'wconfig-add-by-name "wconfig" "\
|
|
228 Saves the current window configuration under the string NAME.
|
|
229 When called interactively and a window configuration already exists under
|
|
230 NAME, confirms whether or not to replace it." t nil)
|
|
231
|
|
232 (autoload 'wconfig-delete-by-name "wconfig" "\
|
|
233 Deletes window configuration saved under NAME." t nil)
|
|
234
|
|
235 (autoload 'wconfig-restore-by-name "wconfig" "\
|
|
236 Restores window configuration saved under NAME." t nil)
|
|
237
|
|
238 (autoload 'wconfig-delete-pop "wconfig" "\
|
|
239 Replaces current window config with most recently saved config in ring.
|
|
240 Then deletes this new configuration from the ring." t nil)
|
|
241
|
|
242 (autoload 'wconfig-ring-save "wconfig" "\
|
|
243 Saves the current window configuration onto the save ring.
|
|
244 Use {\\[wconfig-yank-pop]} to restore it at a later time." t nil)
|
|
245
|
|
246 (autoload 'wconfig-yank-pop "wconfig" "\
|
|
247 Replaces current window config with prefix arg Nth prior one in save ring.
|
|
248 Interactively, default value of N = 1, meaning the last saved window
|
|
249 configuration is displayed.
|
|
250
|
|
251 The sequence of window configurations wraps around, so that after the oldest
|
|
252 one comes the newest one." t nil)
|
|
253
|
|
254 ;;;***
|
|
255
|
|
256 ;;;### (autoloads (rolo-logic) "wrolo-logic" "hyperbole/wrolo-logic.el")
|
|
257
|
|
258 (autoload 'rolo-logic "wrolo-logic" "\
|
|
259 Apply FUNC to all entries in optional IN-BUFS, display entries where FUNC is non-nil.
|
|
260 If IN-BUFS is nil, 'rolo-file-list' is used. If optional COUNT-ONLY is
|
|
261 non-nil, don't display entries, return count of matching entries only. If
|
|
262 optional INCLUDE-SUB-ENTRIES flag is non-nil, FUNC will be applied across all
|
|
263 sub-entries at once. Default is to apply FUNC to each entry and sub-entry
|
|
264 separately. Entries are displayed with all of their sub-entries unless
|
|
265 INCLUDE-SUB-ENTRIES is nil and optional NO-SUB-ENTRIES-OUT flag is non-nil.
|
|
266 FUNC should use the free variables 'start' and 'end' which contain the limits
|
|
267 of the region on which it should operate. Returns number of applications of
|
|
268 FUNC that return non-nil." t nil)
|
|
269
|
|
270 ;;;***
|
|
271
|
|
272 ;;;### (autoloads (rolo-yank rolo-toggle-datestamps rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el")
|
|
273
|
|
274 (autoload 'rolo-add "wrolo" "\
|
|
275 Adds a new entry in personal rolodex for NAME.
|
|
276 Last name first is best, e.g. \"Smith, John\".
|
|
277 With prefix argument, prompts for optional FILE to add entry within.
|
|
278 NAME may be of the form: parent/child to insert child below a parent
|
|
279 entry which begins with the parent string." t nil)
|
|
280
|
|
281 (autoload 'rolo-display-matches "wrolo" "\
|
|
282 Display optional DISPLAY-BUF buffer of previously found rolodex matches.
|
|
283 If DISPLAY-BUF is nil, use the value in `rolo-display-buffer'.
|
|
284 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil)
|
|
285
|
|
286 (autoload 'rolo-edit "wrolo" "\
|
|
287 Edits a rolodex entry given by optional NAME within `rolo-file-list'.
|
|
288 With prefix argument, prompts for optional FILE to locate entry within.
|
|
289 With no NAME arg, simply displays FILE or first entry in `rolo-file-list' in an
|
|
290 editable mode. NAME may be of the form: parent/child to edit child below a
|
|
291 parent entry which begins with the parent string." t nil)
|
|
292
|
|
293 (autoload 'rolo-fgrep "wrolo" "\
|
|
294 Display rolodex entries matching STRING.
|
|
295 To a maximum of optional prefix arg MAX-MATCHES, in file(s) from optional
|
|
296 ROLO-FILE or rolo-file-list. Default is to find all matching entries. Each
|
|
297 entry is displayed with all of its sub-entries. Optional COUNT-ONLY non-nil
|
|
298 means don't retrieve and don't display matching entries. Optional NO-DISPLAY
|
|
299 non-nil means retrieve entries but don't display.
|
|
300
|
|
301 Nil value of MAX-MATCHES means find all matches, t value means find all matches
|
|
302 but omit file headers, negative values mean find up to the inverse of that
|
|
303 number of entries and omit file headers.
|
|
304
|
|
305 Returns number of entries matched. See also documentation for the variable
|
|
306 rolo-file-list." t nil)
|
|
307
|
|
308 (autoload 'rolo-grep "wrolo" "\
|
|
309 Display rolodex entries matching REGEXP.
|
|
310 To a maximum of prefix arg MAX-MATCHES, in buffer(s) from optional ROLO-BUFS or
|
|
311 rolo-file-list. Default is to find all matching entries. Each entry is
|
|
312 displayed with all of its sub-entries. Optional COUNT-ONLY non-nil means don't
|
|
313 retrieve and don't display matching entries. Optional NO-DISPLAY non-nil
|
|
314 means retrieve entries but don't display.
|
|
315
|
|
316 Nil value of MAX-MATCHES means find all matches, t value means find all matches
|
|
317 but omit file headers, negative values mean find up to the inverse of that
|
|
318 number of entries and omit file headers.
|
|
319
|
|
320 Returns number of entries matched. See also documentation for the variable
|
|
321 rolo-file-list." t nil)
|
|
322
|
|
323 (autoload 'rolo-kill "wrolo" "\
|
|
324 Kills a rolodex entry given by NAME within `rolo-file-list'.
|
|
325 With prefix argument, prompts for optional FILE to locate entry within.
|
|
326 NAME may be of the form: parent/child to kill child below a parent entry
|
|
327 which begins with the parent string.
|
|
328 Returns t if entry is killed, nil otherwise." t nil)
|
|
329
|
|
330 (autoload 'rolo-sort "wrolo" "\
|
|
331 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo).
|
|
332 Assumes entries are delimited by one or more `*'characters.
|
|
333 Returns list of number of groupings at each entry level." t nil)
|
|
334
|
|
335 (autoload 'rolo-toggle-datestamps "wrolo" "\
|
|
336 Toggle whether datestamps are updated when rolodex entries are modified.
|
|
337 With optional ARG, turn them on iff ARG is positive." t nil)
|
|
338
|
|
339 (autoload 'rolo-yank "wrolo" "\
|
|
340 Inserts at point the first rolodex entry matching NAME.
|
|
341 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead
|
|
342 of a string." t nil)
|
|
343
|
|
344 ;;;***
|
169
|
345
|
|
346 ;;;### (autoloads (kfile:is-p kfile:view kfile:find) "kfile" "kotl/kfile.el")
|
163
|
347
|
169
|
348 (autoload 'kfile:find "kfile" "\
|
|
349 Find a file FILE-NAME containing a kotl or create one if none exists.
|
|
350 Return the new kview." t nil)
|
|
351
|
|
352 (autoload 'kfile:view "kfile" "\
|
|
353 View an existing kotl version-2 file FILE-NAME in a read-only mode." t nil)
|
|
354
|
|
355 (autoload 'kfile:is-p "kfile" "\
|
|
356 Iff current buffer contains an unformatted or formatted koutline, return file format version string, else nil." nil nil)
|
|
357
|
|
358 ;;;***
|
|
359
|
|
360 ;;;### (autoloads (kimport:text kimport:star-outline kimport:aug-post-outline kimport:file) "kimport" "kotl/kimport.el")
|
|
361
|
|
362 (autoload 'kimport:file "kimport" "\
|
|
363 Import a buffer or file IMPORT-FROM into the koutline in buffer or file OUTPUT-TO.
|
|
364
|
|
365 Any suffix in IMPORT-FROM's buffer name is used to determine the type of
|
|
366 importation. All others are imported as text, one paragraph per cell.
|
|
367
|
|
368 See the documentation for the variable, `kimport:suffix-alist' for
|
|
369 information on specific importation formats." t nil)
|
|
370
|
|
371 (autoload 'kimport:aug-post-outline "kimport" "\
|
|
372 Insert Augment outline statements from IMPORT-FROM into koutline OUTPUT-TO.
|
|
373 Displays and leaves point in OUTPUT-TO. See documentation for
|
|
374 `kimport:initialize' for valid values of IMPORT-FROM and OUTPUT-TO and for
|
|
375 an explanation of where imported cells are placed.
|
|
376
|
|
377 If OUTPUT-TO is a new koutline, the first statement inserted will be the
|
|
378 first cell. Otherwise, it will be the successor of the current cell.
|
|
379
|
|
380 Each statement to be imported is delimited by an Augment relative id at the
|
|
381 end of the statement. \"1\" = level 1, \"1a\" = level 2 in outline and so
|
|
382 on." t nil)
|
|
383
|
|
384 (autoload 'kimport:star-outline "kimport" "\
|
|
385 Insert star outline nodes from IMPORT-FROM into koutline OUTPUT-TO.
|
|
386 Displays and leaves point in OUTPUT-TO. See documentation for
|
|
387 `kimport:initialize' for valid values of IMPORT-FROM and OUTPUT-TO and for
|
|
388 an explanation of where imported cells are placed.
|
|
389
|
|
390 \"* \" = level 1, \"** \" = level 2 in outline and so on." t nil)
|
|
391
|
|
392 (autoload 'kimport:text "kimport" "\
|
|
393 Insert text paragraphs from IMPORT-FROM into koutline OUTPUT-TO.
|
|
394 Displays and leaves point in OUTPUT-TO. See documentation for
|
|
395 `kimport:initialize' for valid values of IMPORT-FROM and OUTPUT-TO and for
|
|
396 an explanation of where imported cells are placed.
|
|
397
|
|
398 Text paragraphs are imported as a sequence of same level cells. Koutlines
|
|
399 are imported with their structure intact.
|
|
400
|
|
401 The variable, `paragraph-start,' is used to determine paragraphs." t nil)
|
|
402
|
|
403 ;;;***
|
|
404
|
|
405 ;;;### (autoloads (klink:create) "klink" "kotl/klink.el")
|
|
406
|
|
407 (autoload 'klink:create "klink" "\
|
|
408 Insert at point an implicit link to REFERENCE.
|
|
409 REFERENCE should be a cell-ref or a string containing \"filename, cell-ref\".
|
|
410 See documentation for `kcell:ref-to-id' for valid cell-ref formats." t nil)
|
|
411
|
|
412 ;;;***
|
|
413
|
|
414 ;;;### (autoloads (kotl-mode) "kotl-mode" "kotl/kotl-mode.el")
|
|
415
|
|
416 (autoload 'kotl-mode "kotl-mode" "\
|
|
417 The major mode used to edit and view koutlines.
|
|
418 It provides the following keys:
|
|
419 \\{kotl-mode-map}" t nil)
|
|
420
|
|
421 ;;;***
|
|
422
|
189
|
423 (provide '-autoloads)
|