emacs-devel
[Top][All Lists]
Advanced

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

Re: define-derived-mode


From: Juanma Barranquero
Subject: Re: define-derived-mode
Date: Sun, 8 May 2005 19:00:05 +0200

> However, I am not sure we want defcustoms for *any* mode hooks.  How
> often would a user want to customize one with defcustom?

  C:\...\lisp> grep -E "defcustom.*-mode-hook" *.el
  add-log.el:(defcustom change-log-mode-hook nil
  autorevert.el:(defcustom auto-revert-mode-hook nil
  autorevert.el:(defcustom global-auto-revert-mode-hook nil
  calculator.el:(defcustom calculator-mode-hook nil
  cmuscheme.el:(defcustom inferior-scheme-mode-hook nil
  comint.el:(defcustom comint-mode-hook '(turn-on-font-lock)
  cus-edit.el:(defcustom custom-mode-hook nil
  descr-text.el:(defcustom describe-text-mode-hook nil
  diff-mode.el:(defcustom diff-mode-hook nil
  dired.el:(defcustom dired-mode-hook nil
  ediff-init.el:(defcustom ediff-mode-hook nil
  ehelp.el:(defcustom electric-help-mode-hook nil
  follow.el:(defcustom follow-mode-hook nil
  forms.el:(defcustom forms-mode-hook nil
  help-mode.el:(defcustom help-mode-hook nil
  hexl.el:(defcustom hexl-mode-hook '(hexl-follow-line hexl-activate-ruler)
  ibuffer.el:(defcustom ibuffer-mode-hook nil
  ielm.el:(defcustom ielm-mode-hook nil
  info.el:(defcustom Info-mode-hook
  log-edit.el:(defcustom log-edit-mode-hook (if (boundp
'vc-log-mode-hook) vc-log-mode-hook)
  replace.el:(defcustom occur-mode-hook '(turn-on-font-lock)
  ses.el:(defcustom ses-mode-hook nil
  shell.el:(defcustom shell-mode-hook '()
  speedbar.el:(defcustom speedbar-mode-hook nil
  term.el:(defcustom term-mode-hook '()
  view.el:(defcustom view-mode-hook nil
  wid-browse.el:(defcustom widget-browse-mode-hook nil
  winner.el:(defcustom winner-mode-hook nil

-- 
                    /L/e/k/t/u




reply via email to

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