unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
@ 2011-05-16 15:12 sss
  2011-05-16 16:40 ` Glenn Morris
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: sss @ 2011-05-16 15:12 UTC (permalink / raw)
  To: 8677

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

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.


[-- Attachment #2: Type: text/html, Size: 338 bytes --]

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

* bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 15:12 bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function sss
@ 2011-05-16 16:40 ` Glenn Morris
  2011-05-16 17:34   ` Stefan Monnier
  2011-05-16 17:35 ` bug#8677: " sss
  2011-05-16 17:46 ` bug#8677: " sss
  2 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2011-05-16 16:40 UTC (permalink / raw)
  To: tom.smith; +Cc: 8677


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

Reproducible with:

emacs -Q -l semantic/mru-bookmark





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

* bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 16:40 ` Glenn Morris
@ 2011-05-16 17:34   ` Stefan Monnier
  2011-05-16 17:57     ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2011-05-16 17:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: tom.smith, 8677

>> Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
> Reproducible with:
> emacs -Q -l semantic/mru-bookmark

Is there some extra steps to perform other than "emacs -Q -l
semantic/mru-bookmark"?  For me the above command start Emacs without
any complaint.


        Stefan





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

* bug#8677: Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 15:12 bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function sss
  2011-05-16 16:40 ` Glenn Morris
@ 2011-05-16 17:35 ` sss
  2011-05-16 17:46 ` bug#8677: " sss
  2 siblings, 0 replies; 7+ messages in thread
From: sss @ 2011-05-16 17:35 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 8677

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]






At 2011-05-17 00:40:42,"Glenn Morris" <rgm@gnu.org> wrote:

>
>> Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
>
>Reproducible with:
>
>emacs -Q -l semantic/mru-bookmark

This command will not introduce any warning.

Remove mru-bookmark.el.gz and mru-bookmark.elc, install mru-bookmark.el by hand, emacs works well now.

Thank you very much!





[-- Attachment #2: Type: text/html, Size: 638 bytes --]

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

* bug#8677: Re:Re: bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 15:12 bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function sss
  2011-05-16 16:40 ` Glenn Morris
  2011-05-16 17:35 ` bug#8677: " sss
@ 2011-05-16 17:46 ` sss
  2 siblings, 0 replies; 7+ messages in thread
From: sss @ 2011-05-16 17:46 UTC (permalink / raw)
  To: sss; +Cc: 8677

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]



sorry, it's a misreport, just forget it.


At 2011-05-17 01:35:14,sss <tom.smith@163.com> wrote:





At 2011-05-17 00:40:42,"Glenn Morris" <rgm@gnu.org> wrote:

>
>> Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
>
>Reproducible with:
>
>emacs -Q -l semantic/mru-bookmark

This command will not introduce any warning.

Remove mru-bookmark.el.gz and mru-bookmark.elc, install mru-bookmark.el by hand, emacs works well now.

Thank you very much!








[-- Attachment #2: Type: text/html, Size: 1031 bytes --]

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

* bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 17:34   ` Stefan Monnier
@ 2011-05-16 17:57     ` Glenn Morris
  2011-05-16 19:49       ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2011-05-16 17:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: tom.smith, 8677

Stefan Monnier wrote:

> Is there some extra steps to perform other than "emacs -Q -l
> semantic/mru-bookmark"?

Bootstrap? I know you are not a fan... :)





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

* bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function
  2011-05-16 17:57     ` Glenn Morris
@ 2011-05-16 19:49       ` Stefan Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2011-05-16 19:49 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 8677-done, tom.smith

>> 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."





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

end of thread, other threads:[~2011-05-16 19:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-16 15:12 bug#8677: Warning: `(tag (slot-value sbm (quote tag)))' is a malformed function sss
2011-05-16 16:40 ` Glenn Morris
2011-05-16 17:34   ` Stefan Monnier
2011-05-16 17:57     ` Glenn Morris
2011-05-16 19:49       ` Stefan Monnier
2011-05-16 17:35 ` bug#8677: " sss
2011-05-16 17:46 ` bug#8677: " sss

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).