Gnus development mailing list
 help / color / mirror / Atom feed
* nnmairix bug report
@ 2008-02-28 21:05 Wes Hardaker
  2008-02-28 21:59 ` David
  0 siblings, 1 reply; 3+ messages in thread
From: Wes Hardaker @ 2008-02-28 21:05 UTC (permalink / raw)
  To: ding


Playing further, I ran a search and it produced the following error:

(setup using an nnimap backend; it did create a new imap folder though
I'm not sure the UW imap server I'm using would be able to read the
results...)

Debugger entered--Lisp error: (end-of-file #<buffer " *nntpd*">)
  read(#<buffer " *nntpd*">)
  (let ((status ...) (total ...) (low ...) (high ...) (corr ...)) (if (= status 211) (progn ... ... ... t) (progn ... nil)))
  (save-excursion (nnmairix-call-backend "request-group" folder nnmairix-backend-server fast) (set-buffer nnmairix-mairix-output-buffer) (goto-char (point-min)) (re-search-forward "^Matched.*messages") (nnheader-message 7 (match-string 0)) (set-buffer nntp-server-buffer) (goto-char (point-min)) (let (... ... ... ... ...) (if ... ... ...)))
  nnmairix-request-group-with-article-number-correction("zz_mairix-misc-1" "nnmairix+mairix:misc")
  (if fast t (nnmairix-request-group-with-article-number-correction folder qualgroup))
  (cond ((zerop rval) (nnmairix-call-backend "open-server" nnmairix-backend-server) (when ... ... ...) (nnmairix-call-backend "request-scan" folder nnmairix-backend-server) (if fast t ...)) ((and ... ...) (nnheader-message 5 "Mairix: No matches found.") (set-buffer nntp-server-buffer) (erase-buffer) (insert ...) t) (t (nnheader-report ... "Error running marix. See buffer %s for details" nnmairix-mairix-output-buffer) nil))
  (cond ((not folder) (nnheader-report ... "Check folder parameter for group %s" group) nil) ((not query) (save-excursion ... ... ... t)) (t (setq mfolder ...) (when ... ... ...) (when ... ...) (when folderpath ...) (setq rval ...) (cond ... ... ...)))
  (let* ((qualgroup ...) (query ...) (folder ...) (threads ...) (backendmethod ...) rval mfolder folderpath) (cond (... ... nil) (... ...) (t ... ... ... ... ... ...)))
  nnmairix-request-group("misc" "mairix" nil)
  gnus-activate-group("nnmairix+mairix:misc" scan nil (nnmairix "mairix" (nnmairix-backend nnimap) (nnmairix-backend-server "hardakers") (nnmairix-mairix-command "ssh dawn mairix") (nnmairix-hidden-folders nil) (nnmairix-default-group "misc")))
  gnus-group-get-new-news-this-group()
  (if (gnus-group-jump-to-group group) (gnus-group-get-new-news-this-group))
  (when (gnus-group-jump-to-group group) (gnus-group-get-new-news-this-group))
  (save-excursion (nnmairix-open-server (nth 1 method)) (set-buffer gnus-group-buffer) (setq info (gnus-get-info group)) (gnus-set-active group nil) (gnus-info-clear-data info) (when (member nnmairix-backend nnmairix-delete-and-create-on-change) (if ... ... ...)) (when (gnus-group-jump-to-group group) (gnus-group-get-new-news-this-group)))
  (if (eq (nth 0 method) (quote nnmairix)) (save-excursion (nnmairix-open-server ...) (set-buffer gnus-group-buffer) (setq info ...) (gnus-set-active group nil) (gnus-info-clear-data info) (when ... ...) (when ... ...)) (error "Nnmairix-update-and-clear-marks - Called with non-nnmairix group"))
  (let ((method ...) (folder ...) (corr ...) info) (if (eq ... ...) (save-excursion ... ... ... ... ... ... ...) (error "Nnmairix-update-and-clear-marks - Called with non-nnmairix group")))
  nnmairix-update-and-clear-marks("nnmairix+mairix:misc")
  (let* ((qualgroup ...)) (set-buffer gnus-group-buffer) (when (stringp query) (setq query ...)) (gnus-group-set-parameter qualgroup (quote query) query) (if (symbolp threads) (when ... ...) (when ... ...)) (nnmairix-update-and-clear-marks qualgroup) (when (not ...) (gnus-group-read-group nil t qualgroup)))
  (lambda (query &optional server threads) "Sends QUERY to nnmairix backend SERVER, using default its search group.\n\nDefault search group is automatically entered and results are shown.\nIf THREADS is t, enable threads.\nIf THREADS is a negative number, disable threads.\nOtherwise, leave threads parameter as it is." (interactive (list ...)) (when (not server) (setq server ...)) (if (not server) (error "No opened nnmairix server found") (setq server ...)) (nnmairix-open-server (nth 1 server)) (let* (...) (set-buffer gnus-group-buffer) (when ... ...) (gnus-group-set-parameter qualgroup ... query) (if ... ... ...) (nnmairix-update-and-clear-marks qualgroup) (when ... ...)))("f:xxxx s:dns")
  call-interactively(nnmairix-search)


-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett



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

* Re: nnmairix bug report
  2008-02-28 21:05 nnmairix bug report Wes Hardaker
@ 2008-02-28 21:59 ` David
  2008-02-28 22:51   ` Wes Hardaker
  0 siblings, 1 reply; 3+ messages in thread
From: David @ 2008-02-28 21:59 UTC (permalink / raw)
  To: ding

Wes Hardaker <wes@hardakers.net> writes:
> Playing further, I ran a search and it produced the following error:
>
> (setup using an nnimap backend; it did create a new imap folder though
> I'm not sure the UW imap server I'm using would be able to read the
> results...)
>
> Debugger entered--Lisp error: (end-of-file #<buffer " *nntpd*">)
>   read(#<buffer " *nntpd*">)

Seems like the buffer " *nntpd*" is empty, meaning there is no response
from nnimap when entering the group zz_mairix-misc-1 on the IMAP
server. What happens when you enter the group zz_mairix-misc-1 directly?
(Hit "^" in the group buffer, choose your IMAP server and hit Enter on
zz_mairix-misc-1).

What mail spool format are you using with UW IMAP, mbox or mh?

By the way, I tried to reproduce your problems with Xemacs and
gnus-thread-sort-by-most-recent-number, but couldn't see any difference
when nnmairix was loaded. If you can somehow narrow down the problem,
please let me know.

-David




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

* Re: nnmairix bug report
  2008-02-28 21:59 ` David
@ 2008-02-28 22:51   ` Wes Hardaker
  0 siblings, 0 replies; 3+ messages in thread
From: Wes Hardaker @ 2008-02-28 22:51 UTC (permalink / raw)
  To: David; +Cc: ding

>>>>> "D" == David  <de_bb@arcor.de> writes:

D> What mail spool format are you using with UW IMAP, mbox or mh?

mbox...

I'll look into more debugging when I get a chance in the next few days.

D> By the way, I tried to reproduce your problems with Xemacs and
D> gnus-thread-sort-by-most-recent-number, but couldn't see any difference
D> when nnmairix was loaded. If you can somehow narrow down the problem,
D> please let me know.

I'm not shocked...  My system is a bit, as I mentioned, over-customized
(which is why I can never move away from it).
-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett



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

end of thread, other threads:[~2008-02-28 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-28 21:05 nnmairix bug report Wes Hardaker
2008-02-28 21:59 ` David
2008-02-28 22:51   ` Wes Hardaker

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