Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus error
@ 2002-09-17 20:55 Michael Slass
  0 siblings, 0 replies; only message in thread
From: Michael Slass @ 2002-09-17 20:55 UTC (permalink / raw)


Hi:

I periodically get this error when I hit "g" in the group buffer.
After that, if I try again, gnus hangs on
"Reading active file from netnews.attbi.com via nntp..."


Any help will be welcome, and thank you.

-Mike

------------------------------------------------------------
*Backtrace*

Debugger entered--Lisp error: (error "Selecting deleted buffer")
  nntp-retrieve-groups(("comp.emacs" "gnu.emacs.gnus" "gnu.emacs.sources" "gnu.emacs.help") "netnews.attbi.com")
  gnus-retrieve-groups(("comp.emacs" "gnu.emacs.gnus" "gnu.emacs.sources" "gnu.emacs.help") (nntp "netnews.attbi.com"))
  gnus-read-active-file-2(("comp.emacs" "gnu.emacs.gnus" "gnu.emacs.sources" "gnu.emacs.help") (nntp "netnews.attbi.com"))
  gnus-read-active-file-1((nntp "netnews.attbi.com") nil)
  gnus-read-active-file()
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)
  recursive-edit()
  byte-code("<snip>" [debugger-buffer debugger-args noninteractive debugger-batch-max-lines middlestart buffer-read-only pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output inhibit-trace] 3)

------------------------------------------------------------

Here are the relevant portions of my .gnus  (please accept my
apologies in advance if this is too much kack -- I'm not really sure
what's relevant to this problem.)


(setq user-mail-address       "miknrene@drizzle.com"
      user-full-name          "Michael Slass"
      gnus-home-directory     "~/news/"
      gnus-startup-file       "~/news/.newsrc"
      gnus-select-method      '(nntp "netnews.attbi.com")
      gnus-user-full-name     user-full-name
      gnus-user-from-line     user-mail-address
      gnus-use-generic-from   user-full-name
      gnus-local-organization "Not Listed"
      gnus-local-domain  "drizzle.com")


;; POP and SMTP are local ports forwarded by SSH (outside emacs)
;; to my ISP's appropriate servers.

(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(setq mail-sources
 '((pop :server "localhost"
        :port "3110"
        :user "miknrene")))


(add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)

;; SMTP settings
(require 'smtpmail)
(setq message-send-mail-function    'smtpmail-send-it
      send-mail-function            'smtpmail-send-it
      smtpmail-smtp-server          "localhost"
      smtpmail-smtp-service         3025 
      smtpmail-default-smtp-server  smtpmail-smtp-server
      smtpmail-debug-info t)


;; incorporate new mail automatically
(setq nnml-get-new-mail t)


;; keeping things clean
(setq gnus-use-cache t)
(setq mail-source-delete-incoming t)

;; read up on customizing topic mode
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)


(setq gnus-novice-user nil)



-- 
Mike Slass


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

only message in thread, other threads:[~2002-09-17 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-17 20:55 gnus error Michael Slass

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