Mercurial > hg > xemacs-beta
comparison lisp/electric/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (not (featurep 'electric-autoloads)) | |
3 (progn | |
4 | |
5 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el") | |
6 | |
7 (autoload 'electric-buffer-list "ebuff-menu" "\ | |
8 Pops up a buffer describing the set of Emacs buffers. | |
9 Vaguely like ITS lunar select buffer; combining typeoutoid buffer | |
10 listing with menuoid buffer selection. | |
11 | |
12 If the very next character typed is a space then the buffer list | |
13 window disappears. Otherwise, one may move around in the buffer list | |
14 window, marking buffers to be selected, saved or deleted. | |
15 | |
16 To exit and select a new buffer, type a space when the cursor is on | |
17 the appropriate line of the buffer-list window. Other commands are | |
18 much like those of buffer-menu-mode. | |
19 | |
20 Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil. | |
21 | |
22 Non-null optional arg FILES-ONLY means mention only file buffers. | |
23 When called from Lisp code, FILES-ONLY may be a regular expression, | |
24 in which case only buffers whose names match that expression are listed, | |
25 or an arbitrary predicate function. | |
26 | |
27 \\{electric-buffer-menu-mode-map}" t nil) | |
28 | |
29 ;;;*** | |
30 | |
31 ;;;### (autoloads (electric-command-history Electric-command-history-redo-expression) "echistory" "electric/echistory.el") | |
32 | |
33 (autoload 'Electric-command-history-redo-expression "echistory" "\ | |
34 Edit current history line in minibuffer and execute result. | |
35 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil) | |
36 | |
37 (autoload 'electric-command-history "echistory" "\ | |
38 \\<electric-history-map>Major mode for examining and redoing commands from `command-history'. | |
39 This pops up a window with the Command History listing. | |
40 The number of command listed is controlled by `list-command-history-max'. | |
41 The command history is filtered by `list-command-history-filter' if non-nil. | |
42 Combines typeout Command History list window with menu like selection | |
43 of an expression from the history for re-evaluation in the *original* buffer. | |
44 | |
45 The history displayed is filtered by `list-command-history-filter' if non-nil. | |
46 | |
47 Like Emacs-Lisp mode except that characters do not insert themselves and | |
48 Tab and Linefeed do not indent. Instead these commands are provided: | |
49 \\{electric-history-map} | |
50 | |
51 Calls the value of `electric-command-history-hook' if that is non-nil. | |
52 The Command History listing is recomputed each time this mode is invoked." t nil) | |
53 | |
54 ;;;*** | |
55 | |
56 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "electric/ehelp.el") | |
57 | |
58 (autoload 'with-electric-help "ehelp" "\ | |
59 Pop up an \"electric\" help buffer. | |
60 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT. | |
61 THUNK is a function of no arguments which is called to initialize the | |
62 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be | |
63 erased before THUNK is called unless NOERASE is non-nil. THUNK will | |
64 be called while BUFFER is current and with `standard-output' bound to | |
65 the buffer specified by BUFFER. | |
66 | |
67 If THUNK returns nil, we display BUFFER starting at the top, and | |
68 shrink the window to fit. If THUNK returns non-nil, we don't do those things. | |
69 | |
70 After THUNK has been called, this function \"electrically\" pops up a window | |
71 in which BUFFER is displayed and allows the user to scroll through that buffer | |
72 in electric-help-mode. The window's height will be at least MINHEIGHT if | |
73 this value is non-nil. | |
74 | |
75 If THUNK returns nil, we display BUFFER starting at the top, and | |
76 shrink the window to fit. If THUNK returns non-nil, we don't do those | |
77 things. | |
78 | |
79 When the user exits (with `electric-help-exit', or otherwise) the help | |
80 buffer's window disappears (i.e., we use `save-window-excursion') | |
81 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil) | |
82 | |
83 (autoload 'electric-helpify "ehelp" nil nil nil) | |
84 | |
85 ;;;*** | |
86 | |
87 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" "electric/helper.el") | |
88 | |
89 (autoload 'Helper-describe-bindings "helper" "\ | |
90 Describe local key bindings of current mode." t nil) | |
91 | |
92 (autoload 'Helper-help "helper" "\ | |
93 Provide help for current mode." t nil) | |
94 | |
95 ;;;*** | |
96 | |
97 (provide 'electric-autoloads) | |
98 )) |