Gnus development mailing list
 help / color / mirror / Atom feed
* Problem replying to emails today
@ 2011-09-21 11:21 Eric S Fraga
  2011-09-21 11:27 ` Julien Danjou
  2011-09-21 11:32 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 9+ messages in thread
From: Eric S Fraga @ 2011-09-21 11:21 UTC (permalink / raw)
  To: ding

Hi,

as of this morning, I have am unable to either R or F on any message I
have.  I get the following error:

message-checksum: Search failed: "^--text follows this line--$"

The original message is included but is not formatted correctly (no
leading "> " on each line, no "so and so wrote" preamble, ...).

I have not changed my configuration in the slightest since yesterday;
the only change is an update to gnus today and previously done a couple
of days ago.

Normal r or f replies work just fine; it's only when I want to include
the original email that problems arise, and they arise if I try to yank
the message in explicitly after r or f.

I'm using gnus from git with head at:

commit ecc30b232e39a91953ab90fdff842645a264cdc0
Author: Katsumi Yamaoka <yamaoka@jpl.org>
Date:   Wed Sep 21 02:12:37 2011 +0000

and emacs 24.0.50.1 as of 2011-09-17.

Any suggestions please?

Thanks,
eric

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



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

* Re: Problem replying to emails today
  2011-09-21 11:21 Problem replying to emails today Eric S Fraga
@ 2011-09-21 11:27 ` Julien Danjou
  2011-09-21 11:32 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 9+ messages in thread
From: Julien Danjou @ 2011-09-21 11:27 UTC (permalink / raw)
  To: ding

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

On Wed, Sep 21 2011, Eric S Fraga wrote:

> Any suggestions please?

Usually, git bisect helps.

-- 
Julien Danjou

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

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

* Re: Problem replying to emails today
  2011-09-21 11:21 Problem replying to emails today Eric S Fraga
  2011-09-21 11:27 ` Julien Danjou
@ 2011-09-21 11:32 ` Lars Magne Ingebrigtsen
  2011-09-21 12:39   ` Eric S Fraga
  1 sibling, 1 reply; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-21 11:32 UTC (permalink / raw)
  To: ding

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> message-checksum: Search failed: "^--text follows this line--$"

`(setq debug-on-error t)', repeat the bug and post the resulting
backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: Problem replying to emails today
  2011-09-21 11:32 ` Lars Magne Ingebrigtsen
@ 2011-09-21 12:39   ` Eric S Fraga
  2011-09-21 13:00     ` Eric S Fraga
  0 siblings, 1 reply; 9+ messages in thread
From: Eric S Fraga @ 2011-09-21 12:39 UTC (permalink / raw)
  To: gnus mailing list


> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> To: ding@gnus.org
> Subject: Re: Problem replying to emails today
> 
> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> 
> > message-checksum: Search failed: "^--text follows this line--$"
> 
> `(setq debug-on-error t)', repeat the bug and post the resulting
> backtrace.

I did but forgot to say so, sorry.  It is not an error so there is no
backtrace!  Only that message above is generated.

I will try git bisect when I get a chance.

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



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

* Re: Problem replying to emails today
  2011-09-21 12:39   ` Eric S Fraga
@ 2011-09-21 13:00     ` Eric S Fraga
  2011-09-21 13:35       ` Julien Danjou
  2011-09-21 14:11       ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 9+ messages in thread
From: Eric S Fraga @ 2011-09-21 13:00 UTC (permalink / raw)
  To: ding

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

>> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
>> To: ding@gnus.org
>
>> Subject: Re: Problem replying to emails today
>> 
>> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>> 
>> > message-checksum: Search failed: "^--text follows this line--$"
>> 
>> `(setq debug-on-error t)', repeat the bug and post the resulting
>> backtrace.
>
> I did but forgot to say so, sorry.  It is not an error so there is no
> backtrace!  Only that message above is generated.
>
> I will try git bisect when I get a chance.

commit 1b53ab636f0852054bc27624f086bb524f71667f seems to be the one
causing the problems, at least for me.  reverting just that one commit
fixes gnus.

I'm slowly getting to grips with git (as a mercurial user)...

thanks,
eric

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



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

* Re: Problem replying to emails today
  2011-09-21 13:00     ` Eric S Fraga
@ 2011-09-21 13:35       ` Julien Danjou
  2011-09-25 10:14         ` Łukasz Stelmach
  2011-09-25 16:25         ` Łukasz Stelmach
  2011-09-21 14:11       ` Lars Magne Ingebrigtsen
  1 sibling, 2 replies; 9+ messages in thread
From: Julien Danjou @ 2011-09-21 13:35 UTC (permalink / raw)
  To: ding; +Cc: lukasz.stelmach

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

On Wed, Sep 21 2011, Eric S Fraga wrote:

> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>
>>> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
>>> To: ding@gnus.org
>>
>>> Subject: Re: Problem replying to emails today
>>> 
>>> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>>> 
>>> > message-checksum: Search failed: "^--text follows this line--$"
>>> 
>>> `(setq debug-on-error t)', repeat the bug and post the resulting
>>> backtrace.
>>
>> I did but forgot to say so, sorry.  It is not an error so there is no
>> backtrace!  Only that message above is generated.
>>
>> I will try git bisect when I get a chance.
>
> commit 1b53ab636f0852054bc27624f086bb524f71667f seems to be the one
> causing the problems, at least for me.  reverting just that one commit
> fixes gnus.
>
> I'm slowly getting to grips with git (as a mercurial user)...

Ok, I though it was this commit. I'm adding Łukasz in Cc so he can check
what is happening.

-- 
Julien Danjou

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

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

* Re: Problem replying to emails today
  2011-09-21 13:00     ` Eric S Fraga
  2011-09-21 13:35       ` Julien Danjou
@ 2011-09-21 14:11       ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-21 14:11 UTC (permalink / raw)
  To: ding

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> commit 1b53ab636f0852054bc27624f086bb524f71667f seems to be the one
> causing the problems, at least for me.  reverting just that one commit
> fixes gnus.

I've reverted the commit.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: Problem replying to emails today
  2011-09-21 13:35       ` Julien Danjou
@ 2011-09-25 10:14         ` Łukasz Stelmach
  2011-09-25 16:25         ` Łukasz Stelmach
  1 sibling, 0 replies; 9+ messages in thread
From: Łukasz Stelmach @ 2011-09-25 10:14 UTC (permalink / raw)
  To: ding

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

Julien Danjou <julien@danjou.info> writes:

> On Wed, Sep 21 2011, Eric S Fraga wrote:
>
>> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>>
>>>> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
>>>> To: ding@gnus.org
>>>
>>>> Subject: Re: Problem replying to emails today
>>>> 
>>>> Eric S Fraga <e.fraga@ucl.ac.uk> writes:
>>>> 
>>>> > message-checksum: Search failed: "^--text follows this line--$"
>>>> 
>>>> `(setq debug-on-error t)', repeat the bug and post the resulting
>>>> backtrace.
>>>
>>> I did but forgot to say so, sorry.  It is not an error so there is no
>>> backtrace!  Only that message above is generated.
>>>
>>> I will try git bisect when I get a chance.
>>
>> commit 1b53ab636f0852054bc27624f086bb524f71667f seems to be the one
>> causing the problems, at least for me.  reverting just that one commit
>> fixes gnus.
>>
>> I'm slowly getting to grips with git (as a mercurial user)...
>
> Ok, I though it was this commit. I'm adding Łukasz in Cc so he can check
> what is happening.

I haven't found out what's going on. I'll keep investigating. Howver,
I am afraid I can't tell what possibly might be wrong with my patch as
it simply reorders the instructions that already has been in place.

-- 
Miłego dnia,
Łukasz Stelmach

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

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

* Re: Problem replying to emails today
  2011-09-21 13:35       ` Julien Danjou
  2011-09-25 10:14         ` Łukasz Stelmach
@ 2011-09-25 16:25         ` Łukasz Stelmach
  1 sibling, 0 replies; 9+ messages in thread
From: Łukasz Stelmach @ 2011-09-25 16:25 UTC (permalink / raw)
  To: ding

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

Julien Danjou <julien@danjou.info> writes:

> On Wed, Sep 21 2011, Eric S Fraga wrote:
>
>> commit 1b53ab636f0852054bc27624f086bb524f71667f seems to be the one
>> causing the problems, at least for me.  reverting just that one commit
>> fixes gnus.
>>
>> I'm slowly getting to grips with git (as a mercurial user)...
>
> Ok, I though it was this commit. I'm adding Łukasz in Cc so he can check
> what is happening.

I give up. The new solution seems to work for me anyway.

-- 
Miłego dnia,
Łukasz Stelmach

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

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

end of thread, other threads:[~2011-09-25 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-21 11:21 Problem replying to emails today Eric S Fraga
2011-09-21 11:27 ` Julien Danjou
2011-09-21 11:32 ` Lars Magne Ingebrigtsen
2011-09-21 12:39   ` Eric S Fraga
2011-09-21 13:00     ` Eric S Fraga
2011-09-21 13:35       ` Julien Danjou
2011-09-25 10:14         ` Łukasz Stelmach
2011-09-25 16:25         ` Łukasz Stelmach
2011-09-21 14:11       ` Lars Magne Ingebrigtsen

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