Gnus development mailing list
 help / color / mirror / Atom feed
* possible recent regression
@ 2012-07-26 11:23 Greg Troxel
  2012-07-26 11:29 ` Julien Danjou
  2012-07-26 12:24 ` Tassilo Horn
  0 siblings, 2 replies; 10+ messages in thread
From: Greg Troxel @ 2012-07-26 11:23 UTC (permalink / raw)
  To: ding

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


I updated to

commit 14b8787ecb5038a1bdfdd060a32afbabd1582918
Author: Julien Danjou <julien@danjou.info>
Date:   Wed Jul 25 14:01:11 2012 +0200

    Restore `gnus-kill-sticky-article-buffers'
    
    Signed-off-by: Julien Danjou <julien@danjou.info>

from

commit ca6a7cad961ef39b97fad1d06007246df5dbe47a
Author: Julien Danjou <julien@danjou.info>
Date:   Tue Jun 19 14:47:26 2012 +0200

    nnimap: fix window-point-insertion-type for XEmacs
    
    Signed-off-by: Julien Danjou <julien@danjou.info>


and got:

  message-get-reply-headers: Autoloading failed to define function mail-dont-reply-to

when typing 'r' to a message in nnimap summary.

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

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

* Re: possible recent regression
  2012-07-26 11:23 possible recent regression Greg Troxel
@ 2012-07-26 11:29 ` Julien Danjou
  2012-07-26 17:18   ` Greg Troxel
  2012-07-26 12:24 ` Tassilo Horn
  1 sibling, 1 reply; 10+ messages in thread
From: Julien Danjou @ 2012-07-26 11:29 UTC (permalink / raw)
  To: Greg Troxel; +Cc: ding

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

On Thu, Jul 26 2012, Greg Troxel wrote:

>   message-get-reply-headers: Autoloading failed to define function mail-dont-reply-to
>
> when typing 'r' to a message in nnimap summary.

Hm, which Emacs version are you running?

-- 
Julien Danjou
-- Free Software hacker & freelance
-- http://julien.danjou.info

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

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

* Re: possible recent regression
  2012-07-26 11:23 possible recent regression Greg Troxel
  2012-07-26 11:29 ` Julien Danjou
@ 2012-07-26 12:24 ` Tassilo Horn
  2012-07-26 17:20   ` Greg Troxel
  1 sibling, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2012-07-26 12:24 UTC (permalink / raw)
  To: Greg Troxel; +Cc: ding

Greg Troxel <gdt@work.lexort.com> writes:

> and got:
>
>   message-get-reply-headers: Autoloading failed to define function
>   mail-dont-reply-to
>
> when typing 'r' to a message in nnimap summary.

Do you compile your own emacs from the bzr sources?  If so, then try to
"make bootstrap && make" instead of only "make".

Bye,
Tassilo



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

* Re: possible recent regression
  2012-07-26 11:29 ` Julien Danjou
@ 2012-07-26 17:18   ` Greg Troxel
  0 siblings, 0 replies; 10+ messages in thread
From: Greg Troxel @ 2012-07-26 17:18 UTC (permalink / raw)
  To: Julien Danjou; +Cc: ding

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


Julien Danjou <julien@danjou.info> writes:

> On Thu, Jul 26 2012, Greg Troxel wrote:
>
>>   message-get-reply-headers: Autoloading failed to define function
>> mail-dont-reply-to
>>
>> when typing 'r' to a message in nnimap summary.
>
> Hm, which Emacs version are you running?

GNU Emacs 23.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

on NetBSD 5.1_STABLE i386

I went back to ca6a7ca and now it works.

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

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

* Re: possible recent regression
  2012-07-26 12:24 ` Tassilo Horn
@ 2012-07-26 17:20   ` Greg Troxel
  2012-07-26 17:22     ` Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: Greg Troxel @ 2012-07-26 17:20 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: ding

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


Tassilo Horn <tassilo@member.fsf.org> writes:

> Greg Troxel <gdt@work.lexort.com> writes:
>
>> and got:
>>
>>   message-get-reply-headers: Autoloading failed to define function
>>   mail-dont-reply-to
>>
>> when typing 'r' to a message in nnimap summary.
>
> Do you compile your own emacs from the bzr sources?  If so, then try to
> "make bootstrap && make" instead of only "make".

no.  make bootrap fails in gnus, but I guess you meant to run that in
emacs source dir.

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

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

* Re: possible recent regression
  2012-07-26 17:20   ` Greg Troxel
@ 2012-07-26 17:22     ` Tassilo Horn
  2012-07-26 18:16       ` Greg Troxel
  0 siblings, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2012-07-26 17:22 UTC (permalink / raw)
  To: Greg Troxel; +Cc: ding

Greg Troxel <gdt@work.lexort.com> writes:

>> Do you compile your own emacs from the bzr sources?  If so, then try
>> to "make bootstrap && make" instead of only "make".
>
> no.  make bootrap fails in gnus, but I guess you meant to run that in
> emacs source dir.

Yes, exactly.  If you don't compile emacs yourself, the problem must be
elsewhere.  It just ringed a bell here, cause today was a similar
problem on emacs-devel that could be solved with bootstrapping.

Bye,
Tassilo



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

* Re: possible recent regression
  2012-07-26 17:22     ` Tassilo Horn
@ 2012-07-26 18:16       ` Greg Troxel
  2012-07-26 19:51         ` Julien Danjou
  0 siblings, 1 reply; 10+ messages in thread
From: Greg Troxel @ 2012-07-26 18:16 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: ding

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


I will try to bisect.

Is no one else seeing the problem?

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

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

* Re: possible recent regression
  2012-07-26 18:16       ` Greg Troxel
@ 2012-07-26 19:51         ` Julien Danjou
  2012-07-27 15:17           ` Julien Danjou
  0 siblings, 1 reply; 10+ messages in thread
From: Julien Danjou @ 2012-07-26 19:51 UTC (permalink / raw)
  To: Greg Troxel; +Cc: Tassilo Horn, ding

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

On Thu, Jul 26 2012, Greg Troxel wrote:

> I will try to bisect.

Don't bother, I think I know what's the problem. I've replaced obsolete
code recently, but did not think Emacs 23 did not have that function.
I'll do a defalias trick for old Emacs version.

-- 
Julien Danjou
# Free Software hacker & freelance
# http://julien.danjou.info

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

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

* Re: possible recent regression
  2012-07-26 19:51         ` Julien Danjou
@ 2012-07-27 15:17           ` Julien Danjou
  2012-07-27 15:54             ` Greg Troxel
  0 siblings, 1 reply; 10+ messages in thread
From: Julien Danjou @ 2012-07-27 15:17 UTC (permalink / raw)
  To: Greg Troxel; +Cc: Tassilo Horn, ding

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

On Thu, Jul 26 2012, Julien Danjou wrote:

> Don't bother, I think I know what's the problem. I've replaced obsolete
> code recently, but did not think Emacs 23 did not have that function.
> I'll do a defalias trick for old Emacs version.

I've pushed a fix, could you tell me if that fixes it for you?

-- 
Julien Danjou
;; Free Software hacker & freelance
;; http://julien.danjou.info

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

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

* Re: possible recent regression
  2012-07-27 15:17           ` Julien Danjou
@ 2012-07-27 15:54             ` Greg Troxel
  0 siblings, 0 replies; 10+ messages in thread
From: Greg Troxel @ 2012-07-27 15:54 UTC (permalink / raw)
  To: Julien Danjou; +Cc: Tassilo Horn, ding

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


Julien Danjou <julien@danjou.info> writes:

> On Thu, Jul 26 2012, Julien Danjou wrote:
>
>> Don't bother, I think I know what's the problem. I've replaced obsolete
>> code recently, but did not think Emacs 23 did not have that function.
>> I'll do a defalias trick for old Emacs version.
>
> I've pushed a fix, could you tell me if that fixes it for you?

Thanks for the fix -seems to work fine.  I have replied to this message using:

commit f7715b17774afabbadc92f15b1ee087624e587a8
Author: Julien Danjou <julien@danjou.info>
Date:   Fri Jul 27 17:16:55 2012 +0200

    message: defalias mail-dont-reply-to if needed
    
    Signed-off-by: Julien Danjou <julien@danjou.info>


on

GNU Emacs 23.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

NetBSD [hostname] 5.1_STABLE NetBSD 5.1_STABLE (GENERIC) #8: Mon Jun 11 09:28:29 EDT 2012  gdt@[hostname2]:/u0/n1/obj/gdt-5/i386/sys/arch/i386/compile/GENERIC i386

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

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

end of thread, other threads:[~2012-07-27 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-26 11:23 possible recent regression Greg Troxel
2012-07-26 11:29 ` Julien Danjou
2012-07-26 17:18   ` Greg Troxel
2012-07-26 12:24 ` Tassilo Horn
2012-07-26 17:20   ` Greg Troxel
2012-07-26 17:22     ` Tassilo Horn
2012-07-26 18:16       ` Greg Troxel
2012-07-26 19:51         ` Julien Danjou
2012-07-27 15:17           ` Julien Danjou
2012-07-27 15:54             ` Greg Troxel

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