annotate lisp/prim/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 85ec50267440
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
2 (if (not (featurep 'prim-autoloads))
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
3 (progn
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
4
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
5 ;;;### (autoloads (about-xemacs) "about" "prim/about.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
6
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
7 (autoload 'about-xemacs "about" "\
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
8 Describe the True Editor and its minions." t nil)
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
9
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
10 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
11
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
12 ;;;### (autoloads (all-hail-emacs all-hail-xemacs praise-be-unto-emacs praise-be-unto-xemacs) "advocacy" "prim/advocacy.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
13
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
14 (defvar xemacs-praise-sound-file "sounds/im_so_happy.au" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
15 The name of an audio file containing something to play
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
16 when praising XEmacs")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
17
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
18 (defvar xemacs-praise-message "All Hail XEmacs!\n" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
19 What to praise XEmacs with")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
20
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
21 (autoload 'praise-be-unto-xemacs "advocacy" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
22 All Hail XEmacs!" t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
23
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
24 (autoload 'praise-be-unto-emacs "advocacy" nil t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
25
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
26 (autoload 'all-hail-xemacs "advocacy" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
27 All Hail XEmacs!" t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
28
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
29 (autoload 'all-hail-emacs "advocacy" nil t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
30
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
31 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
32
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
33 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
34
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
35 (autoload 'describe-buffer-case-table "case-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
36 Describe the case table of the current buffer." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
37
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
38 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
39
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
40 ;;;### (autoloads (batch-remove-old-elc) "cleantree" "prim/cleantree.el")
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
41
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
42 (autoload 'batch-remove-old-elc "cleantree" nil nil nil)
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
43
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
44 ;;;***
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 106
diff changeset
45
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
46 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
47
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
48 (autoload 'debug "debug" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
49 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
50 Arguments are mainly for use when this is called from the internals
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
51 of the evaluator.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
52
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
53 You may call with no args, or you may pass nil as the first arg and
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
54 any other args you like. In that case, the list of args after the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
55 first will be printed into the backtrace buffer." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
56
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
57 (autoload 'debug-on-entry "debug" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
58 Request FUNCTION to invoke debugger each time it is called.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
59 If you tell the debugger to continue, FUNCTION's execution proceeds.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
60 This works by modifying the definition of FUNCTION,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
61 which must be written in Lisp, not predefined.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
62 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
63 Redefining FUNCTION also cancels it." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
64
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
65 (autoload 'cancel-debug-on-entry "debug" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
66 Undo effect of \\[debug-on-entry] on FUNCTION.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
67 If argument is nil or an empty string, cancel for all functions." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
68
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
69 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
70
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
71 ;;;### (autoloads (standard-display-european standard-display-underline standard-display-graphic standard-display-g1 standard-display-ascii standard-display-default standard-display-8bit make-display-table describe-current-display-table) "disp-table" "prim/disp-table.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
72
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
73 (autoload 'describe-current-display-table "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
74 Describe the display table in use in the selected window and buffer." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
75
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
76 (autoload 'make-display-table "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
77 Return a new, empty display table." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
79 (autoload 'standard-display-8bit "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
80 Display characters in the range L to H literally." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
81
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
82 (autoload 'standard-display-default "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
83 Display characters in the range L to H using the default notation." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
84
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
85 (autoload 'standard-display-ascii "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
86 Display character C using printable string S." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
87
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
88 (autoload 'standard-display-g1 "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
89 Display character C as character SC in the g1 character set.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
90 This function assumes that your terminal uses the SO/SI characters;
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
91 it is meaningless for an X frame." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
92
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
93 (autoload 'standard-display-graphic "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
94 Display character C as character GC in graphics character set.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
95 This function assumes VT100-compatible escapes; it is meaningless for an
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
96 X frame." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
97
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
98 (autoload 'standard-display-underline "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
99 Display character C as character UC plus underlining." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
100
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
101 (autoload 'standard-display-european "disp-table" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
102 Toggle display of European characters encoded with ISO 8859.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
103 When enabled, characters in the range of 160 to 255 display not
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
104 as octal escapes, but as accented characters.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
105 With prefix argument, enable European character display iff arg is positive." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
106
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
107 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
108
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
109 ;;;### (autoloads (setenv) "env" "prim/env.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
110
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
111 (autoload 'setenv "env" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
112 Set the value of the environment variable named VARIABLE to VALUE.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
113 VARIABLE should be a string. VALUE is optional; if not provided or is
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
114 `nil', the environment variable VARIABLE will be removed.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
115
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
116 Interactively, a prefix argument means to unset the variable.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
117 Interactively, the current value (if any) of the variable
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
118 appears at the front of the history list when you type in the new value.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
119
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
120 This function works by modifying `process-environment'." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
121
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
122 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
123
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 98
diff changeset
124 ;;;### (autoloads nil "itimer-autosave" "prim/itimer-autosave.el")
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
125
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
126 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
127
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
128 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
129
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
130 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
131
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
132 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query name-last-kbd-macro) "macros" "prim/macros.el")
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
133
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
134 (autoload 'name-last-kbd-macro "macros" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
135 Assign a name to the last keyboard macro defined.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
136 Argument SYMBOL is the name to define.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
137 The symbol's function definition becomes the keyboard macro string.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
138 Such a \"function\" cannot be called from Lisp, but it is a valid
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
139 editor command." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
140
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
141 (autoload 'kbd-macro-query "macros" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
142 Query user during kbd macro execution.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
143 With prefix argument, enters recursive edit,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
144 reading keyboard commands even within a kbd macro.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
145 You can give different commands each time the macro executes.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
146 Without prefix argument, asks whether to continue running the macro.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
147 Your options are: \\<query-replace-map>
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
148 \\[act] Finish this iteration normally and continue with the next.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
149 \\[skip] Skip the rest of this iteration, and start the next.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
150 \\[exit] Stop the macro entirely right now.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
151 \\[recenter] Redisplay the frame, then ask again.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
152 \\[edit] Enter recursive edit; ask again when you exit from that." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
153
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
154 (autoload 'apply-macro-to-region-lines "macros" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
155 For each complete line between point and mark, move to the beginning
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
156 of the line, and run the last keyboard macro.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
157
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
158 When called from lisp, this function takes two arguments TOP and
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
159 BOTTOM, describing the current region. TOP must be before BOTTOM.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
160 The optional third argument MACRO specifies a keyboard macro to
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
161 execute.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
162
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
163 This is useful for quoting or unquoting included text, adding and
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
164 removing comments, or producing tables where the entries are regular.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
165
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
166 For example, in Usenet articles, sections of text quoted from another
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
167 author are indented, or have each line start with `>'. To quote a
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
168 section of text, define a keyboard macro which inserts `>', put point
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
169 and mark at opposite ends of the quoted section, and use
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
170 `\\[apply-macro-to-region-lines]' to mark the entire section.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
171
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
172 Suppose you wanted to build a keyword table in C where each entry
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
173 looked like this:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
174
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
175 { \"foo\", foo_data, foo_function },
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
176 { \"bar\", bar_data, bar_function },
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
177 { \"baz\", baz_data, baz_function },
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
178
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
179 You could enter the names in this format:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
180
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
181 foo
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
182 bar
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
183 baz
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
184
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
185 and write a macro to massage a word into a table entry:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
186
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
187 \\C-x (
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
188 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
189 \\C-x )
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
190
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
191 and then select the region of un-tablified names and use
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
192 `\\[apply-macro-to-region-lines]' to build the table from the names.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
193 " t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
194
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
195 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
196
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
197 ;;;### (autoloads (disable-command enable-command disabled-command-hook) "novice" "prim/novice.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
198
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
199 (autoload 'disabled-command-hook "novice" nil nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
200
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
201 (autoload 'enable-command "novice" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
202 Allow COMMAND to be executed without special confirmation from now on.
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
203 The user's `custom-file' is altered so that this will apply
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
204 to future sessions." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
205
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
206 (autoload 'disable-command "novice" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
207 Require special confirmation to execute COMMAND from now on.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
208 The user's .emacs file is altered so that this will apply
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
209 to future sessions." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
210
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
211 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
212
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
213 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
214
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
215 (autoload 'list-options "options" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
216 Display a list of XEmacs user options, with values and documentation." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
217
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
218 (autoload 'edit-options "options" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
219 Edit a list of XEmacs user option values.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
220 Selects a buffer containing such a list,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
221 in which there are commands to set the option values.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
222 Type \\[describe-mode] in that buffer for a list of commands." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
223
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
224 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
225
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
226 ;;;### (autoloads (profile pretty-print-profiling-info) "profile" "prim/profile.el")
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
227
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
228 (autoload 'pretty-print-profiling-info "profile" "\
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
229 Print profiling info INFO to standard output in a pretty format.
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
230 If INFO is omitted, the current profiling info is retrieved using
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
231 `get-profiling-info'." nil nil)
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
232
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
233 (autoload 'profile "profile" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
234 Turn on profiling, execute FORMS and stop profiling.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
235 Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents: 163
diff changeset
236
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
237 ;;;***
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 153
diff changeset
238
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
239 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
240
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
241 (autoload 'delete-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
242 Delete (don't save) text in rectangle with point and mark as corners.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
243 The same range of columns is deleted in each line starting with the line
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
244 where the region begins and ending with the line where the region ends." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
245
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
246 (autoload 'delete-extract-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
247 Delete contents of rectangle and return it as a list of strings.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
248 Arguments START and END are the corners of the rectangle.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
249 The value is list of strings, one for each line of the rectangle." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
250
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
251 (autoload 'extract-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
252 Return contents of rectangle with corners at START and END.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
253 Value is list of strings, one for each line of the rectangle." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
254
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
255 (defvar killed-rectangle nil "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
256 Rectangle for yank-rectangle to insert.")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
257
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
258 (autoload 'kill-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
259 Delete rectangle with corners at point and mark; save as last killed one.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
260 Calling from program, supply two args START and END, buffer positions.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
261 But in programs you might prefer to use `delete-extract-rectangle'." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
262
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
263 (autoload 'yank-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
264 Yank the last killed rectangle with upper left corner at point." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
265
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
266 (autoload 'insert-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
267 Insert text of RECTANGLE with upper left corner at point.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
268 RECTANGLE's first line is inserted at point, its second
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
269 line is inserted at a point vertically under point, etc.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
270 RECTANGLE should be a list of strings.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
271 After this command, the mark is at the upper left corner
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
272 and point is at the lower right corner." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
273
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
274 (autoload 'open-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
275 Blank out rectangle with corners at point and mark, shifting text right.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
276 The text previously in the region is not overwritten by the blanks,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
277 but instead winds up to the right of the rectangle." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
278
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
279 (autoload 'string-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
280 Insert STRING on each line of the region-rectangle, shifting text right.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
281 The left edge of the rectangle specifies the column for insertion.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
282 This command does not delete or overwrite any existing text.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
283
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
284 Called from a program, takes three args; START, END and STRING." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
285
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
286 (autoload 'clear-rectangle "rect" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
287 Blank out rectangle with corners at point and mark.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
288 The text previously in the region is overwritten by the blanks.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
289 When called from a program, requires two args which specify the corners." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
290
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
291 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
292
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
293 ;;;### (autoloads (reposition-window) "reposition" "prim/reposition.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
294
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
295 (autoload 'reposition-window "reposition" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
296 Make the current definition and/or comment visible.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
297 Further invocations move it to the top of the window or toggle the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
298 visibility of comments that precede it.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
299 Point is left unchanged unless prefix ARG is supplied.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
300 If the definition is fully onscreen, it is moved to the top of the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
301 window. If it is partly offscreen, the window is scrolled to get the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
302 definition (or as much as will fit) onscreen, unless point is in a comment
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
303 which is also partly offscreen, in which case the scrolling attempts to get
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
304 as much of the comment onscreen as possible.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
305 Initially `reposition-window' attempts to make both the definition and
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
306 preceding comments visible. Further invocations toggle the visibility of
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
307 the comment lines.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
308 If ARG is non-nil, point may move in order to make the whole defun
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
309 visible (if only part could otherwise be made so), to make the defun line
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
310 visible (if point is in code and it could not be made so, or if only
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
311 comments, including the first comment line, are visible), or to make the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
312 first comment line visible (if point is in a comment)." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
313
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
314 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
315
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
316 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields sort-fields sort-float-fields sort-numeric-fields sort-pages sort-paragraphs sort-lines sort-subr) "sort" "prim/sort.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
317
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
318 (autoload 'sort-subr "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
319 General text sorting routine to divide buffer into records and sort them.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
320 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
321
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
322 We divide the accessible portion of the buffer into disjoint pieces
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
323 called sort records. A portion of each sort record (perhaps all of
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
324 it) is designated as the sort key. The records are rearranged in the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
325 buffer in order by their sort keys. The records may or may not be
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
326 contiguous.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
327
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
328 Usually the records are rearranged in order of ascending sort key.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
329 If REVERSE is non-nil, they are rearranged in order of descending sort key.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
330 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
331 the sort order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
332
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
333 The next four arguments are functions to be called to move point
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
334 across a sort record. They will be called many times from within sort-subr.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
335
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
336 NEXTRECFUN is called with point at the end of the previous record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
337 It moves point to the start of the next record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
338 It should move point to the end of the buffer if there are no more records.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
339 The first record is assumed to start at the position of point when sort-subr
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
340 is called.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
341
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
342 ENDRECFUN is called with point within the record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
343 It should move point to the end of the record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
344
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
345 STARTKEYFUN moves from the start of the record to the start of the key.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
346 It may return either a non-nil value to be used as the key, or
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
347 else the key is the substring between the values of point after
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
348 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
349 starts at the beginning of the record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
350
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
351 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
352 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
353 same as ENDRECFUN." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
354
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
355 (autoload 'sort-lines "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
356 Sort lines in region alphabetically; argument means descending order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
357 Called from a program, there are three arguments:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
358 REVERSE (non-nil means reverse order), BEG and END (region to sort).
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
359 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
360 the sort order." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
361
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
362 (autoload 'sort-paragraphs "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
363 Sort paragraphs in region alphabetically; argument means descending order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
364 Called from a program, there are three arguments:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
365 REVERSE (non-nil means reverse order), BEG and END (region to sort).
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
366 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
367 the sort order." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
368
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
369 (autoload 'sort-pages "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
370 Sort pages in region alphabetically; argument means descending order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
371 Called from a program, there are three arguments:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
372 REVERSE (non-nil means reverse order), BEG and END (region to sort).
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
373 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
374 the sort order." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
375
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
376 (autoload 'sort-numeric-fields "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
377 Sort lines in region numerically by the ARGth field of each line.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
378 Fields are separated by whitespace and numbered from 1 up.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
379 Specified field must contain a number in each line of the region.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
380 With a negative arg, sorts by the ARGth field counted from the right.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
381 Called from a program, there are three arguments:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
382 FIELD, BEG and END. BEG and END specify region to sort.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
383 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
384 the sort order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
385 If you want to sort floating-point numbers, try `sort-float-fields'." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
386
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
387 (autoload 'sort-float-fields "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
388 Sort lines in region numerically by the ARGth field of each line.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
389 Fields are separated by whitespace and numbered from 1 up. Specified field
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
390 must contain a floating point number in each line of the region. With a
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
391 negative arg, sorts by the ARGth field counted from the right. Called from a
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
392 program, there are three arguments: FIELD, BEG and END. BEG and END specify
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
393 region to sort." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
394
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
395 (autoload 'sort-fields "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
396 Sort lines in region lexicographically by the ARGth field of each line.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
397 Fields are separated by whitespace and numbered from 1 up.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
398 With a negative arg, sorts by the ARGth field counted from the right.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
399 Called from a program, there are three arguments:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
400 FIELD, BEG and END. BEG and END specify region to sort." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
401
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
402 (autoload 'sort-regexp-fields "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
403 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
404 RECORD-REGEXP specifies the textual units which should be sorted.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
405 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
406 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
407 is to be used for sorting.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
408 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
409 RECORD-REGEXP is used.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
410 If it is \"\\\\&\" then the whole record is used.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
411 Otherwise, it is a regular-expression for which to search within the record.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
412 If a match for KEY is not found within a record then that record is ignored.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
413
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
414 With a negative prefix arg sorts in reverse order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
415
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
416 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
417 the sort order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
418
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
419 For example: to sort lines in the region by the first word on each line
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
420 starting with the letter \"f\",
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
421 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
422
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
423 (autoload 'sort-columns "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
424 Sort lines in region alphabetically by a certain range of columns.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
425 For the purpose of this command, the region includes
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
426 the entire line that point is in and the entire line the mark is in.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
427 The column positions of point and mark bound the range of columns to sort on.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
428 A prefix argument means sort into reverse order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
429 The variable `sort-fold-case' determines whether alphabetic case affects
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
430 the sort order.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
431
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
432 Note that `sort-columns' rejects text that contains tabs,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
433 because tabs could be split across the specified columns
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
434 and it doesn't know how to handle that. Also, when possible,
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
435 it uses the `sort' utility program, which doesn't understand tabs.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
436 Use \\[untabify] to convert tabs to spaces before sorting." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
437
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
438 (autoload 'reverse-region "sort" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
439 Reverse the order of lines in a region.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
440 From a program takes two point or marker arguments, BEG and END." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
441
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
442 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
443
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
444 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "prim/sound.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
445
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
446 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
447
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
448 (autoload 'load-sound-file "sound" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
449 Read in an audio-file and add it to the sound-alist.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
450
98
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
451 You can only play sound files if you are running on display 0 of the
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
452 console of a machine with native sound support or running a NetAudio
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
453 server and XEmacs has the necessary sound support compiled in.
0d2f883870bc Import from CVS: tag r20-1b1
cvs
parents: 88
diff changeset
454
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
455 The sound file must be in the Sun/NeXT U-LAW format, except on Linux,
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
456 where .wav files are also supported by the sound card drivers." t nil)
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
457
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
458 (autoload 'load-default-sounds "sound" "\
124
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
459 Load and install some sound files as beep-types, using
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
460 `load-sound-file'. This only works if you're on display 0 of the
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
461 console of a machine with native sound support or running a NetAudio
9b50b4588a93 Import from CVS: tag r20-1b15
cvs
parents: 120
diff changeset
462 server and XEmacs has the necessary sound support compiled in." t nil)
78
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
463
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
464 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
465
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
466 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
467
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
468 (autoload 'untabify "tabify" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
469 Convert all tabs in region to multiple spaces, preserving columns.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
470 Called non-interactively, the region is specified by arguments
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
471 START and END, rather than by the position of point and mark.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
472 The variable `tab-width' controls the spacing of tab stops." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
473
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
474 (autoload 'tabify "tabify" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
475 Convert multiple spaces in region to tabs when possible.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
476 A group of spaces is partially replaced by tabs
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
477 when this can be done without changing the column they end at.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
478 Called non-interactively, the region is specified by arguments
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
479 START and END, rather than by the position of point and mark.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
480 The variable `tab-width' controls the spacing of tab stops." t nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
481
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
482 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
483
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
484 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el")
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
485
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
486 (autoload 'ask-user-about-lock "userlock" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
487 Ask user what to do when he wants to edit FILE but it is locked by USER.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
488 This function has a choice of three things to do:
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
489 do (signal 'file-locked (list FILE USER))
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
490 to refrain from editing the file
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
491 return t (grab the lock on the file)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
492 return nil (edit the file even though it is locked).
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
493 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
494
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
495 (autoload 'ask-user-about-supersession-threat "userlock" "\
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
496 Ask a user who is about to modify an obsolete buffer what to do.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
497 This function has two choices: it can return, in which case the modification
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
498 of the buffer will proceed, or it can (signal 'file-supersession (file)),
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
499 in which case the proposed buffer modification will not be made.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
500
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
501 You can rewrite this to use any criterion you like to choose which one to do.
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
502 The buffer in question is current when this function is called." nil nil)
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
503
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
504 ;;;***
c7528f8e288d Import from CVS: tag r20-0b34
cvs
parents:
diff changeset
505
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
506 (provide 'prim-autoloads)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 161
diff changeset
507 ))