emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autoloaded defcustoms


From: Lennart Borgman
Subject: Autoloaded defcustoms
Date: Mon, 5 Jan 2009 19:21:45 +0100

If you add an autoload cookie to a defcustom

  ;;;###autoload
  (defcustom ourcomments-ido-ctrl-tab nil

and use get-file-autoloads on this then you get a load def

  (defvar ourcomments-ido-ctrl-tab nil "\
  bla bla doc")

  (custom-autoload 'ourcomments-ido-ctrl-tab "ourcomments-util" nil)

This does not take care of :set etc in the defcustom AFAICS. Shouldn't
it do that? (Is this the reason that minor modes defined in libraries
external to Emacs are not turned on properly?)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]