Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Error leaving group ...
       [not found] <lzwvsrd4iq.fsf@landlord.gbdirect.co.uk>
  1999-10-13 13:24 ` Error leaving group Jack Vinson
@ 1999-10-13 16:59 ` Shenghuo ZHU
  1999-10-14  8:50   ` Lee Willis
  1 sibling, 1 reply; 3+ messages in thread
From: Shenghuo ZHU @ 1999-10-13 16:59 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

>>>>> "Lee" == Lee Willis <lee@gbdirect.co.uk> writes:

Lee> "GNU Emacs 20.4.1 (i586-pc-linux-gnu, X toolkit)
Lee>  of Sat Aug 21 1999 on landlord.gbdirect.co.uk"

Lee> "Pterodactyl Gnus v0.97"

Lee> The attached message (Hope it survived as was) gives me the following if
Lee> it is currently displayed when I try to leave the group :

Lee> Signaling: (wrong-type-argument listp "us-ascii")
Lee>   mm-remove-part((charset . "us-ascii"))
Lee>   mm-destroy-part((charset . "us-ascii"))
Lee>   mm-destroy-parts(((charset . "us-ascii")))
Lee>   mm-destroy-parts(("multipart/mixed" (#<killed buffer> ("text/plain" ...) 7bit nil nil nil nil nil) (#<killed buffer> ("message/rfc822") 7bit nil ("inline") nil nil nil) #<buffer  *mm*<17>> ("text/html" (charset . "us-ascii")) nil (lambda nil (let ... ... ...)) nil nil nil nil))
Lee>   gnus-summary-exit()
Lee> * call-interactively(gnus-summary-exit)

[...]

I've seen several people reported this bug.  This bug happens when a
single part in message/rfc822 is displayed.

I think I fixed it. Please test the patch (committed).

-- 
Shenghuo

1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* mm-view.el (mm-inline-message): Fix leaving group bug.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 97-111.diff --]
[-- Type: text/x-patch, Size: 592 bytes --]

Index: mm-view.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/mm-view.el,v
retrieving revision 5.32
diff -u -r5.32 mm-view.el
--- mm-view.el	1999/08/27 13:18:16	5.32
+++ mm-view.el	1999/10/13 16:53:18
@@ -185,7 +185,9 @@
 	  (setq handles gnus-article-mime-handles))
 	(when handles
 	  (setq gnus-article-mime-handles
-		(append gnus-article-mime-handles handles)))
+		(nconc gnus-article-mime-handles 
+		       (if (listp (car handles)) 
+			   handles (list handles)))))
 	(mm-handle-set-undisplayer
 	 handle
 	 `(lambda ()

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

* Re: Error leaving group ...
  1999-10-13 16:59 ` Shenghuo ZHU
@ 1999-10-14  8:50   ` Lee Willis
  0 siblings, 0 replies; 3+ messages in thread
From: Lee Willis @ 1999-10-14  8:50 UTC (permalink / raw)


Shenghuo ZHU <zsh@cs.rochester.edu> writes:

> I think I fixed it. Please test the patch (committed).

Seems to fix the problem,

Thanks
Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it "Playing with blocks"


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

* Re: Error leaving group ...
       [not found] <lzwvsrd4iq.fsf@landlord.gbdirect.co.uk>
@ 1999-10-13 13:24 ` Jack Vinson
  1999-10-13 16:59 ` Shenghuo ZHU
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Vinson @ 1999-10-13 13:24 UTC (permalink / raw)


If it is any consolation, I get the same error.  Anyone feel like tracking
this one down?

I simply did Ctrl-d on the message from Lee and then Ctrl-d on the rfc822
part #2.  When I attempt to quit that nndoc *Summary* buffer, I get the
error.  

I also get the error trying to quit the first nndoc group if the nasty
article is still displayed.  If I select another part in the nndoc group, I
am able to exit no problem.  It appears the problem is in the
gnus-summary-exit routines that have to do with cleaning up the stray mm
buffers associated with articles that have that us-ascii charset.  Odd.

Jack



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

end of thread, other threads:[~1999-10-14  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <lzwvsrd4iq.fsf@landlord.gbdirect.co.uk>
1999-10-13 13:24 ` Error leaving group Jack Vinson
1999-10-13 16:59 ` Shenghuo ZHU
1999-10-14  8:50   ` Lee Willis

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