Gnus development mailing list
 help / color / mirror / Atom feed
* Failure on 'g'
@ 2000-11-07 20:01 Morgan Fletcher
  0 siblings, 0 replies; only message in thread
From: Morgan Fletcher @ 2000-11-07 20:01 UTC (permalink / raw)


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

I recently changed news servers. Set $NNTPSERVER to the new server, started
up emacs/gnus, did 'b', then got used to the new article counts.

I subscribed to some newsgroups that were only on the new news server, by
doing 'B RET nntp RET (etc.)', then toggling subscription on the ones I
want and quitting out of the browse session. However, sometimes when I get
new news/mail with '3 g' or just 'g', I get this backtrace. Quitting it and
trying again will allow me to proceed without a failure.

Signaling: (error "Selecting deleted buffer")
  nntp-retrieve-groups(...)
  gnus-retrieve-groups(...)
  gnus-read-active-file-2(...)
  gnus-get-unread-articles(3)
  gnus-group-get-new-news(3)
  call-interactively(gnus-group-get-new-news)

I'm running Gnus 5.8.7, emacs 20.7.2 on debian linux. I have a moderately
tweaked .gnus. I've attached a neutralized copy of it.

What's up?

morgan

[-- Attachment #2: my .gnus file --]
[-- Type: application/octet-stream, Size: 1098 bytes --]

;; -*-mode: Lisp; -*-
(setq gnus-secondary-select-methods
      '((nnml "private"))
)
(setq nnmail-crosspost nil)

(setq nnmail-split-methods
      '((...)))

(setq nnmail-spool-file
      '((file)
	(pop :server "shell3.ba.best.com"
	     :port 110
	     :password "password")
 	(pop :server "rubicon.off-road.com"
 	     :port 110
 	     :password "password")
	))
(setq nnmail-tmp-directory "/home/morgan/Gnus_mail")
(setq nnmail-expiry-wait 14)
(setq gnus-auto-expirable-newsgroups "nnml:.*\\|nnfolder:.*")
(setq nnml-get-new-mail t)
(setq nnml-directory "/home/morgan/Gnus_mail")

(setq mail-yank-prefix "> ")
(setq gnus-local-organization "DarlaDaisy Enterprises")
(setq news-reply-header-hook
      (lambda () (insert news-reply-yank-from " writes:\n\n")))
(setq gnus-use-cache t)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
(setq nnmail-treat-duplicates "delete")
(add-hook 'message-sent-hook 'gnus-score-followup-thread)
(setq gnus-summary-ignore-duplicates t)
(setq gnus-thread-sort-functions '(gnus-thread-sort-by-number
                                   gnus-thread-sort-by-date))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-07 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-07 20:01 Failure on 'g' Morgan Fletcher

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