Gnus development mailing list
 help / color / mirror / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: ding@gnus.org
Subject: Re: problems with emacs-snapshot-20110519 and gnus
Date: Fri, 20 May 2011 10:52:49 +0200	[thread overview]
Message-ID: <87sjs9oise.fsf@turtle.gmx.de> (raw)
In-Reply-To: <87zkmhkbe6.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 20 May 2011 09:46:09 +0100")

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



  reply	other threads:[~2011-05-20  8:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20  8:46 Eric S Fraga
2011-05-20  8:52 ` Sven Joachim [this message]
2011-05-20  8:54 ` Julien Danjou
2011-05-20  9:42   ` Eric S Fraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjs9oise.fsf@turtle.gmx.de \
    --to=svenjoac@gmx.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).