GNU bug report logs - #8677
Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function

Previous Next

Package: emacs;

Reported by: sss <tom.smith <at> 163.com>

Date: Mon, 16 May 2011 16:15:02 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#8677: closed (Warning: `(tag (slot-value sbm (quote tag)))'
 is a malformed function)
Date: Mon, 16 May 2011 19:51:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 May 2011 16:49:53 -0300
with message-id <jwvk4dqwhmg.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
has caused the GNU bug report #8677,
regarding Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
8677: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8677
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: sss <tom.smith <at> 163.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
Date: Mon, 16 May 2011 23:12:28 +0800 (CST)
[Message part 3 (text/plain, inline)]
When I can start emacs, one *Compile-Log* buffer will show the following warning:

Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function

If I revert the last two revision of eieio.el, the warning will disappear.

[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 8677-done <at> debbugs.gnu.org, tom.smith <at> 163.com
Subject: Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a
	malformed function
Date: Mon, 16 May 2011 16:49:53 -0300
>> Is there some extra steps to perform other than "emacs -Q -l
>> semantic/mru-bookmark"?
> Bootstrap? I know you are not a fan... :)

Should be fixed now, thank you,


        Stefan


--- lisp/emacs-lisp/eieio.el	2011-05-08 02:33:28 +0000
+++ lisp/emacs-lisp/eieio.el	2011-05-16 19:47:57 +0000
@@ -1308,7 +1308,7 @@
        (defgeneric ,method ,args
          ,(or (documentation code)
               (format "Generically created method `%s'." method)))
-       (eieio--defmethod ',method ',key ',class ',code))))
+       (eieio--defmethod ',method ',key ',class #',code))))
 
 (defun eieio--defmethod (method kind argclass code)
   "Work part of the `defmethod' macro defining METHOD with ARGS."


This bug report was last modified 14 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.