Changeset 3990 for trunk/lisp/cus-load.el
- Timestamp:
- 11/26/05 10:45:09 (3 years ago)
- Files:
-
- trunk/lisp/cus-load.el (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/cus-load.el
r3945 r3990 29 29 (put 'savehist 'custom-loads '(savehist)) 30 30 (put 'fancy-splash-screen 'custom-loads '("startup")) 31 (put 'hi-lock-interactive-text-highlighting 'custom-loads '(hi-lock))32 31 (put 'mail-hist 'custom-loads '(mail-hist)) 33 32 (put 'gnus-article-emphasis 'custom-loads '(gnus-art)) … … 113 112 (put 'vhdl-compile 'custom-loads '(vhdl-mode)) 114 113 (put 'ebrowse-tree 'custom-loads '(ebrowse)) 115 (put 'font-lock-highlighting-faces 'custom-loads '(font-lock))116 114 (put 'flyspell 'custom-loads '(flyspell)) 117 115 (put 'python 'custom-loads '(python)) … … 260 258 (put 'gnus-group-visual 'custom-loads '(gnus-group gnus)) 261 259 (put 'paren-matching 'custom-loads '(simple paren)) 262 (put 'font-lock 'custom-loads '(fast-lock font-lock font-core jit-lock lazy-lock))260 (put 'font-lock 'custom-loads '(fast-lock font-lock font-core hi-lock jit-lock lazy-lock)) 263 261 (put 'auto-save 'custom-loads '("files" "startup")) 264 262 (put 'lazy-highlight 'custom-loads '("isearch" ispell "replace")) … … 435 433 (put 'gnus-duplicate 'custom-loads '(gnus-dup)) 436 434 (put 'wdired 'custom-loads '(wdired)) 435 (put 'hi-lock 'custom-loads '(hi-lock)) 437 436 (put 'find-function 'custom-loads '(find-func)) 438 437 (put 'menu 'custom-loads '(menu-bar easymenu faces tmm)) … … 535 534 (put 'icomplete 'custom-loads '(icomplete)) 536 535 (put 'LaTeX 'custom-loads '(reftex-vars)) 536 (put 'font-lock-faces 'custom-loads '(font-lock)) 537 537 (put 'scrolling 'custom-loads '(frame)) 538 538 (put 'org-link 'custom-loads '(org)) … … 548 548 (put 'mh-inc 'custom-loads '(mh-customize)) 549 549 (put 'bibtex 'custom-loads '(bibtex)) 550 (put 'faces 'custom-loads '(faces button cus-edit cwarn dired time facemenu font-lock gnus hi-lock hilit-chg make-mode message mh-customize ps-print paren speedbar whitespace wid-edit woman))550 (put 'faces 'custom-loads '(faces button cus-edit cwarn dired time facemenu font-lock gnus hi-lock hilit-chg make-mode message mh-customize ps-print rcirc paren speedbar whitespace wid-edit woman)) 551 551 (put 'gnus-summary-various 'custom-loads '(gnus-sum)) 552 (put 'applications 'custom-loads '(calc calendar eshell cus-edit ispell newsticker ses spell uniquify))552 (put 'applications 'custom-loads '(calc calendar eshell cus-edit ispell newsticker rcirc ses spell uniquify)) 553 553 (put 'ebrowse-member 'custom-loads '(ebrowse)) 554 554 (put 'terminal 'custom-loads '(terminal)) … … 674 674 (put 'PostScript-edit 'custom-loads '(ps-mode)) 675 675 (put 'calendar 'custom-loads '(calendar solar icalendar midnight org todo-mode)) 676 (put 'rcirc-faces 'custom-loads '(rcirc)) 676 677 (put 'spam-ifile 'custom-loads '(spam)) 677 678 (put 'programming 'custom-loads '(cus-edit)) … … 716 717 (put 'pgg-pgp 'custom-loads '(pgg-pgp)) 717 718 (put 'gnus-group-various 'custom-loads '(gnus-group gnus gnus-start)) 718 ;; ;These are for handling :version. We need to have a minimum of719 ;; ;information so `customize-changed-options' could do its job.719 ;; These are for handling :version. We need to have a minimum of 720 ;; information so `customize-changed-options' could do its job. 720 721 721 ;; ;For groups we set `custom-version', `group-documentation' and722 ;; ;`custom-tag' (which are shown in the customize buffer), so we723 ;; ;don't have to load the file containing the group.722 ;; For groups we set `custom-version', `group-documentation' and 723 ;; `custom-tag' (which are shown in the customize buffer), so we 724 ;; don't have to load the file containing the group. 724 725 725 ;; ;`custom-versions-load-alist' is an alist that has as car a version726 ;; ;number and as elts the files that have variables or faces that727 ;; ;contain that version. These files should be loaded before showing728 ;; ;the customization buffer that `customize-changed-options'729 ;; ;generates.726 ;; `custom-versions-load-alist' is an alist that has as car a version 727 ;; number and as elts the files that have variables or faces that 728 ;; contain that version. These files should be loaded before showing 729 ;; the customization buffer that `customize-changed-options' 730 ;; generates. 730 731 731 ;; ;This macro is used so we don't modify the information about732 ;; ;variables and groups if it's already set. (We don't know when733 ;; ;cus-load.el is going to be loaded and at that time some of the734 ;; ;files might be loaded and some others might not).732 ;; This macro is used so we don't modify the information about 733 ;; variables and groups if it's already set. (We don't know when 734 ;; cus-load.el is going to be loaded and at that time some of the 735 ;; files might be loaded and some others might not). 735 736 (defmacro custom-put-if-not (symbol propname value) 736 737 `(unless (get ,symbol ,propname) … … 817 818 (custom-put-if-not 'ps-print-printer 'group-documentation "Printer customization.") 818 819 (custom-put-if-not 'ps-print-printer 'custom-tag "Printer") 820 (custom-put-if-not 'rcirc 'custom-version "22.1") 821 (custom-put-if-not 'rcirc 'group-documentation "Simple IRC client.") 819 822 (custom-put-if-not 'url 'custom-version "22.1") 820 823 (custom-put-if-not 'url 'group-documentation "Uniform Resource Locator tool.") … … 983 986 (custom-put-if-not 'delphi 'group-documentation "Major mode for editing Delphi source in Emacs.") 984 987 985 (defvar custom-versions-load-alist '(("21.2" mm-util) ("20.3.3" "dos-vars") ("20.1" time-stamp) ("21" printing) ("19.29" time-stamp) ("21.3" sql hscroll gnus-agent ange-ftp printing) ("20.3" easymenu hscroll dabbrev ffap xscheme rmail paren mailabbrev frame uce mouse which-func diary-lib sendmail simple debug msb avoid hexl vcursor vc compile etags browse-url add-log find-func cus-edit "replace") ("21.1" server debug rmailedit ezimage tooltip dabbrev latin1-disp gnus-start hideshow cus-edit strokes "paths" sgml-mode net-utils cperl-mode ange-ftp font-lock gnus-nocem vc-hooks paren fortran solar etags rmail sb-image vc-sccs vc gnus-group gnus-sum smtpmail "isearch" add-log sendmail find-func wid-edit vc-rcs gnus-art "files" frame nnmail message ps-print vc-cvs simple faces gnus-agent flyspell rmailsum browse-url) ("20.4" crisp "files" help sh-script compile auto-show hilit-chg) ("20" ps-print printing ebnf2ps) ("20.8" sql) ("22.1" imenu gnus-score font-lock mule smiley add-log bookmark footnote shadowfile server custom gnus-int gnus-group gnus-win tcl descr-text latin1-disp fortran fringe gnus-delay tex-mode sgml-mode sql gnus-util mail-extr sh-script hl-line make-mode mml2015 vc-cvs ielm "files" nnimap generic-x imap gnus-start mml-sec comint vc-mcvs desktop locate gnus-msg compare-w info dnd vc-hooks uudecode gnus-agent spam find-dired diff-mode ange-ftp mml gnus-fun ispell gnus-spec "paragraphs" warnings gnus faces mouse smtpmail sendmail appt dabbrev "utf-8" pop3 smime time binhex dired rmail mm-url gdb-ui vc-svn mm-decode x-dnd gnus-srvr "replace" vc pgg-def mm-uu autorevert mail-source flow-fill diary-lib iswitchb find-func gnus-art gnus-cite tls nnmail deuglify calendar compile starttls simple cus-edit gnus-sum grep keypad message))988 (defvar custom-versions-load-alist '(("21.2" mm-util) ("20.3.3" "dos-vars") ("20.1" time-stamp) ("21" printing) ("19.29" time-stamp) ("21.3" sql hscroll gnus-agent ange-ftp printing) ("20.3" easymenu hscroll dabbrev ffap xscheme rmail paren mailabbrev frame uce mouse which-func diary-lib sendmail simple debug msb avoid hexl vcursor vc compile etags browse-url add-log find-func cus-edit "replace") ("21.1" server debug rmailedit ezimage tooltip dabbrev latin1-disp gnus-start hideshow cus-edit strokes "paths" sgml-mode net-utils cperl-mode ange-ftp font-lock gnus-nocem vc-hooks paren fortran solar etags rmail sb-image vc-sccs vc gnus-group gnus-sum smtpmail "isearch" add-log sendmail find-func wid-edit vc-rcs gnus-art "files" frame nnmail message ps-print vc-cvs simple faces gnus-agent flyspell rmailsum browse-url) ("20.4" crisp "files" help sh-script compile auto-show hilit-chg) ("20" ps-print printing ebnf2ps) ("20.8" sql) ("22.1" imenu gnus-score font-lock mule smiley add-log bookmark footnote shadowfile server custom gnus-int gnus-group gnus-win tcl descr-text latin1-disp fortran fringe gnus-delay rfn-eshadow tex-mode sgml-mode sql gnus-util mail-extr sh-script hl-line make-mode mml2015 vc-cvs ielm "files" nnimap generic-x imap gnus-start mml-sec comint vc-mcvs desktop locate gnus-msg compare-w info dnd vc-hooks uudecode gnus-agent spam find-dired diff-mode ange-ftp mml gnus-fun ispell gnus-spec "paragraphs" warnings gnus faces mouse smtpmail sendmail appt dabbrev "utf-8" pop3 smime time binhex dired rmail mm-url gdb-ui vc-svn mm-decode x-dnd gnus-srvr "replace" vc pgg-def mm-uu autorevert mail-source flow-fill diary-lib iswitchb find-func gnus-art gnus-cite tls nnmail deuglify calendar compile starttls simple cus-edit gnus-sum grep keypad message)) 986 989 "For internal use by custom.") 987 990 988 991 (provide 'cus-load) 989 992 990 ;; ;Local Variables:991 ;; ;version-control: never992 ;; ;no-byte-compile: t993 ;; ;no-update-autoloads: t994 ;; ;End:993 ;; Local Variables: 994 ;; version-control: never 995 ;; no-byte-compile: t 996 ;; no-update-autoloads: t 997 ;; End: 995 998 ;;; cus-load.el ends here
