Gnus development mailing list
 help / color / mirror / Atom feed
* p0.35 throws a "wrong-type-argument, listp" error
@ 1998-10-20 14:52 Karl Kleinpaste
  1998-10-20 18:17 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Kleinpaste @ 1998-10-20 14:52 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

Right here on the list, message <glm67dfthvg.fsf@caffeine.mitre.org>
reproducibly induces the following trace in p0.35:

Signaling: (wrong-type-argument listp "'")
  article-translate-strings((("‚" . ",") ("ƒ" . "f") ("„" . ",,") ("‹" . "<") ("Œ" . "OE") ("…" . "...") ("‘" . "`") ("’" . "'") ("“" . "``") ("”" . "''") ("•" . "*") ("–" . "-") ("—" . "-") ("™" . "(TM)") ("›" . ">") ("œ" . "oe") ("´" . "'")))
  article-treat-dumbquotes()
  apply(article-treat-dumbquotes nil)
  (if interactive (call-interactively (quote article-treat-dumbquotes)) (apply (quote article-treat-dumbquotes) args))
)
  (save-excursion (set-buffer gnus-article-buffer) (if interactive (call-interactively ...) (apply ... args)))
)
  gnus-article-treat-dumbquotes()
  run-hooks(gnus-article-treat-dumbquotes)
  apply(run-hooks gnus-article-treat-dumbquotes)
  gnus-run-hooks(gnus-article-display-hook)
  gnus-article-prepare-display()
  gnus-article-prepare(19509 nil)
  gnus-summary-display-article(19509 nil)
  gnus-summary-select-article(nil force)
  gnus-summary-show-article(nil)
  call-interactively(gnus-summary-show-article)

My gnus-article-display-hook setting is:

(gnus-article-hide-headers-if-wanted
 gnus-article-hide-boring-headers
 gnus-article-treat-overstrike
 gnus-article-maybe-highlight
 gnus-article-display-x-face
 gnus-article-highlight-citation
 gnus-article-emphasize
 gnus-article-date-lapsed
 gnus-article-hide-pgp
 gnus-article-treat-dumbquotes
 gnus-smiley-display)

Interestingly, the only "'" in the entire message is found in the
In-Reply-To: header.

--karl


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

* Re: p0.35 throws a "wrong-type-argument, listp" error
  1998-10-20 14:52 p0.35 throws a "wrong-type-argument, listp" error Karl Kleinpaste
@ 1998-10-20 18:17 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-20 18:17 UTC (permalink / raw)


Karl Kleinpaste <karl@jprc.com> writes:

> Right here on the list, message <glm67dfthvg.fsf@caffeine.mitre.org>
> reproducibly induces the following trace in p0.35:

Yup.  Fix in Pterodactyl Gnus v0.36.

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


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

end of thread, other threads:[~1998-10-20 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-20 14:52 p0.35 throws a "wrong-type-argument, listp" error Karl Kleinpaste
1998-10-20 18:17 ` 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).