unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
@ 2013-02-08 17:12 Thierry Volpiatto
  2013-02-08 17:18 ` Thierry Volpiatto
  2013-02-08 22:23 ` Glenn Morris
  0 siblings, 2 replies; 10+ messages in thread
From: Thierry Volpiatto @ 2013-02-08 17:12 UTC (permalink / raw)
  To: 13654


Hi,
I don't often use "nnir" but IIRC A-T was switching to the real group, and
A-W should do it also, if this is true, we have a bug.
If I am wrong just ignore this.

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-08 17:12 bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir Thierry Volpiatto
@ 2013-02-08 17:18 ` Thierry Volpiatto
  2013-02-08 22:23 ` Glenn Morris
  1 sibling, 0 replies; 10+ messages in thread
From: Thierry Volpiatto @ 2013-02-08 17:18 UTC (permalink / raw)
  To: 13654

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> Hi,
> I don't often use "nnir" but IIRC A-T was switching to the real group, and
> A-W should do it also, if this is true, we have a bug.
> If I am wrong just ignore this.

I just verify with Emacs-24.2.1 and yes, A-T switch to real group.

This bug affect also 24.3.50.1.

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 






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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-08 17:12 bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir Thierry Volpiatto
  2013-02-08 17:18 ` Thierry Volpiatto
@ 2013-02-08 22:23 ` Glenn Morris
  2013-02-09  5:23   ` Thierry Volpiatto
  1 sibling, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2013-02-08 22:23 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: 13654

Thierry Volpiatto wrote:

> I don't often use "nnir" but IIRC A-T was switching to the real group, and
> A-W should do it also, if this is true, we have a bug.

Are A T and A W still bound to the same commands?
Do they do nothing? Give an error?
Can you edebug it and find out where it goes wrong?





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-08 22:23 ` Glenn Morris
@ 2013-02-09  5:23   ` Thierry Volpiatto
  2013-02-09  6:43     ` Thierry Volpiatto
  0 siblings, 1 reply; 10+ messages in thread
From: Thierry Volpiatto @ 2013-02-09  5:23 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13654

Glenn Morris <rgm@gnu.org> writes:

> Thierry Volpiatto wrote:
>
>> I don't often use "nnir" but IIRC A-T was switching to the real group, and
>> A-W should do it also, if this is true, we have a bug.
>
> Are A T and A W still bound to the same commands?
A T runs the command gnus-summary-refer-thread
A W runs the command gnus-warp-to-article

> Do they do nothing?
Yes nothing. (I mean from nnir)

>Give an error?
No.

> Can you edebug it and find out where it goes wrong?
I will try to have a look at the code next week. 

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-09  5:23   ` Thierry Volpiatto
@ 2013-02-09  6:43     ` Thierry Volpiatto
  2013-02-09 20:20       ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Thierry Volpiatto @ 2013-02-09  6:43 UTC (permalink / raw)
  To: 13654

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> Glenn Morris <rgm@gnu.org> writes:
>
>> Thierry Volpiatto wrote:
>>
>>> I don't often use "nnir" but IIRC A-T was switching to the real group, and
>>> A-W should do it also, if this is true, we have a bug.
>>
>> Are A T and A W still bound to the same commands?
> A T runs the command gnus-summary-refer-thread
> A W runs the command gnus-warp-to-article
>
>> Do they do nothing?
> Yes nothing. (I mean from nnir)
>
>>Give an error?
> No.
>
>> Can you edebug it and find out where it goes wrong?
> I will try to have a look at the code next week. 
No more time to dig now, but looks like the bug is in
`gnus-warp-to-article', when I eval the definition of 24.2.1, it works
as expected.


-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 






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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-09  6:43     ` Thierry Volpiatto
@ 2013-02-09 20:20       ` Glenn Morris
  2013-02-09 22:47         ` Thierry Volpiatto
  0 siblings, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2013-02-09 20:20 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: 13654

Thierry Volpiatto wrote:

> No more time to dig now, but looks like the bug is in
> `gnus-warp-to-article', when I eval the definition of 24.2.1, it works
> as expected.

Sounds like this

http://thread.gmane.org/gmane.emacs.gnus.general/82072/
Maybe see also http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11641





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-09 20:20       ` Glenn Morris
@ 2013-02-09 22:47         ` Thierry Volpiatto
  2013-02-10  0:21           ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Thierry Volpiatto @ 2013-02-09 22:47 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13654

Glenn Morris <rgm@gnu.org> writes:

> Thierry Volpiatto wrote:
>
>> No more time to dig now, but looks like the bug is in
>> `gnus-warp-to-article', when I eval the definition of 24.2.1, it works
>> as expected.
>
> Sounds like this
>
> http://thread.gmane.org/gmane.emacs.gnus.general/82072/
Yes, this is fixing the problem:

--8<---------------cut here---------------start------------->8---
commit c54845f946c28e8361dc77fb09a873d72b69f967
Author: Andrew Cohen <cohen <at> andy.bu.edu>
Date:   Sun Jul 22 19:50:05 2012 -0400

    nnir: Add 'virtual ability to nnir backend.
--8<---------------cut here---------------end--------------->8---

So just evaling:

(gnus-declare-backend "nnir" 'mail 'virtual)

Fix the bug.

Probably you should merge this change for Emacs 24.3 ?

-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-09 22:47         ` Thierry Volpiatto
@ 2013-02-10  0:21           ` Glenn Morris
  2013-02-10  0:52             ` Katsumi Yamaoka
  0 siblings, 1 reply; 10+ messages in thread
From: Glenn Morris @ 2013-02-10  0:21 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: Katsumi Yamaoka, 13654

Thierry Volpiatto wrote:

> commit c54845f946c28e8361dc77fb09a873d72b69f967
> Author: Andrew Cohen <cohen <at> andy.bu.edu>
> Date:   Sun Jul 22 19:50:05 2012 -0400
>
>     nnir: Add 'virtual ability to nnir backend.
> --8<---------------cut here---------------end--------------->8---
>
> So just evaling:
>
> (gnus-declare-backend "nnir" 'mail 'virtual)
>
> Fix the bug.
>
> Probably you should merge this change for Emacs 24.3 ?

It was there and was removed:

2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>

            * nnir.el ("nnir"): Revert last change, that's premature to
              merge from Gnus master.

2012-07-22  Andrew Cohen  <cohen@bu.edu>

            * nnir.el ("nnir"): Add 'virtual ability to nnir backend.





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-10  0:21           ` Glenn Morris
@ 2013-02-10  0:52             ` Katsumi Yamaoka
  2013-02-10  1:30               ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Katsumi Yamaoka @ 2013-02-10  0:52 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13654-done, Thierry Volpiatto

Glenn Morris <rgm@gnu.org> wrote:
> Thierry Volpiatto wrote:

> > commit c54845f946c28e8361dc77fb09a873d72b69f967
> > Author: Andrew Cohen <cohen <at> andy.bu.edu>
> > Date:   Sun Jul 22 19:50:05 2012 -0400
> >
> >     nnir: Add 'virtual ability to nnir backend.
> > --8<---------------cut here---------------end--------------->8---
> >
> > So just evaling:
> >
> > (gnus-declare-backend "nnir" 'mail 'virtual)
> >
> > Fix the bug.
> >
> > Probably you should merge this change for Emacs 24.3 ?

> It was there and was removed:

> 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>

>             * nnir.el ("nnir"): Revert last change, that's premature to
>               merge from Gnus master.

> 2012-07-22  Andrew Cohen  <cohen@bu.edu>

>             * nnir.el ("nnir"): Add 'virtual ability to nnir backend.

Sorry, that was of my misunderstanding.  I've re-installed
the change in the trunk and also the emacs-24 branch.





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

* bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir.
  2013-02-10  0:52             ` Katsumi Yamaoka
@ 2013-02-10  1:30               ` Glenn Morris
  0 siblings, 0 replies; 10+ messages in thread
From: Glenn Morris @ 2013-02-10  1:30 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 13654, Thierry Volpiatto

Katsumi Yamaoka wrote:

> Sorry, that was of my misunderstanding.  I've re-installed
> the change in the trunk and also the emacs-24 branch.

Thanks. (As always, just putting it in emacs-24, and letting it get
merged automatically, would have been better, but no worries.)






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

end of thread, other threads:[~2013-02-10  1:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 17:12 bug#13654: 24.2.93; Gnus: `A-T' don't switch anymore to real group from nnir Thierry Volpiatto
2013-02-08 17:18 ` Thierry Volpiatto
2013-02-08 22:23 ` Glenn Morris
2013-02-09  5:23   ` Thierry Volpiatto
2013-02-09  6:43     ` Thierry Volpiatto
2013-02-09 20:20       ` Glenn Morris
2013-02-09 22:47         ` Thierry Volpiatto
2013-02-10  0:21           ` Glenn Morris
2013-02-10  0:52             ` Katsumi Yamaoka
2013-02-10  1:30               ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).