all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Suggested doc change for cus-edit.el
@ 2005-02-15  4:19 Luc Teirlinck
  2005-02-15  8:30 ` Per Abrahamsen
  0 siblings, 1 reply; 5+ messages in thread
From: Luc Teirlinck @ 2005-02-15  4:19 UTC (permalink / raw)
  Cc: abraham

In cus-edit.el we see:

  ;; 6. rogue

  ;;    There are no standard value.

There are two problems with this.  The lesser of the two is that this
does not appear to be grammatically correct.

The second, less trivial one is that the situation, as described,
appears to be impossible:

  ;; 4. The standard value.

  ;;    This is the value given in the 'defcustom' declaration.

As (defcustom foo) is illegal, it would seem that there _always_ is a
standard value.

So this needs to be clarified.  What about:

;; 6. rogue

;;    Custom has no properly stored record of the standard value.

I could install this, if desired.

Or does it mean that there is no defcustom?  I have the impression
that Custom completely _ignores_ variables without defcustom.  To try
I put:

 '(aha "oho")

in my `custom-set-variables' form and Custom seems to completely ignore it.

M-x customize-option RET aha RET 

says: [No match].  I do not get a Custom buffer with 'aha marked as rogue.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-02-16  9:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-15  4:19 Suggested doc change for cus-edit.el Luc Teirlinck
2005-02-15  8:30 ` Per Abrahamsen
2005-02-15 18:34   ` Luc Teirlinck
2005-02-15 18:55   ` Luc Teirlinck
2005-02-16  9:32   ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.