Gnus development mailing list
 help / color / mirror / Atom feed
* problems with emacs-snapshot-20110519 and gnus
@ 2011-05-20  8:46 Eric S Fraga
  2011-05-20  8:52 ` Sven Joachim
  2011-05-20  8:54 ` Julien Danjou
  0 siblings, 2 replies; 4+ messages in thread
From: Eric S Fraga @ 2011-05-20  8:46 UTC (permalink / raw)
  To: ding

Hello all,

just wondering: has anybody else had problems with the very latest emacs
24 snapshot for Debian (version 20110519)?  I have had to go back to a
previous snapshot as moving from one message to the next crashes emacs
completely and consistently.

Julien?

thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 + No Gnus v0.18



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

* Re: problems with emacs-snapshot-20110519 and gnus
  2011-05-20  8:46 problems with emacs-snapshot-20110519 and gnus Eric S Fraga
@ 2011-05-20  8:52 ` Sven Joachim
  2011-05-20  8:54 ` Julien Danjou
  1 sibling, 0 replies; 4+ messages in thread
From: Sven Joachim @ 2011-05-20  8:52 UTC (permalink / raw)
  To: ding

On 2011-05-20 10:46 +0200, Eric S Fraga wrote:

> Hello all,
>
> just wondering: has anybody else had problems with the very latest emacs
> 24 snapshot for Debian (version 20110519)?  I have had to go back to a
> previous snapshot as moving from one message to the next crashes emacs
> completely and consistently.

See http://debbugs.gnu.org/8702.  The fix seems to be this one:

--8<---------------cut here---------------start------------->8---
=== modified file 'src/composite.c'
--- src/composite.c	2011-05-18 14:11:50 +0000
+++ src/composite.c	2011-05-20 00:51:38 +0000
@@ -1565,7 +1565,7 @@ find_automatic_composition (EMACS_INT po
 	  if (limit <= pos)	/* case (1)  */
 	    {
 	      do {
-		if (cur.pos == limit)
+		if (cur.pos <= limit)
 		  return 0;
 		BACKWARD_CHAR (cur, stop);
 		c = STRING_CHAR (cur.p);
--8<---------------cut here---------------end--------------->8---

Cheers,
       Sven



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

* Re: problems with emacs-snapshot-20110519 and gnus
  2011-05-20  8:46 problems with emacs-snapshot-20110519 and gnus Eric S Fraga
  2011-05-20  8:52 ` Sven Joachim
@ 2011-05-20  8:54 ` Julien Danjou
  2011-05-20  9:42   ` Eric S Fraga
  1 sibling, 1 reply; 4+ messages in thread
From: Julien Danjou @ 2011-05-20  8:54 UTC (permalink / raw)
  To: ding

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

On Fri, May 20 2011, Eric S Fraga wrote:

> just wondering: has anybody else had problems with the very latest emacs
> 24 snapshot for Debian (version 20110519)?  I have had to go back to a
> previous snapshot as moving from one message to the next crashes emacs
> completely and consistently.
>
> Julien?

Don't worry, I already got a dozen emails about that. I just uploaded a
new snapshot fixed.

-- 
Julien Danjou
❱ http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

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

* Re: problems with emacs-snapshot-20110519 and gnus
  2011-05-20  8:54 ` Julien Danjou
@ 2011-05-20  9:42   ` Eric S Fraga
  0 siblings, 0 replies; 4+ messages in thread
From: Eric S Fraga @ 2011-05-20  9:42 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> On Fri, May 20 2011, Eric S Fraga wrote:
>
>> just wondering: has anybody else had problems with the very latest emacs
>> 24 snapshot for Debian (version 20110519)?  I have had to go back to a
>> previous snapshot as moving from one message to the next crashes emacs
>> completely and consistently.
>>
>> Julien?
>
> Don't worry, I already got a dozen emails about that. I just uploaded a
> new snapshot fixed.

And it works brilliantly!  Many thanks.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 + No Gnus v0.18



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

end of thread, other threads:[~2011-05-20  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20  8:46 problems with emacs-snapshot-20110519 and gnus Eric S Fraga
2011-05-20  8:52 ` Sven Joachim
2011-05-20  8:54 ` Julien Danjou
2011-05-20  9:42   ` Eric S Fraga

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