Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/auto-autoloads.el @ 191:ecf6ba7b0a10 r20-3b22
Import from CVS: tag r20-3b22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:38 +0200 |
parents | 489f57a838ef |
children |
comparison
equal
deleted
inserted
replaced
190:e9f9de458416 | 191:ecf6ba7b0a10 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (featurep '-autoloads) (error "Already loaded")) | 2 (if (featurep 'hyperbole-autoloads) (error "Already loaded")) |
3 | 3 |
4 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el") | 4 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el") |
5 | 5 |
6 (autoload 'hmail:compose "hmail" "\ | 6 (autoload 'hmail:compose "hmail" "\ |
7 Compose mail with ADDRESS and evaluation of EXPR. | 7 Compose mail with ADDRESS and evaluation of EXPR. |
340 Inserts at point the first rolodex entry matching NAME. | 340 Inserts at point the first rolodex entry matching NAME. |
341 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead | 341 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead |
342 of a string." t nil) | 342 of a string." t nil) |
343 | 343 |
344 ;;;*** | 344 ;;;*** |
345 | 345 |
346 ;;;### (autoloads (kfile:is-p kfile:view kfile:find) "kfile" "kotl/kfile.el") | 346 (provide 'hyperbole-autoloads) |
347 | |
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 | |
423 (provide '-autoloads) |