Gnus development mailing list
 help / color / mirror / Atom feed
* [Bug] Problems compiling spam.el and autoloading gnus-cite with recent CVS Gnus in (S)Xemacs
@ 2006-12-30  5:30 Nelson Ferreira
  2006-12-30 10:25 ` Steve Youngs
  0 siblings, 1 reply; 4+ messages in thread
From: Nelson Ferreira @ 2006-12-30  5:30 UTC (permalink / raw)



Hi all,

While compiling a recent (Dec 29th CVS Gnus) with (S)XEmacs and the
latest release packages I get the following error:

Compiling /home/njsf/sandboxes/gnus/lisp/spam.el...
While compiling toplevel forms in file
/home/njsf/sandboxes/gnus/lisp/spam.el:
  !! Symbol's function definition is void ((ad-add-advice))

This prevents spam.el from being compiled which is preventing me from
using Gnus. 
I suspect the addition of the make-obsolete-variable, but I don't know
for sure and did not have time to investigate deeper.

In addition, the recent change in gnus-cite:

+(define-minor-mode gnus-message-citation-mode
+  "Toggle `gnus-message-citation-mode' in current buffer.
+This buffer local minor mode provides additional font-lock support for
+nested citations.
+With prefix ARG, turn `gnus-message-citation-mode' on if and only if ARG is
+positive."
+  nil ;; init-value
+  ""  ;; lighter
+  nil ;; keymap
+  (if gnus-message-citation-mode
+      (gnus-message-add-citation-keywords)
+    (gnus-message-remove-citation-keywords))
+  (font-lock-fontify-buffer))

Is causing the following backtrace when viewing an article, on first
load of gnus-cite:

Debugger entered--Lisp error: (void-variable gnus-message-citation-mode)
  byte-code("..." [gnus-message-citation-mode define-minor-mode "Toggle `gnus-message-citation-mode' in current buffer.\nThis buffer local minor mode provides additional font-lock support for\nnested citations.\nWith prefix ARG, turn `gnus-message-citation-mode' on if and only if ARG is\npositive." nil "" gnus-message-add-citation-keywords gnus-message-remove-citation-keywords font-lock-fontify-buffer] 8)
  load-internal("gnus-cite" nil nil nil binary)
  load("gnus-cite" nil nil nil)
  gnus-article-highlight-citation()
  gnus-treat-article(nil 1 1)
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(142 nil)
  gnus-summary-display-article(142 nil)
  gnus-summary-goto-article(142)
  gnus-summary-read-group-1("nnml:mail.duplicates" nil nil nil nil nil)
  gnus-summary-read-group("nnml:mail.duplicates" nil nil nil nil nil nil)
  gnus-group-read-group(nil nil nil)
  gnus-topic-read-group(nil)
  call-interactively(gnus-topic-read-group)




-- 
Nelson Ferreira




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

end of thread, other threads:[~2006-12-31 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-30  5:30 [Bug] Problems compiling spam.el and autoloading gnus-cite with recent CVS Gnus in (S)Xemacs Nelson Ferreira
2006-12-30 10:25 ` Steve Youngs
2006-12-30 11:44   ` Steve Youngs
2006-12-31 11:44   ` Reiner Steib

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 NNTP newsgroup(s).