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: sss <tom.smith <at> 163.com>
Subject: bug#8677: closed (Re: bug#8677: 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 bug report

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

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 8677 <at> debbugs.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: 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."

[Message part 3 (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 4 (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 5 (text/html, inline)]

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.