From: Jeremy Maitin-S. <jb...@at...> - 2004-07-21 00:06:44
|
Lawrence Mitchell <we...@gm...> writes: > [snip] > Either way, from what I can recall (no recourse to ERC sources > here), I don't think we religiously follow the defcustom is > user-changable rule. So that might be something worth looking at. I often forget to add the "*" because I never use `set-variable' myself -- I just evaluate a `setq' form, since it is actually less typing, it works even if a "*" was not used, and I can still get tab completion on the variable name (using M-TAB by default, since the minibuffer is set to emacs-lisp-mode when `eval-expression' is run). -- Jeremy Maitin-Shepard |