Gnus development mailing list
 help / color / mirror / Atom feed
* [0.95] those nasty \201s again: test example
@ 1999-08-06 20:13 Vladimir Volovich
  1999-08-06 23:30 ` Shenghuo ZHU
  1999-08-07 22:05 ` Jack Vinson
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Volovich @ 1999-08-06 20:13 UTC (permalink / raw)


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

Hi,

here is a test message:


[-- Attachment #2: Type: text/plain, Size: 845 bytes --]

>From owner-qqq-digest-outgoing@bbb.ccc  Sun Aug  1 10:00:00 1999
From: owner-qqq-digest@bbb.ccc
To: qqq-digest@bbb.ccc
Subject:   qqq-digest V7 #1234
Date:   Sun, 1 Aug 1999 10:00:00

qqq-digest        Friday, 6 August 1999       Volume 07 : Number 1234

In this issue:

	subj1
	subj2
	subj3

----------------------------------------------------------------------

From: aa1@bbb.ccc
Date: Sun, 1 Aug 1999 01:00:00 -0500 (EST)
Subject: subj1

some text

------------------------------

From: =?iso-8859-1?q?Gr=FC=DF?= Gott <aa2@bbb.ccc>
Date: Sun, 01 Aug 1999 02:00:00 KST
Subject: =?iso-8859-1?q?Gr=FC=DF?= Gott

some text

------------------------------

From: aa3@bbb.ccc
Date: Sun, 01 Aug 1999 03:00:00 -0700
Subject: subj3

some text

------------------------------

End of qqq-digest V7 #1234
***********************************

trailer


[-- Attachment #3: Type: text/plain, Size: 669 bytes --]

1) save it to file, say, test.txt
2) cat test.txt test.txt >> /var/spool/mail/$USER
  (more than one mail is important!)
3) receive the mail with gnus (i used nnmbox backend)
4) mark both messages using hash (#)
5) press C-M-d

then the summary buffer for these digests looks like:

   [   1: aa1@bbb.ccc         ] subj1
       <   1: aa1@bbb.ccc         > 
   [   1: Gr\201Э\201ъ Gott         ] Gr\201Э\201ъ Gott
       <   1: Gr\201Э\201ъ Gott         > 
   [   1: aa3@bbb.ccc         ] subj3
       <   1: aa3@bbb.ccc         > 

something is wrong with handling of multibyte buffers in gnus.
such problems appear quite regularly... :-(

	Best regards, -- Vladimir.

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

* Re: [0.95] those nasty \201s again: test example
  1999-08-06 20:13 [0.95] those nasty \201s again: test example Vladimir Volovich
@ 1999-08-06 23:30 ` Shenghuo ZHU
  1999-08-07 22:05 ` Jack Vinson
  1 sibling, 0 replies; 3+ messages in thread
From: Shenghuo ZHU @ 1999-08-06 23:30 UTC (permalink / raw)


>>>>> "VV" == Vladimir Volovich <vvv@vvv.vsu.ru> writes:

VV> Hi,

VV> here is a test message:

<blah>

VV> 1) save it to file, say, test.txt
VV> 2) cat test.txt test.txt >> /var/spool/mail/$USER
VV>   (more than one mail is important!)
VV> 3) receive the mail with gnus (i used nnmbox backend)
VV> 4) mark both messages using hash (#)
VV> 5) press C-M-d

<blah>

>>>>> "JV" == Jack Vinson <vinson@unagi.cis.upenn.edu> writes:

<blah>

JV> If I follow Vladimir's recipe, I also get odd characters in the
JV> summary buffer, although slightly different from his.  (I created
JV> a doc group with 'G f' pointing to the temp file.)  I even get the
JV> weirdness with just one of the messages:

<blah>


It depends on how you save it to file.  There are coding system bugs
in gnus-output-to-file, gnus-output-to-rmail, and
gnus-output-to-mail. Therefore, please check whether test.txt contains
non-ascii characters.

I'd sent a patch to Lars 20 days ago. I hope it will be applied 0.96.

-- 
Shenghuo ZHU


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

* Re: [0.95] those nasty \201s again: test example
  1999-08-06 20:13 [0.95] those nasty \201s again: test example Vladimir Volovich
  1999-08-06 23:30 ` Shenghuo ZHU
@ 1999-08-07 22:05 ` Jack Vinson
  1 sibling, 0 replies; 3+ messages in thread
From: Jack Vinson @ 1999-08-07 22:05 UTC (permalink / raw)


I get a much different summary buffer if I simply burst the digest with
Ctrl-D (gnus-summary-enter-digest-group).  This looks okay to me, given
that your example digest had three messages in it.  (I get correct
translation of those groovy multibyte characters too.)

   [   1:  Grüß Gott          ] Grüß Gott
   [   1:  aa                 ] subj1
   [   1:  aa                 ] subj3

If I follow Vladimir's recipe, I also get odd characters in the summary
buffer, although slightly different from his.  (I created a doc group with
'G f' pointing to the temp file.)  I even get the weirdness with just one
of the messages:
   [   1:  Gr                 ] Gr   Gott
   [   1:  aa                 ] subj1
   [   1:  aa                 ] subj3

The funniest thing is that I get the correct character after the \201 in
the Subject, but nothing in the "from" section.  

Gnus is doing weird things, though.  I opened and closed these Doc groups a
couple times.  Now when I try 'M-C-d' I get errors about selecting a
deleted buffer.  When I do plain old 'C-d', I am able to get one buffer
just fine.  When I use gnus-summary-enter-digest-group, it works correctly
every time.  What is different in gnus-summary-read-document?

-- 
Jack Vinson
Zippy: Ask me the DIFFERENCE between PHIL SILVERS and ALEXANDER HAIG!!



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

end of thread, other threads:[~1999-08-07 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-06 20:13 [0.95] those nasty \201s again: test example Vladimir Volovich
1999-08-06 23:30 ` Shenghuo ZHU
1999-08-07 22:05 ` Jack Vinson

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