Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | d44af0c54775 |
children | 2c611d1463a6 |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
677 Print disassembled code for OBJECT in (optional) BUFFER. | 677 Print disassembled code for OBJECT in (optional) BUFFER. |
678 OBJECT can be a symbol defined as a function, or a function itself | 678 OBJECT can be a symbol defined as a function, or a function itself |
679 \(a lambda expression or a compiled-function object). | 679 \(a lambda expression or a compiled-function object). |
680 If OBJECT is not already compiled, we compile it, but do not | 680 If OBJECT is not already compiled, we compile it, but do not |
681 redefine OBJECT if it is a symbol." t nil) | 681 redefine OBJECT if it is a symbol." t nil) |
682 | |
683 ;;;*** | |
684 | |
685 ;;;### (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" "lisp/disp-table.el") | |
686 | |
687 (autoload 'describe-current-display-table "disp-table" "\ | |
688 Describe the display table in use in the selected window and buffer." t nil) | |
689 | |
690 (autoload 'make-display-table "disp-table" "\ | |
691 Return a new, empty display table." nil nil) | |
692 | |
693 (autoload 'standard-display-8bit "disp-table" "\ | |
694 Display characters in the range L to H literally." nil nil) | |
695 | |
696 (autoload 'standard-display-default "disp-table" "\ | |
697 Display characters in the range L to H using the default notation." nil nil) | |
698 | |
699 (autoload 'standard-display-ascii "disp-table" "\ | |
700 Display character C using printable string S." nil nil) | |
701 | |
702 (autoload 'standard-display-g1 "disp-table" "\ | |
703 Display character C as character SC in the g1 character set. | |
704 This function assumes that your terminal uses the SO/SI characters; | |
705 it is meaningless for an X frame." nil nil) | |
706 | |
707 (autoload 'standard-display-graphic "disp-table" "\ | |
708 Display character C as character GC in graphics character set. | |
709 This function assumes VT100-compatible escapes; it is meaningless for an | |
710 X frame." nil nil) | |
711 | |
712 (autoload 'standard-display-underline "disp-table" "\ | |
713 Display character C as character UC plus underlining." nil nil) | |
714 | |
715 (autoload 'standard-display-european "disp-table" "\ | |
716 Toggle display of European characters encoded with ISO 8859. | |
717 When enabled, characters in the range of 160 to 255 display not | |
718 as octal escapes, but as accented characters. | |
719 With prefix argument, enable European character display iff arg is positive." t nil) | |
682 | 720 |
683 ;;;*** | 721 ;;;*** |
684 | 722 |
685 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el") | 723 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el") |
686 | 724 |
1185 The optional `pkg-dir' can be used to override the default package hiearchy | 1223 The optional `pkg-dir' can be used to override the default package hiearchy |
1186 \(last package-path)." t nil) | 1224 \(last package-path)." t nil) |
1187 | 1225 |
1188 (autoload 'package-admin-add-binary-package "package-admin" "\ | 1226 (autoload 'package-admin-add-binary-package "package-admin" "\ |
1189 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) | 1227 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil) |
1228 | |
1229 ;;;*** | |
1230 | |
1231 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el") | |
1232 | |
1233 (autoload 'picture-mode "picture" "\ | |
1234 Switch to Picture mode, in which a quarter-plane screen model is used. | |
1235 Printing characters replace instead of inserting themselves with motion | |
1236 afterwards settable by these commands: | |
1237 C-c < Move left after insertion. | |
1238 C-c > Move right after insertion. | |
1239 C-c ^ Move up after insertion. | |
1240 C-c . Move down after insertion. | |
1241 C-c ` Move northwest (nw) after insertion. | |
1242 C-c ' Move northeast (ne) after insertion. | |
1243 C-c / Move southwest (sw) after insertion. | |
1244 C-c \\ Move southeast (se) after insertion. | |
1245 The current direction is displayed in the modeline. The initial | |
1246 direction is right. Whitespace is inserted and tabs are changed to | |
1247 spaces when required by movement. You can move around in the buffer | |
1248 with these commands: | |
1249 \\[picture-move-down] Move vertically to SAME column in previous line. | |
1250 \\[picture-move-up] Move vertically to SAME column in next line. | |
1251 \\[picture-end-of-line] Move to column following last non-whitespace character. | |
1252 \\[picture-forward-column] Move right inserting spaces if required. | |
1253 \\[picture-backward-column] Move left changing tabs to spaces if required. | |
1254 C-c C-f Move in direction of current picture motion. | |
1255 C-c C-b Move in opposite direction of current picture motion. | |
1256 Return Move to beginning of next line. | |
1257 You can edit tabular text with these commands: | |
1258 M-Tab Move to column beneath (or at) next interesting character. | |
1259 `Indents' relative to a previous line. | |
1260 Tab Move to next stop in tab stop list. | |
1261 C-c Tab Set tab stops according to context of this line. | |
1262 With ARG resets tab stops to default (global) value. | |
1263 See also documentation of variable picture-tab-chars | |
1264 which defines \"interesting character\". You can manually | |
1265 change the tab stop list with command \\[edit-tab-stops]. | |
1266 You can manipulate text with these commands: | |
1267 C-d Clear (replace) ARG columns after point without moving. | |
1268 C-c C-d Delete char at point - the command normally assigned to C-d. | |
1269 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them. | |
1270 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared | |
1271 text is saved in the kill ring. | |
1272 \\[picture-open-line] Open blank line(s) beneath current line. | |
1273 You can manipulate rectangles with these commands: | |
1274 C-c C-k Clear (or kill) a rectangle and save it. | |
1275 C-c C-w Like C-c C-k except rectangle is saved in named register. | |
1276 C-c C-y Overlay (or insert) currently saved rectangle at point. | |
1277 C-c C-x Like C-c C-y except rectangle is taken from named register. | |
1278 \\[copy-rectangle-to-register] Copies a rectangle to a register. | |
1279 \\[advertised-undo] Can undo effects of rectangle overlay commands | |
1280 commands if invoked soon enough. | |
1281 You can return to the previous mode with: | |
1282 C-c C-c Which also strips trailing whitespace from every line. | |
1283 Stripping is suppressed by supplying an argument. | |
1284 | |
1285 Entry to this mode calls the value of picture-mode-hook if non-nil. | |
1286 | |
1287 Note that Picture mode commands will work outside of Picture mode, but | |
1288 they are not defaultly assigned to keys." t nil) | |
1289 | |
1290 (defalias 'edit-picture 'picture-mode) | |
1291 | |
1292 ;;;*** | |
1293 | |
1294 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "lisp/rect.el") | |
1295 | |
1296 (autoload 'delete-rectangle "rect" "\ | |
1297 Delete (don't save) text in rectangle with point and mark as corners. | |
1298 The same range of columns is deleted in each line starting with the line | |
1299 where the region begins and ending with the line where the region ends." t nil) | |
1300 | |
1301 (autoload 'delete-extract-rectangle "rect" "\ | |
1302 Delete contents of rectangle and return it as a list of strings. | |
1303 Arguments START and END are the corners of the rectangle. | |
1304 The value is list of strings, one for each line of the rectangle." nil nil) | |
1305 | |
1306 (autoload 'extract-rectangle "rect" "\ | |
1307 Return contents of rectangle with corners at START and END. | |
1308 Value is list of strings, one for each line of the rectangle." nil nil) | |
1309 | |
1310 (defvar killed-rectangle nil "\ | |
1311 Rectangle for yank-rectangle to insert.") | |
1312 | |
1313 (autoload 'kill-rectangle "rect" "\ | |
1314 Delete rectangle with corners at point and mark; save as last killed one. | |
1315 Calling from program, supply two args START and END, buffer positions. | |
1316 But in programs you might prefer to use `delete-extract-rectangle'." t nil) | |
1317 | |
1318 (autoload 'yank-rectangle "rect" "\ | |
1319 Yank the last killed rectangle with upper left corner at point." t nil) | |
1320 | |
1321 (autoload 'insert-rectangle "rect" "\ | |
1322 Insert text of RECTANGLE with upper left corner at point. | |
1323 RECTANGLE's first line is inserted at point, its second | |
1324 line is inserted at a point vertically under point, etc. | |
1325 RECTANGLE should be a list of strings. | |
1326 After this command, the mark is at the upper left corner | |
1327 and point is at the lower right corner." nil nil) | |
1328 | |
1329 (autoload 'open-rectangle "rect" "\ | |
1330 Blank out rectangle with corners at point and mark, shifting text right. | |
1331 The text previously in the region is not overwritten by the blanks, | |
1332 but instead winds up to the right of the rectangle." t nil) | |
1333 | |
1334 (autoload 'string-rectangle "rect" "\ | |
1335 Insert STRING on each line of the region-rectangle, shifting text right. | |
1336 The left edge of the rectangle specifies the column for insertion. | |
1337 This command does not delete or overwrite any existing text. | |
1338 | |
1339 Called from a program, takes three args; START, END and STRING." t nil) | |
1340 | |
1341 (autoload 'clear-rectangle "rect" "\ | |
1342 Blank out rectangle with corners at point and mark. | |
1343 The text previously in the region is overwritten by the blanks. | |
1344 When called from a program, requires two args which specify the corners." t nil) | |
1190 | 1345 |
1191 ;;;*** | 1346 ;;;*** |
1192 | 1347 |
1193 ;;;### (autoloads (list-load-path-shadows) "shadow" "lisp/shadow.el") | 1348 ;;;### (autoloads (list-load-path-shadows) "shadow" "lisp/shadow.el") |
1194 | 1349 |