Gnus development mailing list
 help / color / mirror / Atom feed
From: Nelson Ferreira <nelson.ferreira@ieee.org>
Subject: [Bug] Problems compiling spam.el and autoloading gnus-cite with recent CVS Gnus in (S)Xemacs
Date: Sat, 30 Dec 2006 00:30:23 -0500	[thread overview]
Message-ID: <m33b6yhrww.fsf.nfl.656d6163732e676e75732e67656e6572616c.00@tuxie.homelinux.net> (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




             reply	other threads:[~2006-12-30  5:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-30  5:30 Nelson Ferreira [this message]
2006-12-30 10:25 ` Steve Youngs
2006-12-30 11:44   ` Steve Youngs
2006-12-31 11:44   ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m33b6yhrww.fsf.nfl.656d6163732e676e75732e67656e6572616c.00@tuxie.homelinux.net \
    --to=nelson.ferreira@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).