emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Re: planner-gnus pseudo-article error


From: Sacha Chua
Subject: [emacs-wiki-discuss] Re: planner-gnus pseudo-article error
Date: Fri, 10 Feb 2006 17:12:11 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

anonymous <address@hidden> writes:

> Follow-up Comment #2, bug #5234 (project planner-el):
> I noticed the exact same problem: XEmacs21, muse 3.02.5 and Gnus v0.3.

The following patch fixes this problem for me. Hope it helps! =)

--- orig/planner-gnus.el
+++ mod/planner-gnus.el
@@ -220,7 +220,7 @@
          (gnus-summary-goto-article article-id nil t))
        (split-string articles "\\\\|"))
       (let ((articles (gnus-summary-find-matching "message-id" articles
-                                                  nil t)))
+                                                  nil nil t)))
         (gnus-summary-limit articles)
         (gnus-summary-select-article))
       t)))

-- 
Sacha Chua <address@hidden> - open source, free software geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, public speaking
sachac on irc.freenode.net#emacs . YM: sachachua83




reply via email to

[Prev in Thread] Current Thread [Next in Thread]