Gnus development mailing list
 help / color / mirror / Atom feed
* Funky From: punts Gnus into infloop
@ 2003-05-13 19:05 Karl Kleinpaste
  2003-05-13 19:10 ` Lars Magne Ingebrigtsen
  2003-05-14  0:17 ` Wes Hardaker
  0 siblings, 2 replies; 6+ messages in thread
From: Karl Kleinpaste @ 2003-05-13 19:05 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1070 bytes --]

Article news:3EC13743.CA944B4F@your.net has a From: containing a
\231.  This causes today's CVS Gnus to do the following (caught with
debug-on-quit):

Signaling: (quit)
  find-charset-region(16 1728)
  mm-find-charset-region(16 1728)
  mm-find-mime-charset-region(16 1728)
  rfc2047-encode(16 1728)
  byte-code("..." [last-encoded start end 0 " 	\n" nil ?\" forward-sexp "
  rfc2047-encode-region(1 31)
  mail-encode-encoded-word-string("AH#49 <\"Asshole™#49\"@your.net>")
  gnus-picon-transform-address("from" from-picon)
  gnus-treat-from-picon()
  gnus-treat-article(head)
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(866443 nil)
  gnus-summary-display-article(866443)
  #<compiled-function nil "...(39)" [to gnus-summary-first-subject t gnus-summary-show-thread gnus-summary-display-article get-text-property gnus-intangible gnus-summary-goto-subject gnus-number gnus-summary-last-subject gnus-summary-position-point] 5 ("/home/karl/Emacs/Gnus/gnus-sum.elc" . 205198) nil>()
  call-interactively(gnus-summary-first-unread-article)



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

* Re: Funky From: punts Gnus into infloop
  2003-05-13 19:05 Funky From: punts Gnus into infloop Karl Kleinpaste
@ 2003-05-13 19:10 ` Lars Magne Ingebrigtsen
  2003-05-13 19:29   ` Karl Kleinpaste
  2003-05-14  0:17 ` Wes Hardaker
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-05-13 19:10 UTC (permalink / raw)


Karl Kleinpaste <k@charcoal.com> writes:

> Article news:3EC13743.CA944B4F@your.net has a From: containing a
> \231.  This causes today's CVS Gnus to do the following (caught with
> debug-on-quit):

Hm...  When I eval the following:


[...]

>   (mail-encode-encoded-word-string "AH#49 <\"Asshole™#49\"@your.net>")

I get  "AH#49 <=?utf-8?b?QXNzaG9sZcKZIzQ5?=@your.net>".

Could it be a charset thing?

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



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

* Re: Funky From: punts Gnus into infloop
  2003-05-13 19:10 ` Lars Magne Ingebrigtsen
@ 2003-05-13 19:29   ` Karl Kleinpaste
  2003-05-13 19:35     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Karl Kleinpaste @ 2003-05-13 19:29 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>>   (mail-encode-encoded-word-string "AH#49 <\"Asshole™#49\"@your.net>")
> I get  "AH#49 <=?utf-8?b?QXNzaG9sZcKZIzQ5?=@your.net>".
> Could it be a charset thing?

Executing that manually, I get
AH#49 <=?iso-8859-1?q?Asshole=C2=99#49?=@your.net>
without hanging.

Confusion.

--karl



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

* Re: Funky From: punts Gnus into infloop
  2003-05-13 19:29   ` Karl Kleinpaste
@ 2003-05-13 19:35     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-05-13 19:35 UTC (permalink / raw)


Karl Kleinpaste <k@charcoal.com> writes:

> Executing that manually, I get
> AH#49 <=?iso-8859-1?q?Asshole=C2=99#49?=@your.net>
> without hanging.

Could you try edebugging `mm-find-charset-region', if that's the
function that's inflooping?

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



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

* Re: Funky From: punts Gnus into infloop
  2003-05-13 19:05 Funky From: punts Gnus into infloop Karl Kleinpaste
  2003-05-13 19:10 ` Lars Magne Ingebrigtsen
@ 2003-05-14  0:17 ` Wes Hardaker
  2003-05-14  0:30   ` Karl Kleinpaste
  1 sibling, 1 reply; 6+ messages in thread
From: Wes Hardaker @ 2003-05-14  0:17 UTC (permalink / raw)
  Cc: ding

>>>>> On Tue, 13 May 2003 15:05:29 -0400, Karl Kleinpaste <k@charcoal.com> said:

Karl> Article news:3EC13743.CA944B4F@your.net has a From: containing a
Karl> \231.  This causes today's CVS Gnus to do the following (caught with
Karl> debug-on-quit):

FYI, I see similar problems but haven't produced a debug trace yet (my
fault).  More info, however: the summary buffer shows an empty string
for who sent it (%n) but it doesn't hang till you try and read it.

-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett



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

* Re: Funky From: punts Gnus into infloop
  2003-05-14  0:17 ` Wes Hardaker
@ 2003-05-14  0:30   ` Karl Kleinpaste
  0 siblings, 0 replies; 6+ messages in thread
From: Karl Kleinpaste @ 2003-05-14  0:30 UTC (permalink / raw)


Wes Hardaker <wes@hardakers.net> writes:
> More info, however: the summary buffer shows an empty string
> for who sent it (%n) but it doesn't hang till you try and read it.

Not in my case.  Summary shows
R  [  21: AH#49 <"Asshole?#49"@yo]   Re: The ...
right off the bat.  Gnus hangs when trying to treat the header; 'C-g'
breaks it loose with debug-on-quit, and quitting the debugger lets me
see the article, though the header is not fontified or colored.

Now, wait one second...  The `?' in that display _looks_ like an
ordinary question mark, but `C-x =' _says_ it's still a \231.

Most peculiar.

I'll debug it later on this evening, probably.



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

end of thread, other threads:[~2003-05-14  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-13 19:05 Funky From: punts Gnus into infloop Karl Kleinpaste
2003-05-13 19:10 ` Lars Magne Ingebrigtsen
2003-05-13 19:29   ` Karl Kleinpaste
2003-05-13 19:35     ` Lars Magne Ingebrigtsen
2003-05-14  0:17 ` Wes Hardaker
2003-05-14  0:30   ` Karl Kleinpaste

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