]> git.donarmstrong.com Git - lib.git/blob - emacs_el/tiny-tools/other/tiny-autoload-loaddefs-other.el
add gitignore for quotes
[lib.git] / emacs_el / tiny-tools / other / tiny-autoload-loaddefs-other.el
1 ;;; tiny-autoload-loaddefs-other.el -- loaddef definitions of program files
2 ;;  Generate date: 2002-01-02
3 ;;  This file is automatically generated. Do not Change.
4
5 (provide 'tiny-autoload-loaddefs-other)
6
7 \f
8 ;;;### (autoloads (set-modified-alist modify-alist remove-alist set-alist
9 ;;;;;;  del-alist put-alist) "alist" "alist.el" (14456 65500))
10 ;;; Generated autoloads from alist.el
11
12 (autoload (quote put-alist) "alist" "\
13 Modify ALIST to set VALUE to ITEM.
14 If there is a pair whose car is ITEM, replace its cdr by VALUE.
15 If there is not such pair, create new pair (ITEM . VALUE) and
16 return new alist whose car is the new pair and cdr is ALIST.
17 [tomo's ELIS like function]" nil nil)
18
19 (autoload (quote del-alist) "alist" "\
20 If there is a pair whose key is ITEM, delete it from ALIST.
21 [tomo's ELIS emulating function]" nil nil)
22
23 (autoload (quote set-alist) "alist" "\
24 Modify a alist indicated by SYMBOL to set VALUE to ITEM." nil nil)
25
26 (autoload (quote remove-alist) "alist" "\
27 Remove ITEM from the alist indicated by SYMBOL." nil nil)
28
29 (autoload (quote modify-alist) "alist" "\
30 Modify alist DEFAULT into alist MODIFIER." nil nil)
31
32 (autoload (quote set-modified-alist) "alist" "\
33 Modify a value of a symbol SYM into alist MODIFIER.
34 The symbol SYM should be alist. If it is not bound,
35 its value regard as nil." nil nil)
36
37 ;;;***
38 \f
39 ;;;### (autoloads (c-comment-edit c-comment-edit-at-point) "c-comment-edit2"
40 ;;;;;;  "c-comment-edit2.el" (15378 27670))
41 ;;; Generated autoloads from c-comment-edit2.el
42
43 (defvar c-comment-leader " *" "\
44 *Leader used when rebuilding edited C comments.  The value of this variable
45 should be a two-character string.  Values of \"  \", \" *\" and \"**\"
46 produce the comment styles:
47         /*      /*      /*
48           ...    * ...  ** ...
49           ...    * ...  ** ...
50         */       */     */
51 respectively.")
52
53 (autoload (quote c-comment-edit-at-point) "c-comment-edit2" "\
54 Edit C comment at point.
55 If point is inside of a comment, the comment is edited.  Otherwise, a new
56 comment is created at point.
57 " t nil)
58
59 (autoload (quote c-comment-edit) "c-comment-edit2" "\
60 Edit multi-line C comments.
61 This command allows the easy editing of a multi-line C comment like this:
62    /*
63     * ...
64     * ...
65     */
66 The comment may be indented or flush with the left margin.
67
68 If point is within a comment, that comment is used.  Otherwise the
69 comment to be edited is found by searching forward from point.
70
71 With one \\[universal-argument] searching starts after moving back one
72   paragraph.
73 With two \\[universal-argument]'s searching starts at the beginning of the
74   current or proceeding C function.
75 With three \\[universal-argument]'s searching starts at the beginning of the
76   current page.
77 With four \\[universal-argument]'s searching starts at the beginning of the
78   current buffer (clipping restrictions apply).
79
80 Once located, the comment is copied into a temporary buffer, the comment
81 leaders and delimiters are stripped away and the resulting buffer is
82 selected for editing.  The major mode of this buffer is controlled by
83 the variable `c-comment-edit-mode'.
84
85 Use \\[c-comment-edit-end] when you have finished editing the comment.  The
86 comment will be inserted into the original buffer with the appropriate
87 delimiters and indention, replacing the old version of the comment.  If
88 you don't want your edited version of the comment to replace the
89 original, use \\[c-comment-edit-abort]." t nil)
90
91 ;;;***
92 \f
93 ;;;### (autoloads (cm-install-default cm-minibuffer-completion-help
94 ;;;;;;  cm-load-hook) "complete-menu" "complete-menu.el" (15011 59622))
95 ;;; Generated autoloads from complete-menu.el
96
97 (defvar cm-load-hook (quote (cm-install-default)) "\
98 *Hook run when file has been loaded.")
99
100 (autoload (quote cm-minibuffer-completion-help) "complete-menu" "\
101 List completions in a menu and copy selction into minibuffer" t nil)
102
103 (autoload (quote cm-install-default) "complete-menu" "\
104 Install the X-menuing feature. With ARG, remove X-menuing. VERB.
105 Note: installation is only possible in X envinronment." t nil)
106
107 ;;;***
108 \f
109 ;;;### (autoloads (dired-sort-default-keys dired-resort dired-sort-by-size
110 ;;;;;;  dired-sort-by-field dired-sort-by-type dired-sort-by-date)
111 ;;;;;;  "dired-sort" "dired-sort.el" (15381 10582))
112 ;;; Generated autoloads from dired-sort.el
113
114 (autoload (quote dired-sort-by-date) "dired-sort" "\
115 In dired, sort the lines by date, newest first.
116 With ARG, sorts oldest first." t nil)
117
118 (autoload (quote dired-sort-by-type) "dired-sort" "\
119 Sort by type, ARG means reverse." t nil)
120
121 (autoload (quote dired-sort-by-field) "dired-sort" "\
122 In dired, sort the lines by FIELD (defaults to the mode field)." t nil)
123
124 (autoload (quote dired-sort-by-size) "dired-sort" "\
125 In dired, sort the lines by file size, largest first.
126 With ARG, sorts in the reverse order (smallest first).
127 All directories are grouped together at the head of the buffer,
128 and other file types are also grouped." t nil)
129
130 (autoload (quote dired-resort) "dired-sort" "\
131 In dired, change the sorting of lines. Prompt for the KIND of sorting.
132 Non-interactively, takes a sort-kind, and an optional argument for
133 the associated function. To get a list of such arguments interactively,
134 call read-dired-resort-args. ARGS are passed to sort." t nil)
135
136 (autoload (quote dired-sort-default-keys) "dired-sort" "\
137 Define default bindings to dired map." t nil)
138
139 (add-hook (quote dired-mode-hook) (quote dired-sort-default-keys) (quote end))
140
141 ;;;***
142 \f
143 ;;;### (autoloads (with-expect) "expect" "expect.el" (14954 14938))
144 ;;; Generated autoloads from expect.el
145
146 (autoload (quote with-expect) "expect" "\
147 Set things up for communication with PROGRAM.
148 FORMS will be evaluated in the normal manner.  To talk to the process,
149 use `expect' and `expect-send'.  See the manual for full documentation.
150 This macro returns nil.
151
152 If PROGRAM is a string, start that program.  If PROGRAM is a list, use
153 the first element of that list as the program and the remainder as the
154 parameters.  If PROGRAM is a process, talk to that process.
155
156 PROGRAM will be started up in a new, fresh temporary buffer.  The
157 buffer will be killed upon completion.  If PROGRAM is a process,
158 a new buffer won't be created, and the buffer won't be killed upon
159 completion." nil (quote macro))
160
161 ;;;***
162 \f
163 ;;;### (autoloads (fnexpand-complete) "fnexpand" "fnexpand.el" (15378
164 ;;;;;;  27670))
165 ;;; Generated autoloads from fnexpand.el
166
167 (defvar fnexpand-executable-enable nil "\
168 *if non-nil, then try to expand executable files too.
169 Beware, this may be time consuming.")
170
171 (autoload (quote fnexpand-complete) "fnexpand" "\
172 Expand the file name, env var or command near point" t nil)
173
174 ;;;***
175 \f
176 ;;;### (autoloads (folding-mode turn-on-folding-mode turn-off-folding-mode
177 ;;;;;;  folding-mode-add-find-file-hook folding-keep-hooked folding-install-hooks
178 ;;;;;;  folding-uninstall-hooks folding-mode-hook-no-regexp folding-mode-string
179 ;;;;;;  folding-inside-mode-name folding-default-mouse-keys-function
180 ;;;;;;  folding-default-keys-function) "folding" "folding.el" (15407
181 ;;;;;;  51274))
182 ;;; Generated autoloads from folding.el
183
184 (defvar folding-mode nil "\
185 When Non nil, Folding mode is active in the current buffer.")
186
187 (defvar folding-default-keys-function (quote folding-bind-default-keys) "\
188 *Function or list of functions used to define keys for Folding mode.
189 Possible values are:
190   folding-bind-default-key
191         The standard keymap.
192
193   `folding-bind-backward-compatible-keys'
194         Keys used by older versions of Folding mode. This function
195         does not conform to Emacs 19.29 style conversions concerning
196         key bindings. The prefix key is C - c
197
198   `folding-bind-outline-compatible-keys'
199         Define keys compatible with Outline mode.
200
201   `folding-bind-foldout-compatible-keys'
202         Define some extra keys compatible with Foldout.
203
204 All except `folding-bind-backward-compatible-keys' used the value of
205 the variable `folding-mode-prefix-key' as prefix the key.
206 The default is C - c @")
207
208 (defvar folding-default-mouse-keys-function (quote folding-bind-default-mouse) "\
209 *Function to bind default mouse keys to `folding-mode-map'.")
210
211 (defvar folding-inside-mode-name "Fld" "\
212 *Mode line addition to show inside levels of 'fold' .")
213
214 (defvar folding-mode-string "Fld" "\
215 *The minor mode string displayed when mode is on.")
216
217 (defvar folding-mode-hook-no-regexp "RMAIL" "\
218 *Regexp which disable automatic folding mode turn on for certain files.")
219
220 (defvar folding-mode-marks-alist nil "\
221 List of (major-mode . fold mark) default combinations to use.
222 When Folding mode is started, the major mode is checked, and if there
223 are fold marks for that major mode stored in `folding-mode-marks-alist',
224 those marks are used by default. If none are found, the default values
225 of \"{{{ \" and \"}}}\" are used.
226
227 Use function  `folding-add-to-marks-list' to add more fold marks. The function
228 also explains the alist use in details.
229
230 Use function `folding-set-local-variables' is you change the current mode's
231 folding marks during the session.")
232
233 (autoload (quote folding-uninstall-hooks) "folding" "\
234 Remove hooks set by folding." t nil)
235
236 (autoload (quote folding-install-hooks) "folding" "\
237 Install folding hooks." t nil)
238
239 (autoload (quote folding-keep-hooked) "folding" "\
240 Make sure hooks are in their places." nil nil)
241
242 (autoload (quote folding-mode-add-find-file-hook) "folding" "\
243 Append `folding-mode-find-file-hook' to the list `find-file-hooks'.
244
245 This has the effect that afterwards, when a folded file is visited, if
246 appropriate Emacs local variable entries are recognized at the end of
247 the file, Folding mode is started automatically.
248
249 If `inhibit-local-variables' is non-nil, this will not happen regardless
250 of the setting of `find-file-hooks'.
251
252 To declare a file to be folded, put `folded-file: t' in the file's
253 local variables. eg., at the end of a C source file, put:
254
255 /*
256 Local variables:
257 folded-file: t
258 */
259
260 The local variables can be inside a fold." t nil)
261
262 (autoload (quote turn-off-folding-mode) "folding" "\
263 Turn on folding." nil nil)
264
265 (autoload (quote turn-on-folding-mode) "folding" "\
266 Turn on folding." nil nil)
267
268 (autoload (quote folding-mode) "folding" "\
269 A folding-editor-like minor mode. ARG INTER.
270
271 These are the basic commands that Folding mode provides:
272
273 \\{folding-mode-map}
274
275 Keys starting with `folding-mode-prefix-key'
276
277 \\{folding-mode-prefix-map}
278
279      folding-convert-buffer-for-printing:
280      `\\[folding-convert-buffer-for-printing]'
281      Makes a ready-to-print, formatted, unfolded copy in another buffer.
282
283      Read the documentation for the above functions for more information.
284
285 Overview
286
287     Folds are a way of hierarchically organizing the text in a file, so
288     that the text can be viewed and edited at different levels. It is
289     similar to Outline mode in that parts of the text can be hidden from
290     view. A fold is a region of text, surrounded by special \"fold marks\",
291     which act like brackets, grouping the text. Fold mark pairs can be
292     nested, and they can have titles. When a fold is folded, the text is
293     hidden from view, except for the first line, which acts like a title
294     for the fold.
295
296     Folding mode is a minor mode, designed to cooperate with many other
297     major modes, so that many types of text can be folded while they are
298     being edited (eg., plain text, program source code, Texinfo, etc.).
299
300 Folding-mode function
301
302     If Folding mode is not called interactively (`(interactive-p)' is nil),
303     and it is called with two or less arguments, all of which are nil, then
304     the point will not be altered if `folding-folding-on-startup' is set
305     and `folding-whole-buffer' is called. This is generally not a good
306     thing, as it can leave the point inside a hidden region of a fold, but
307     it is required if the local variables set \"mode: folding\" when the
308     file is first read (see `hack-local-variables').
309
310     Not that you should ever want to, but to call Folding mode from a
311     program with the default behavior (toggling the mode), call it with
312     something like `(folding-mode nil t)'.
313
314 Fold marks
315
316     For most types of folded file, lines representing folds have \"{{{\"
317     near the beginning. To enter a fold, move the point to the folded line
318     and type `\\[folding-shift-in]'. You should no longer be able to see
319     the rest of the file, just the contents of the fold, which you couldn't
320     see before. You can use `\\[folding-shift-out]' to leave a fold, and
321     you can enter and exit folds to move around the structure of the file.
322
323     All of the text is present in a folded file all of the time. It is just
324     hidden. Folded text shows up as a line (the top fold mark) with \"...\"
325     at the end. If you are in a fold, the mode line displays \"inside n
326     folds Narrow\", and because the buffer is narrowed you can't see outside
327     of the current fold's text.
328
329     By arranging sections of a large file in folds, and maybe subsections
330     in sub-folds, you can move around a file quickly and easily, and only
331     have to scroll through a couple of pages at a time. If you pick the
332     titles for the folds carefully, they can be a useful form of
333     documentation, and make moving though the file a lot easier. In
334     general, searching through a folded file for a particular item is much
335     easier than without folds.
336
337 Managing folds
338
339     To make a new fold, set the mark at one end of the text you want in the
340     new fold, and move the point to the other end. Then type
341     `\\[folding-fold-region]'. The text you selected will be made into a
342     fold, and the fold will be entered. If you just want a new, empty fold,
343     set the mark where you want the fold, and then create a new fold there
344     without moving the point. Don't worry if the point is in the middle of
345     a line of text, `folding-fold-region' will not break text in the middle
346     of a line. After making a fold, the fold is entered and the point is
347     positioned ready to enter a title for the fold. Do not delete the fold
348     marks, which are usually something like \"{{{\" and \"}}}\". There may
349     also be a bit of fold mark which goes after the fold title.
350
351     If the fold markers get messed up, or you just want to see the whole
352     unfolded file, use `\\[folding-open-buffer]' to unfolded the whole
353     file, so you can see all the text and all the marks. This is useful for
354     checking/correcting unbalanced fold markers, and for searching for
355     things. Use `\\[folding-whole-file]' to fold the buffer again.
356
357     `folding-shift-out' will attempt to tidy the current fold just before
358     exiting it. It will remove any extra blank lines at the top and bottom,
359     (outside the fold marks). It will then ensure that fold marks exists,
360     and if they are not, will add them (after asking). Finally, the number
361     of blank lines between the fold marks and the contents of the fold is
362     set to 1 (by default).
363
364 Folding package customisations
365
366     If the fold marks are not set on entry to Folding mode, they are set to
367     a default for current major mode, as defined by
368     `folding-mode-marks-alist' or to \"{{{ \" and \"}}}\" if none are
369     specified.
370
371     To bind different commands to keys in Folding mode, set the bindings in
372     the keymap `folding-mode-map'.
373
374     The hooks `folding-mode-hook' and `<major-mode-name>-folding-hook' are
375     called before folding the buffer and applying the key bindings in
376     `folding-mode-map'. This is a good hook to set extra or different key
377     bindings in `folding-mode-map'. Note that key bindings in
378     `folding-mode-map' are only examined just after calling these hooks;
379     new bindings in those maps only take effect when Folding mode is being
380     started. The hook `folding-load-hook' is called when Folding mode is
381     loaded into Emacs.
382
383 Mouse behavior
384
385     If you want folding to detect point of actual mouse click, please see
386     variable `folding-mouse-yank-at-p'.
387
388     To customise the mouse actions, look at `folding-behave-table'." t nil)
389
390 ;;;***