Gnus development mailing list
 help / color / mirror / Atom feed
* Re: mml-read-tag infinite loop?
       [not found] <m2u0bgsoix.fsf@albert.local>
@ 2006-02-03 16:29 ` Reiner Steib
  2006-02-04  8:51   ` Eric Knauel
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2006-02-03 16:29 UTC (permalink / raw)
  Cc: bugs

[ Redirecting to ding.  See <nntp://news.gnus.org/gnus.gnus-bug/68821>
  (or hit `^') for the complete message. ]

On Fri, Feb 03 2006, Eric Knauel wrote:

> No Gnus v0.4
> XEmacs 21.5  (beta22) "cucumber" (+Xft+CVS-20050926) [Lucid] (powerpc-apple-darwin7.9.0, Mule) of Fri Jan 27 2006 on midgard.Informatik.Uni-Tuebingen.De
> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
>
> Hi,
>
> I upgraded to No Gnus v0.4 recently (last CVS updated 03 Feb 2006) 

Which Gnus version (date) did you use before?  Can you track the
problem down to a change in Gnus?  (In `mml.el' there haven't been
many changes.)

> and noticed that sending mail containing attachments added by
> mml-attach-file doesn't seem to work any more (at least for me).  On
> C-c C-c (message-send-and-exit) XEmacs just hangs: The XEmacs
> process eats lots of CPU time and just says "Sending...".  Even for
> very small attachments the message-send-and-exit doesn't seem to
> return after 15 minutes waiting.  So, I suppose that there is some
> kind of infinite loop and did some debugging:
>
> Here is the content of my message buffer.  I changed the '<' and '>'
> of the mml tags to '(' and ')' because otherwise I couldn't have sent
> this mail. ;-)

WFM in Emacs.

> By setting some breakpoints I tried to locate that loop.  After a
> while control reached mml-read-tag.  mml-parse-1 seems to call this
> function several times and it seems to run over the complete buffer,
> however I have the impression it doesn't stop at the end of buffer:

Wild guess: Could be a problem in XEmacs 21.5 similar to those listed
in `lisp/dgnushack.el':

,----[ lisp/dgnushack.el ]
| ;; Work around for an incompatibility (XEmacs 21.4 vs. 21.5), see the
| ;; following threads:
| ;;
| ;; http://thread.gmane.org/gmane.emacs.gnus.general/56414
| ;; Subject: attachment problems found but not fixed
| ;;
| ;; http://thread.gmane.org/gmane.emacs.gnus.general/56459
| ;; Subject: Splitting mail -- XEmacs 21.4 vs 21.5
| ;;
| ;; http://thread.gmane.org/gmane.emacs.xemacs.beta/20519
| ;; Subject: XEmacs 21.5 and Gnus fancy splitting.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

* Re: mml-read-tag infinite loop?
  2006-02-03 16:29 ` mml-read-tag infinite loop? Reiner Steib
@ 2006-02-04  8:51   ` Eric Knauel
  2006-02-04 23:01     ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Knauel @ 2006-02-04  8:51 UTC (permalink / raw)



On Fri 03 Feb 2006 17:29, Reiner Steib <reinersteib+from-uce@imap.cc> writes:

> [ Redirecting to ding.  See <nntp://news.gnus.org/gnus.gnus-bug/68821>
>   (or hit `^') for the complete message. ]
>
> On Fri, Feb 03 2006, Eric Knauel wrote:
>
>> No Gnus v0.4
>> XEmacs 21.5  (beta22) "cucumber" (+Xft+CVS-20050926) [Lucid] (powerpc-apple-darwin7.9.0, Mule) of Fri Jan 27 2006 on midgard.Informatik.Uni-Tuebingen.De
>> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).
>>
>> Hi,
>>
>> I upgraded to No Gnus v0.4 recently (last CVS updated 03 Feb 2006) 
>
> Which Gnus version (date) did you use before?  Can you track the
> problem down to a change in Gnus?  (In `mml.el' there haven't been
> many changes.)

Unfortunately not, I upgraded from 5.10.7.

>> By setting some breakpoints I tried to locate that loop.  After a
>> while control reached mml-read-tag.  mml-parse-1 seems to call this
>> function several times and it seems to run over the complete buffer,
>> however I have the impression it doesn't stop at the end of buffer:
>
> Wild guess: Could be a problem in XEmacs 21.5 similar to those listed
> in `lisp/dgnushack.el':
>
> ,----[ lisp/dgnushack.el ]
> | ;; Work around for an incompatibility (XEmacs 21.4 vs. 21.5), see the
> | ;; following threads:
> | ;;
> | ;; http://thread.gmane.org/gmane.emacs.gnus.general/56414| ;;
> Subject: attachment problems found but not fixed
> | ;;
> | ;; http://thread.gmane.org/gmane.emacs.gnus.general/56459| ;; Subject: Splitting mail -- XEmacs 21.4 vs 21.5
> | ;;
> | ;; http://thread.gmane.org/gmane.emacs.xemacs.beta/20519| ;; Subject: XEmacs 21.5 and Gnus fancy splitting.
> `----

Seems to be same problem.  The workaround solve the problem for me.
Thanks!

-Eric
-- 
"Excuse me --- Di Du Du Duuuuh Di Dii --- Huh Weeeheeee" (Albert King)




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

* Re: mml-read-tag infinite loop?
  2006-02-04  8:51   ` Eric Knauel
@ 2006-02-04 23:01     ` Reiner Steib
  0 siblings, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2006-02-04 23:01 UTC (permalink / raw)
  Cc: ding

On Sat, Feb 04 2006, Eric Knauel wrote:

> On Fri 03 Feb 2006 17:29, Reiner Steib <reinersteib+from-uce@imap.cc> writes:
>> Wild guess: Could be a problem in XEmacs 21.5 similar to those listed
>> in `lisp/dgnushack.el':
[...]
> Seems to be same problem.  The workaround solve the problem for me.
> Thanks!

Why didn't the dgnushack.el workaround work automatically?  IIRC, when
compiling Gnus with XEmacs 21.4 and running it with XEmacs 21.5 it
doesn't help.

Anyhow, maybe you should report it as an XEmacs bug.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

end of thread, other threads:[~2006-02-04 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m2u0bgsoix.fsf@albert.local>
2006-02-03 16:29 ` mml-read-tag infinite loop? Reiner Steib
2006-02-04  8:51   ` Eric Knauel
2006-02-04 23:01     ` Reiner Steib

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