Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Stodghill <stodghil@cs.cornell.edu>
Cc: <ding@gnus.org>
Subject: Re: Is there a new agent bug?
Date: Wed, 09 Jan 2002 14:48:22 -0500	[thread overview]
Message-ID: <m3666b9us4.fsf@dhcp97-236.cs.cornell.edu> (raw)
In-Reply-To: <m1hepvpgsr.fsf@reader.newsguy.com> (Harry Putnam's message of "Wed, 09 Jan 2002 09:51:18 -0800")

>>>>> "Harry" == Harry Putnam <reader@newsguy.com> writes:
    Harry> Debugger entered--Lisp error: (wrong-type-argument consp nil)
    Harry>   setcar(nil true) (lambda (predicate) (setcar (cdr ...)
    Harry>   predicate) (gnus-category-write)
    Harry>   (gnus-category-list))(true) gnus-edit-form-done()
    Harry>   call-interactively(gnus-edit-form-done)

    Harry> Creating the News/agent/lib directory by hand doesn't help. I
    Harry> get the same backtrace

    Harry> Can anyone confirm that there is a problem there? Or is it
    Harry> something local?

I see this too with a non-cvs version of 0.04. I believe that this is
the correct fix,

--- lisp/gnus-agent.el.orig2	Wed Jan  9 14:45:57 2002
+++ lisp/gnus-agent.el	Wed Jan  9 14:47:49 2002
@@ -1378,7 +1378,7 @@
     (gnus-category-position-point)))
 
 (defun gnus-category-name ()
-  (or (get-text-property (gnus-point-at-bol) 'gnus-category)
+  (or (intern (get-text-property (gnus-point-at-bol) 'gnus-category))
       (error "No category on the current line")))
 
 (defun gnus-category-read ()




  parent reply	other threads:[~2002-01-09 19:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-09 17:51 Harry Putnam
2002-01-09 17:56 ` Kai Großjohann
2002-01-10  3:39   ` Harry Putnam
2002-01-19 21:10   ` Lars Magne Ingebrigtsen
2002-01-20 17:08     ` Kai Großjohann
2002-01-09 19:48 ` Paul Stodghill [this message]
2002-01-10  3:40   ` Harry Putnam
2002-01-19 21:11   ` Lars Magne Ingebrigtsen

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=m3666b9us4.fsf@dhcp97-236.cs.cornell.edu \
    --to=stodghil@cs.cornell.edu \
    --cc=ding@gnus.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).