Gnus development mailing list
 help / color / mirror / Atom feed
* Problem with 0.53/0.54
@ 1998-11-25 16:23 Lars Balker Rasmussen
  1998-11-25 21:32 ` Lars Magne Ingebrigtsen
  1998-11-26  8:56 ` Lars Balker Rasmussen
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Balker Rasmussen @ 1998-11-25 16:23 UTC (permalink / raw)


In message.el there is a variable message-generate-new-buffers which has
the default value 'unique.

In message-buffer-name the following code is causing me grief:

  (cond
   ;; Check whether `message-generate-new-buffers' is a function,
   ;; and if so, call it.
   ((message-functionp message-generate-new-buffers)
    (funcall message-generate-new-buffers type to group))

Since I have a function unique defined in my running Emacs:

	unique is a compiled Lisp function in `font'.
	(unique LIST)
	not documented

I get:

	Signaling: (wrong-number-of-arguments #[(list) "[...]" [nil cur retval list] 2] 3)
	  unique("followup" "Troels Arvin <tarvin@mdb.ku.dk>" "dk.edb.unix")
	  message-buffer-name("followup" "Troels Arvin <tarvin@mdb.ku.dk>" "dk.edb.unix")
	  message-followup(nil)
	  gnus-post-news(nil "dk.edb.unix" [10923 "Redirections" "Troels Arvin <tarvin@mdb.ku.dk>" "Wed, 25 Nov 1998 17:06:44 +0100" "<365C2B14.2F538723@mdb.ku.dk>" "<365ae3ed.13037251@news.get2net.dk> <yd8u2zpuhyb.fsf@zastava.kom.auc.dk> <365b225e.8054027@news.get2net.dk> <x2lnl037aq.fsf@blueberry.kubism.ku.dk>" 990 12 "Xref: news.daimi.au.dk dk.edb.unix:10923" nil] "*Article*" (10923) nil nil)
	  gnus-summary-followup((10923) nil)
	  gnus-summary-followup-with-original(nil)
	* call-interactively(gnus-summary-followup-with-original)

when trying to do an 'F'.

I suppose this is as much a problem with font as it is with pgnus, but
isn't there some way around this problem?

BTW, This problem only appears after our local broken w3-installation
attempts and fails to parse html-articles.  Is there some way to tell
gnus never to use w3, even if it is available?
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


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

end of thread, other threads:[~1998-11-26  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-25 16:23 Problem with 0.53/0.54 Lars Balker Rasmussen
1998-11-25 21:32 ` Lars Magne Ingebrigtsen
1998-11-25 21:45   ` Colin Rafferty
1998-11-25 22:08     ` Lars Magne Ingebrigtsen
1998-11-25 22:59   ` Felix Lee
1998-11-26  8:56 ` Lars Balker Rasmussen
1998-11-26  9:57   ` Robert Bihlmeyer

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