emacs-devel
[Top][All Lists]
Advanced

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

Standard errors: circular-list, protected-field?


From: Glenn Morris
Subject: Standard errors: circular-list, protected-field?
Date: Fri, 24 Feb 2012 03:34:07 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

While reading lispref/errors.texi, I noticed a couple seemed to be missing:

protected-field: "Attempt to modify a protected field"  (buffer.c)
   - not actually used for anything?

circular-list: "List contains a loop"  (data.c)
   - only used for resolving faces? Eg:

(put 'foo 'face-alias 'foo)
(internal-lisp-face-p 'foo)
  -> Lisp error: (circular-list foo)

Do I have that right?



reply via email to

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