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