unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* (symbol-plist nil) => not empty
@ 2004-06-21 10:30 Kim F. Storm
  2004-06-22 23:16 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Kim F. Storm @ 2004-06-21 10:30 UTC (permalink / raw)




My emacs had been running for some time, and I did

M-x customize-group RET nil RET

Then I tried this:

M-: (symbol-plist nil)

To my surprise, nil had a non-empty plist:

(custom-group 
 ((nntp-authinfo-file custom-variable)
  (ada-tight-gvd-integration custom-variable)
  (breakpoint-enabled-bitmap-face custom-face)
  (breakpoint-disabled-bitmap-face custom-face)
  (nnimap-authinfo-file custom-variable)
  (nnimap-prune-cache custom-variable)
  (vc-arch-mode-line-rewrite custom-variable))

 event-symbol-element-mask (nil 0)

 event-symbol-elements (nil)

 modifier-cache ((0))

 custom-loads (ada-xref gdb-ui nnimap nntp vc-arch))

The customize things are variables and faces which
are lacking a :group specification.

I don't know about the rest...  Is this normal?

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

* Re: (symbol-plist nil) => not empty
  2004-06-21 10:30 (symbol-plist nil) => not empty Kim F. Storm
@ 2004-06-22 23:16 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2004-06-22 23:16 UTC (permalink / raw)
  Cc: emacs-devel

    (custom-group 
     ((nntp-authinfo-file custom-variable)
      (ada-tight-gvd-integration custom-variable)
      (breakpoint-enabled-bitmap-face custom-face)
      (breakpoint-disabled-bitmap-face custom-face)
      (nnimap-authinfo-file custom-variable)
      (nnimap-prune-cache custom-variable)
      (vc-arch-mode-line-rewrite custom-variable))

     event-symbol-element-mask (nil 0)

     event-symbol-elements (nil)

     modifier-cache ((0))

     custom-loads (ada-xref gdb-ui nnimap nntp vc-arch))

    The customize things are variables and faces which
    are lacking a :group specification.

Would you like to give them :group specifications?

As for event-symbol-elements, it looks like something in C
called parse_modifiers on Qnil.  That could be a bug.
It happens after the dumped Emacs is run.
With a conditional breakpoint, you could find out why.

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

end of thread, other threads:[~2004-06-22 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 10:30 (symbol-plist nil) => not empty Kim F. Storm
2004-06-22 23:16 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).