Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | b8cc9ab3f761 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (featurep 'Standard-autoloads) (error "Already loaded")) | 2 (if (featurep 'lisp-autoloads) (error "Already loaded")) |
3 | 3 |
4 ;;;### (autoloads nil "abbrev" "lisp/abbrev.el") | 4 ;;;### (autoloads nil "abbrev" "lisp/abbrev.el") |
5 | 5 |
6 ;;;*** | 6 ;;;*** |
7 | 7 |
10 (autoload 'about-xemacs "about" "\ | 10 (autoload 'about-xemacs "about" "\ |
11 Describe the True Editor and its minions." t nil) | 11 Describe the True Editor and its minions." t nil) |
12 | 12 |
13 ;;;*** | 13 ;;;*** |
14 | 14 |
15 ;;;### (autoloads (set-modified-alist modify-alist remove-alist set-alist del-alist put-alist) "alist" "lisp/alist.el") | 15 ;;;### (autoloads (set-modified-alist modify-alist remove-alist set-alist del-alist put-alist vassoc) "alist" "lisp/alist.el") |
16 | |
17 (autoload 'vassoc "alist" "\ | |
18 Search VALIST for a vector whose first element is equal to KEY. | |
19 See also `assoc'." nil nil) | |
16 | 20 |
17 (autoload 'put-alist "alist" "\ | 21 (autoload 'put-alist "alist" "\ |
18 Modify ALIST to set VALUE to ITEM. | 22 Modify ALIST to set VALUE to ITEM. |
19 If there is a pair whose car is ITEM, replace its cdr by VALUE. | 23 If there is a pair whose car is ITEM, replace its cdr by VALUE. |
20 If there is not such pair, create new pair (ITEM . VALUE) and | 24 If there is not such pair, create new pair (ITEM . VALUE) and |
81 are used." t nil) | 85 are used." t nil) |
82 | 86 |
83 (autoload 'update-file-autoloads "autoload" "\ | 87 (autoload 'update-file-autoloads "autoload" "\ |
84 Update the autoloads for FILE in `generated-autoload-file' | 88 Update the autoloads for FILE in `generated-autoload-file' |
85 \(which FILE might bind in its local variables). | 89 \(which FILE might bind in its local variables). |
86 This functions refuses to update autoloads files." t nil) | 90 This function refuses to update autoloads files." t nil) |
87 | 91 |
88 (autoload 'update-autoloads-here "autoload" "\ | 92 (autoload 'update-autoloads-here "autoload" "\ |
89 Update sections of the current buffer generated by `update-file-autoloads'." t nil) | 93 Update sections of the current buffer generated by `update-file-autoloads'." t nil) |
90 | 94 |
91 (autoload 'update-autoloads-from-directory "autoload" "\ | 95 (autoload 'update-autoloads-from-directory "autoload" "\ |
828 buffer-tag-table another way of specifying a buffer-local table | 832 buffer-tag-table another way of specifying a buffer-local table |
829 make-tags-files-invisible whether tags tables should be very hidden | 833 make-tags-files-invisible whether tags tables should be very hidden |
830 tag-mark-stack-max how many tags-based hops to remember" t nil) | 834 tag-mark-stack-max how many tags-based hops to remember" t nil) |
831 | 835 |
832 (autoload 'find-tag-other-window "etags" "\ | 836 (autoload 'find-tag-other-window "etags" "\ |
833 *Find tag whose name contains TAGNAME. | 837 *Find tag whose name contains TAGNAME, in another window. |
834 Selects the buffer that the tag is contained in in another window | 838 Selects the buffer that the tag is contained in in another window |
835 and puts point at its definition. | 839 and puts point at its definition. |
836 If TAGNAME is a null string, the expression in the buffer | 840 If TAGNAME is a null string, the expression in the buffer |
837 around or before point is used as the tag name. | 841 around or before point is used as the tag name. |
838 If second arg NEXT is non-nil (interactively, with prefix arg), | 842 If second arg NEXT is non-nil (interactively, with prefix arg), |
1203 | 1207 |
1204 (defvar Info-directory-list nil "\ | 1208 (defvar Info-directory-list nil "\ |
1205 List of directories to search for Info documentation files. | 1209 List of directories to search for Info documentation files. |
1206 | 1210 |
1207 The first directory in this list, the \"dir\" file there will become | 1211 The first directory in this list, the \"dir\" file there will become |
1208 the (dir)Top node of the Info documentation tree. If you wish to | 1212 the (dir)Top node of the Info documentation tree. |
1209 modify the info search path, use `M-x customize-variable, | 1213 |
1210 Info-directory-list' to do so.") | 1214 Note: DO NOT use the `customize' interface to change the value of this |
1215 variable. Its value is created dynamically on each startup, depending | |
1216 on XEmacs packages installed on the system. If you want to change the | |
1217 search path, make the needed modifications on the variable's value | |
1218 from .emacs. For instance: | |
1219 | |
1220 (setq Info-directory-list (cons \"~/info\" Info-directory-list))") | |
1211 | 1221 |
1212 (autoload 'info "info" "\ | 1222 (autoload 'info "info" "\ |
1213 Enter Info, the documentation browser. | 1223 Enter Info, the documentation browser. |
1214 Optional argument FILE specifies the file to examine; | 1224 Optional argument FILE specifies the file to examine; |
1215 the default is the top-level directory of Info. | 1225 the default is the top-level directory of Info. |
1359 For version information, it is assumed things are listed in most | 1369 For version information, it is assumed things are listed in most |
1360 recent to least recent -- in other words, the version names don't have to | 1370 recent to least recent -- in other words, the version names don't have to |
1361 be lexically ordered. It is debatable if it makes sense to have more than | 1371 be lexically ordered. It is debatable if it makes sense to have more than |
1362 one version of a package available.") | 1372 one version of a package available.") |
1363 | 1373 |
1364 (defcustom package-get-download-sites '(("xemacs.org" "ftp.xemacs.org" "pub/xemacs/packages") ("cso.uiuc.edu" "ftp.cso.uiuc.edu" "pub/packages/xemacs/packages") ("unicamp.br" "ftp.unicamp.br" "pub/xemacs/packages") ("sunsite.cnlab-switch.ch" "sunsite.cnlab-switch.ch" "mirror/xemacs/packages") ("tu-darmstadt.de" "ftp.tu-darmstadt.de" "pub/editors/xemacs/packages") ("sunsite.auc.dk" "sunsite.auc.dk" "pub/emacs/xemacs/packages") ("pasteur.fr" "ftp.pasteur.fr" "pub/computing/xemacs/packages") ("cenatls.cena.dgac.fr" "ftp.cenatls.cena.dgac.fr" "pub/Emacs/xemacs/packages") ("kfki.hu" "ftp.kfki.hu" "pub/packages/xemacs/packages") ("uniroma2.it" "ftp.uniroma2.it" "unix/misc/dist/XEMACS/packages") ("icm.edu.pl" "ftp.icm.edu.pl" "pub/unix/editors/xemacs/packages") ("sunet.se" "ftp.sunet.se" "pub/gnu/xemacs/packages") ("doc.ic.ac.uk" "sunsite.doc.ic.ac.uk" "packages/xemacs/packages") ("srcc.msu.su" "ftp1.srcc.msu.su" "mirror/ftp.xemacs.org/packages") ("usyd.edu.au" "ftp.usyd.edu.au" "pub/Xemacs/packages") ("netlab.is.tsukuba.ac.jp" "ftp.netlab.is.tsukuba.ac.jp" "pub/GNU/xemacs/packages") ("jaist.ac.jp" "ftp.jaist.ac.jp" "pub/GNU/xemacs/packages") ("ring.aist.go.jp" "ring.aist.go.jp" "pub/text/xemacs/packages") ("ring.asahi-net.or.jp" "ring.asahi-net.or.jp" "pub/text/xemacs/packages") ("SunSITE.sut.ac.jp" "SunSITE.sut.ac.jp" "pub/archives/packages/xemacs/packages") ("dti.ad.jp" "ftp.dti.ad.jp" "pub/unix/editor/xemacs/packages") ("kreonet.re.kr" "ftp.kreonet.re.kr" "pub/tools/emacs/xemacs/packages")) "*List of remote sites available for downloading packages.\nList format is '(site-description site-name directory-on-site).\nSITE-DESCRIPTION is a textual description of the site. SITE-NAME\nis the internet address of the download site. DIRECTORY-ON-SITE\nis the directory on the site in which packages may be found.\nThis variable is used to initialize `package-get-remote', the\nvariable actually used to specify package download sites." :tag "Package download sites" :type '(repeat (list hostname directory)) :group 'package-get) | 1374 (defcustom package-get-download-sites '(("xemacs.org" "ftp.xemacs.org" "pub/xemacs/packages") ("crc.ca (Canada)" "ftp.crc.ca" "pub/packages/editors/xemacs/packages") ("ualberta.ca (Canada)" "sunsite.ualberta.ca" "pub/Mirror/xemacs/packages") ("uiuc.edu (United States)" "uiarchive.uiuc.edu" "pub/packages/xemacs/packages") ("unc.edu (United States)" "metalab.unc.edu" "pub/packages/editors/xemacs/packages") ("utk.edu (United States)" "ftp.sunsite.utk.edu" "pub/xemacs/packages") ("unicamp.br (Brazil)" "ftp.unicamp.br" "pub/xemacs/packages") ("tuwien.ac.at (Austria)" "gd.tuwien.ac.at" "editors/xemacs/packages") ("auc.dk (Denmark)" "sunsite.auc.dk" "pub/emacs/xemacs/packages") ("doc.ic.ac.uk (England)" "sunsite.doc.ic.ac.uk" "packages/xemacs/packages") ("funet.fi (Finland)" "ftp.funet.fi" "pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/packages") ("cenatls.cena.dgac.fr (France)" "ftp.cenatls.cena.dgac.fr" "Emacs/xemacs/packages") ("pasteur.fr (France)" "ftp.pasteur.fr" "pub/computing/xemacs/packages") ("tu-darmstadt.de (Germany)" "ftp.tu-darmstadt.de" "pub/editors/xemacs/packages") ("kfki.hu (Hungary)" "ftp.kfki.hu" "pub/packages/xemacs/packages") ("eunet.ie (Ireland)" "ftp.eunet.ie" "mirrors/ftp.xemacs.org/pub/xemacs/packages") ("uniroma2.it (Italy)" "ftp.uniroma2.it" "unix/misc/dist/XEMACS/packages") ("uio.no (Norway)" "sunsite.uio.no" "pub/xemacs/packages") ("icm.edu.pl (Poland)" "ftp.icm.edu.pl" "pub/unix/editors/xemacs/packages") ("srcc.msu.su (Russia)" "ftp.srcc.msu.su" "mirror/ftp.xemacs.org/packages") ("sunet.se (Sweden)" "ftp.sunet.se" "pub/gnu/xemacs/packages") ("cnlab-switch.ch (Switzerland)" "sunsite.cnlab-switch.ch" "mirror/xemacs/packages") ("aist.go.jp (Japan)" "ring.aist.go.jp" "pub/text/xemacs/packages") ("asahi-net.or.jp (Japan)" "ring.asahi-net.or.jp" "pub/text/xemacs/packages") ("dti.ad.jp (Japan)" "ftp.dti.ad.jp" "pub/unix/editor/xemacs/packages") ("jaist.ac.jp (Japan)" "ftp.jaist.ac.jp" "pub/GNU/xemacs/packages") ("nucba.ac.jp (Japan)" "mirror.nucba.ac.jp" "mirror/xemacs/packages") ("sut.ac.jp (Japan)" "sunsite.sut.ac.jp" "pub/archives/packages/xemacs/packages") ("tsukuba.ac.jp (Japan)" "ftp.netlab.is.tsukuba.ac.jp" "pub/GNU/xemacs/packages") ("kreonet.re.kr (Korea)" "ftp.kreonet.re.kr" "pub/tools/emacs/xemacs/packages") ("nctu.edu.tw (Taiwan)" "coda.nctu.edu.tw" "Editors/xemacs/packages") ("sun.ac.za (South Africa)" "ftp.sun.ac.za" "xemacs/packages") ("isu.net.sa (Saudi Arabia)" "ftp.isu.net.sa" "pub/mirrors/ftp.xemacs.org/packages") ("aarnet.edu.au (Australia)" "mirror.aarnet.edu.au" "pub/xemacs/packages")) "*List of remote sites available for downloading packages.\nList format is '(site-description site-name directory-on-site).\nSITE-DESCRIPTION is a textual description of the site. SITE-NAME\nis the internet address of the download site. DIRECTORY-ON-SITE\nis the directory on the site in which packages may be found.\nThis variable is used to initialize `package-get-remote', the\nvariable actually used to specify package download sites." :tag "Package download sites" :type '(repeat (list (string :tag "Name") host-name directory)) :group 'package-get) |
1365 | 1375 |
1366 (autoload 'package-get-download-menu "package-get" "\ | 1376 (autoload 'package-get-download-menu "package-get" "\ |
1367 Build the `Add Download Site' menu." nil nil) | 1377 Build the `Add Download Site' menu." nil nil) |
1368 | 1378 |
1369 (autoload 'package-get-require-base "package-get" "\ | 1379 (autoload 'package-get-require-base "package-get" "\ |
1426 'always always retrieve the package even if it is already installed | 1436 'always always retrieve the package even if it is already installed |
1427 'never do not retrieve the package if it is installed. | 1437 'never do not retrieve the package if it is installed. |
1428 INSTALL-DIR, if non-nil, specifies the package directory where | 1438 INSTALL-DIR, if non-nil, specifies the package directory where |
1429 fetched packages should be installed. | 1439 fetched packages should be installed. |
1430 | 1440 |
1431 The value of `package-get-base' is used to determine what files should | 1441 The value of `package-get-base' is used to determine what files should |
1432 be retrieved. The value of `package-get-remote' is used to determine | 1442 be retrieved. The value of `package-get-remote' is used to determine |
1433 where a package should be retrieved from. The sites are tried in | 1443 where a package should be retrieved from. The sites are tried in |
1434 order so one is better off listing easily reached sites first. | 1444 order so one is better off listing easily reached sites first. |
1435 | 1445 |
1436 Once the package is retrieved, its md5 checksum is computed. If that | 1446 Once the package is retrieved, its md5 checksum is computed. If that |
1442 `nil' upon error." t nil) | 1452 `nil' upon error." t nil) |
1443 | 1453 |
1444 (autoload 'package-get-package-provider "package-get" "\ | 1454 (autoload 'package-get-package-provider "package-get" "\ |
1445 Search for a package that provides SYM and return the name and | 1455 Search for a package that provides SYM and return the name and |
1446 version. Searches in `package-get-base' for SYM. If SYM is a | 1456 version. Searches in `package-get-base' for SYM. If SYM is a |
1447 consp, then it must match a corresponding (provide (SYM VERSION)) from | 1457 consp, then it must match a corresponding (provide (SYM VERSION)) from |
1448 the package. | 1458 the package. |
1449 | 1459 |
1450 If FORCE-CURRENT is non-nil make sure the database is up to date. This might | 1460 If FORCE-CURRENT is non-nil make sure the database is up to date. This might |
1451 lead to Emacs accessing remote sites." t nil) | 1461 lead to Emacs accessing remote sites." t nil) |
1452 | 1462 |
1538 | 1548 |
1539 (defalias 'edit-picture 'picture-mode) | 1549 (defalias 'edit-picture 'picture-mode) |
1540 | 1550 |
1541 ;;;*** | 1551 ;;;*** |
1542 | 1552 |
1543 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle extract-rectangle delete-extract-rectangle delete-rectangle kill-rectangle) "rect" "lisp/rect.el") | 1553 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "lisp/rect.el") |
1544 | |
1545 (defvar killed-rectangle nil "\ | |
1546 Rectangle for `yank-rectangle' to insert.") | |
1547 | |
1548 (autoload 'kill-rectangle "rect" "\ | |
1549 Delete the region-rectangle and save it as the last killed one. | |
1550 You might prefer to use `delete-extract-rectangle' from a program. | |
1551 | |
1552 When called from a program, the rectangle's corners are START and END. | |
1553 With a prefix (or FILL) argument, also fill lines where nothing has to be | |
1554 deleted." t nil) | |
1555 | 1554 |
1556 (autoload 'delete-rectangle "rect" "\ | 1555 (autoload 'delete-rectangle "rect" "\ |
1557 Delete the text in the region-rectangle without saving it. | 1556 Delete the text in the region-rectangle without saving it. |
1558 The same range of columns is deleted in each line starting with the line | 1557 The same range of columns is deleted in each line starting with the line |
1559 where the region begins and ending with the line where the region ends. | 1558 where the region begins and ending with the line where the region ends. |
1570 deleted." nil nil) | 1569 deleted." nil nil) |
1571 | 1570 |
1572 (autoload 'extract-rectangle "rect" "\ | 1571 (autoload 'extract-rectangle "rect" "\ |
1573 Return the contents of the rectangle with corners at START and END, | 1572 Return the contents of the rectangle with corners at START and END, |
1574 as a list of strings, one for each line of the rectangle." nil nil) | 1573 as a list of strings, one for each line of the rectangle." nil nil) |
1574 | |
1575 (defvar killed-rectangle nil "\ | |
1576 Rectangle for `yank-rectangle' to insert.") | |
1577 | |
1578 (autoload 'kill-rectangle "rect" "\ | |
1579 Delete the region-rectangle and save it as the last killed one. | |
1580 You might prefer to use `delete-extract-rectangle' from a program. | |
1581 | |
1582 When called from a program, the rectangle's corners are START and END. | |
1583 With a prefix (or FILL) argument, also fill lines where nothing has to be | |
1584 deleted." t nil) | |
1575 | 1585 |
1576 (autoload 'yank-rectangle "rect" "\ | 1586 (autoload 'yank-rectangle "rect" "\ |
1577 Yank the last killed rectangle with upper left corner at point." t nil) | 1587 Yank the last killed rectangle with upper left corner at point." t nil) |
1578 | 1588 |
1579 (autoload 'insert-rectangle "rect" "\ | 1589 (autoload 'insert-rectangle "rect" "\ |
1591 With a prefix (or FILL) argument, fill with blanks even if there is no text | 1601 With a prefix (or FILL) argument, fill with blanks even if there is no text |
1592 on the right side of the rectangle." t nil) | 1602 on the right side of the rectangle." t nil) |
1593 | 1603 |
1594 (autoload 'string-rectangle "rect" "\ | 1604 (autoload 'string-rectangle "rect" "\ |
1595 Insert STRING on each line of the region-rectangle, shifting text right. | 1605 Insert STRING on each line of the region-rectangle, shifting text right. |
1596 The left edge of the rectangle specifies the column for insertion. This | 1606 The left edge of the rectangle specifies the column for insertion. |
1597 command does not delete or overwrite any existing text. | 1607 |
1608 If `pending-delete-mode' is active the string replace the region. | |
1609 Otherwise this command does not delete or overwrite any existing text. | |
1598 | 1610 |
1599 When called from a program, the rectangle's corners are START and END." t nil) | 1611 When called from a program, the rectangle's corners are START and END." t nil) |
1600 | 1612 |
1601 (autoload 'clear-rectangle "rect" "\ | 1613 (autoload 'clear-rectangle "rect" "\ |
1602 Blank out the region-rectangle. | 1614 Blank out the region-rectangle. |
1824 | 1836 |
1825 (autoload 'x-win-init-xfree86 "x-win-xfree86" nil nil nil) | 1837 (autoload 'x-win-init-xfree86 "x-win-xfree86" nil nil nil) |
1826 | 1838 |
1827 ;;;*** | 1839 ;;;*** |
1828 | 1840 |
1829 (provide 'Standard-autoloads) | 1841 (provide 'lisp-autoloads) |