emacs-devel
[Top][All Lists]
Advanced

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

Re: doc problems with defcustom


From: Miles Bader
Subject: Re: doc problems with defcustom
Date: Tue, 08 Jun 2004 18:23:43 +0900

Juanma Barranquero <address@hidden> writes:
> Which is the right way to set such a variable in .emacs (for those of us
> who don't want to use customize)?
>
>  (customize-set-variable 'pc-selection-mode t)

No, just use the associated function, e.g., (pc-selection-mode t)

The issue is really independent of customize; some modes need setup to
be done, and the way you do it these days is by calling the mode function.

-Miles
-- 
"1971 pickup truck; will trade for guns"




reply via email to

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