Gnus development mailing list
 help / color / mirror / Atom feed
* imap dies after inspecting Trash
@ 2011-09-13 10:18 Paulo J. Matos
  2011-09-21 18:13 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Paulo J. Matos @ 2011-09-13 10:18 UTC (permalink / raw)
  To: ding

Hi all,

I don't know why GNUS is trying to inspect the trash folder (which from 
Thunderbird looks empty), however when it does, it seems GNUS dies and I 
get the backtrace:

Debugger entered--Lisp error: (error "Process imap<2> not running")
   process-send-string(#<process imap<2>> "34 EXAMINE \"Trash/RSS 
Feeds/Mark Shuttleworth\" \n")
   imap-send-command-1("34 EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"")
   imap-send-command("EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"" nil)
   imap-send-command-wait("EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"")
   imap-mailbox-select-1("Trash/RSS Feeds/Mark Shuttleworth" examine)
   imap-mailbox-select("Trash/RSS Feeds/Mark Shuttleworth" examine)
   nnimap-find-minmax-uid("Trash/RSS Feeds/Mark Shuttleworth" examine)
   nnimap-request-newgroups("Mon, 12 Sep 2011 11:43:08 +0100" "csr")
   gnus-request-newgroups("Mon, 12 Sep 2011 11:43:08 +0100" (nnimap 
"csr" (nnimap-address "eurmail.csr.com") (nntp-authinfo-file 
"~/.authinfo") (nnimap-server-port 993) (nnir-search-engine imap) 
(nnimap-stream ssl)))
   gnus-ask-server-for-new-groups()
   gnus-find-new-newsgroups()
   gnus-setup-news(nil nil nil)
   byte-code("\b\204\x0e...)
   gnus-1(nil nil nil)
   gnus(nil)
   call-interactively(gnus t nil)
   execute-extended-command(nil)
   call-interactively(execute-extended-command nil nil)


Any suggestions?

Cheers,
-- 
PMatos




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

* Re: imap dies after inspecting Trash
  2011-09-13 10:18 imap dies after inspecting Trash Paulo J. Matos
@ 2011-09-21 18:13 ` Lars Magne Ingebrigtsen
  2011-09-22 14:11   ` Paulo J. Matos
  2011-09-23 12:50   ` Paulo J. Matos
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-21 18:13 UTC (permalink / raw)
  To: Paulo J. Matos; +Cc: ding

"Paulo J. Matos" <paulo@matos-sorge.com> writes:

> I don't know why GNUS is trying to inspect the trash folder (which
> from Thunderbird looks empty), however when it does, it seems GNUS
> dies and I get the backtrace:
>
> Debugger entered--Lisp error: (error "Process imap<2> not running")
>   process-send-string(#<process imap<2>> "34 EXAMINE \"Trash/RSS
> Feeds/Mark Shuttleworth\" \n")
>   imap-send-command-1("34 EXAMINE \"Trash/RSS Feeds/Mark Shuttleworth\"")

This looks like the old nnimap.  Emacs 24 and No Gnus has a rewritten
version, which probably doesn't have this particular bug.

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



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

* Re: imap dies after inspecting Trash
  2011-09-21 18:13 ` Lars Magne Ingebrigtsen
@ 2011-09-22 14:11   ` Paulo J. Matos
  2011-09-22 14:38     ` Paulo J. Matos
  2011-09-23 12:50   ` Paulo J. Matos
  1 sibling, 1 reply; 7+ messages in thread
From: Paulo J. Matos @ 2011-09-22 14:11 UTC (permalink / raw)
  To: ding

On 21/09/11 19:13, Lars Magne Ingebrigtsen wrote:
>
> This looks like the old nnimap.  Emacs 24 and No Gnus has a rewritten
> version, which probably doesn't have this particular bug.
>

Thanks for the input.
Just grabbed no gnus. Any catch that I should be aware of when using no 
gnus on Emacs 23.2 (given that it already packs an older version of gnus)?

Cheers,
-- 
PMatos




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

* Re: imap dies after inspecting Trash
  2011-09-22 14:11   ` Paulo J. Matos
@ 2011-09-22 14:38     ` Paulo J. Matos
  2011-09-22 15:32       ` Richard Riley
  0 siblings, 1 reply; 7+ messages in thread
From: Paulo J. Matos @ 2011-09-22 14:38 UTC (permalink / raw)
  To: ding

On 22/09/11 15:11, Paulo J. Matos wrote:
>
> Thanks for the input.
> Just grabbed no gnus. Any catch that I should be aware of when using no
> gnus on Emacs 23.2 (given that it already packs an older version of gnus)?
>

Interesting, I added no gnus to the load path, however emacs seems to 
still be using the one bundled with it. How can I remove gnus provided 
by emacs from sight and use the no gnus I downloaded separately instead?


-- 
PMatos




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

* Re: imap dies after inspecting Trash
  2011-09-22 14:38     ` Paulo J. Matos
@ 2011-09-22 15:32       ` Richard Riley
  2011-09-23 12:50         ` Paulo J. Matos
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Riley @ 2011-09-22 15:32 UTC (permalink / raw)
  To: ding

"Paulo J. Matos" <paulo@matos-sorge.com> writes:

> On 22/09/11 15:11, Paulo J. Matos wrote:
>>
>> Thanks for the input.
>> Just grabbed no gnus. Any catch that I should be aware of when using no
>> gnus on Emacs 23.2 (given that it already packs an older version of gnus)?
>>
>
> Interesting, I added no gnus to the load path, however emacs seems to still be
> using the one bundled with it. How can I remove gnus provided by emacs from
> sight and use the no gnus I downloaded separately instead?

Make sure its on the path and call gnus-load or whatevr it is. Its in
the read me or install notes afaik.

(I'm running gnus from git emacs 24 so dont have it anymore).





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

* Re: imap dies after inspecting Trash
  2011-09-22 15:32       ` Richard Riley
@ 2011-09-23 12:50         ` Paulo J. Matos
  0 siblings, 0 replies; 7+ messages in thread
From: Paulo J. Matos @ 2011-09-23 12:50 UTC (permalink / raw)
  To: ding

On 22/09/11 16:32, Richard Riley wrote:
>
> Make sure its on the path and call gnus-load or whatevr it is. Its in
> the read me or install notes afaik.
>
> (I'm running gnus from git emacs 24 so dont have it anymore).
>
>

I was loading gnus instead of gnus/lisp.
:)

-- 
PMatos




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

* Re: imap dies after inspecting Trash
  2011-09-21 18:13 ` Lars Magne Ingebrigtsen
  2011-09-22 14:11   ` Paulo J. Matos
@ 2011-09-23 12:50   ` Paulo J. Matos
  1 sibling, 0 replies; 7+ messages in thread
From: Paulo J. Matos @ 2011-09-23 12:50 UTC (permalink / raw)
  To: ding

On 21/09/11 19:13, Lars Magne Ingebrigtsen wrote:
>
> This looks like the old nnimap.  Emacs 24 and No Gnus has a rewritten
> version, which probably doesn't have this particular bug.
>

You're right. This is now fixed.

Thanks,
-- 
PMatos




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

end of thread, other threads:[~2011-09-23 12:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 10:18 imap dies after inspecting Trash Paulo J. Matos
2011-09-21 18:13 ` Lars Magne Ingebrigtsen
2011-09-22 14:11   ` Paulo J. Matos
2011-09-22 14:38     ` Paulo J. Matos
2011-09-22 15:32       ` Richard Riley
2011-09-23 12:50         ` Paulo J. Matos
2011-09-23 12:50   ` Paulo J. Matos

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