emacs-devel
[Top][All Lists]
Advanced

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

Re: defvar -> defcustom


From: Richard Stallman
Subject: Re: defvar -> defcustom
Date: Mon, 11 Oct 2004 02:17:46 -0400

    M-x customize-variable already does some guessing based on the
    variable name, so some sort of minimal guessing might be possible.
    Current conventions would also allow to search backwards from the
    defvar to the closest preceding defgroup and just assume it.

You can give it a try if you want.  But these heuristics are not
reliable.  For instance, many variables whose names suggest a value
of t or nil in fact allow other values too.  The only way to tell
is to understand the doc string.

Weighing the time that manual editing takes against the importance of
getting the right answer, and considering that this conversion only
needs to be done once in a while, I think doing it manually may be
better.




reply via email to

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