Gnus development mailing list
 help / color / mirror / Atom feed
* 0.17 bug
@ 1998-09-07 20:31 Kai Grossjohann
  1998-09-07 20:35 ` Chris Tessone
  2002-10-20 23:13 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Kai Grossjohann @ 1998-09-07 20:31 UTC (permalink / raw)


Every other time (i.e. every j-th time with j congruent to 1 modulo 2)
I get this when entering a group:

,-----
| Signaling: (wrong-type-argument integerp nil)
|   encode-time(nil nil nil nil nil nil nil nil nil nil)
|   apply(encode-time (nil nil nil nil nil nil nil nil nil nil))
|   date-to-time("")
|   gnus-dd-mmm("")
|   (format "%c%s,%4d: %-15s%c" gnus-tmp-opening-bracket (gnus-dd-mmm (mail-header-date gnus-tmp-header)) gnus-tmp-lines (if (> ... 15) (substring gnus-tmp-name 0 15) gnus-tmp-name) gnus-tmp-closing-bracket)
|   (insert (format "%c%s,%4d: %-15s%c" gnus-tmp-opening-bracket (gnus-dd-mmm ...) gnus-tmp-lines (if ... ... gnus-tmp-name) gnus-tmp-closing-bracket))
|   (progn (insert (format "%c%s,%4d: %-15s%c" gnus-tmp-opening-bracket ... gnus-tmp-lines ... gnus-tmp-closing-bracket)) (point))
|   (gnus-put-text-property (point) (progn (insert ...) (point)) gnus-mouse-face-prop gnus-mouse-face)
|   (progn (insert gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n"))
|   eval((progn (insert gnus-tmp-unread gnus-tmp-replied gnus-tmp-score-char gnus-tmp-indentation) (gnus-put-text-property (point) (progn ... ...) gnus-mouse-face-prop gnus-mouse-face) (insert " " gnus-tmp-subject-or-nil "\n")))
|   gnus-summary-insert-line([0 "" "" "" "" "" 0 0 ""] 0 nil 128 t nil "" nil 1)
|   gnus-update-summary-mark-positions()
|   gnus-summary-mode("nnml:auto.gnus")
|   gnus-summary-setup-buffer("nnml:auto.gnus")
|   gnus-summary-read-group-1("nnml:auto.gnus" nil nil nil nil nil)
|   gnus-summary-read-group("nnml:auto.gnus" nil nil nil nil nil nil)
|   gnus-group-read-group(nil nil nil)
|   gnus-topic-read-group(nil)
|   call-interactively(gnus-topic-read-group)
`-----

Also, summary lines aren't changed when an article is read.  But the
article is still marked as read, or marked as expirable after `E' and
so on, as can be shown by exiting the group then reentering it.

kai
-- 
OOP: object oriented programming;  OOPS: object oriented mistakes


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

* Re: 0.17 bug
  1998-09-07 20:31 0.17 bug Kai Grossjohann
@ 1998-09-07 20:35 ` Chris Tessone
  2002-10-20 23:13   ` Lars Magne Ingebrigtsen
  2002-10-20 23:13 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Tessone @ 1998-09-07 20:35 UTC (permalink / raw)


>>>>> "Kai" == Kai Grossjohann <grossjohann@amaunet.cs.uni-dortmund.de> writes:

    Kai> Also, summary lines aren't changed when an article is read.
    Kai> But the article is still marked as read, or marked as
    Kai> expirable after `E' and so on, as can be shown by exiting the
    Kai> group then reentering it.

Yeah, I get this too...

Also, I sent this to just Kai, but got his vacation program :-) :

I can't get PGnus 0.17 to work with emacs 20.3 for th reasons described in the
other thread (encoding problems entering groups) under linux (although Solaris
isn't a problem). I joined the list too late in the game to understand any of
the stuff being discussed in that thread -- could someone please summarize and
explain to me how to get it working again?

Thanks, and I apologize for my ignorance. :-)

-- 
Chris Tessone         tessone@fnal.gov         tessone@imsa.edu
PH/sendmail SNPC        System Administration        Perl/Shell
All you need is Perl, love. Perl is all you need.
http://www.imsa.edu./~mathrulz/


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

* Re: 0.17 bug
  1998-09-07 20:35 ` Chris Tessone
@ 2002-10-20 23:13   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-10-20 23:13 UTC (permalink / raw)


Chris Tessone <tessone@imsa.edu> writes:

> I joined the list too late in the game to understand any of the
> stuff being discussed in that thread -- could someone please
> summarize and explain to me how to get it working again?

"Install Emacs 20.3" is the very summarized explanation.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

* Re: 0.17 bug
  1998-09-07 20:31 0.17 bug Kai Grossjohann
  1998-09-07 20:35 ` Chris Tessone
@ 2002-10-20 23:13 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2002-10-20 23:13 UTC (permalink / raw)


Kai Grossjohann <grossjohann@amaunet.cs.uni-dortmund.de> writes:

> | Signaling: (wrong-type-argument integerp nil)
> |   encode-time(nil nil nil nil nil nil nil nil nil nil)

Yup.  Fix in Pterodactyl Gnus v0.18.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~2002-10-20 23:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-07 20:31 0.17 bug Kai Grossjohann
1998-09-07 20:35 ` Chris Tessone
2002-10-20 23:13   ` Lars Magne Ingebrigtsen
2002-10-20 23:13 ` Lars Magne Ingebrigtsen

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