help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Kill buffer questions when starting Gnus


From: Michael Heerdegen
Subject: Kill buffer questions when starting Gnus
Date: Fri, 10 Sep 2010 19:26:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hello,


since I have upgraded to Gnu Emacs 23.2, every time I start Gnus, it
asks me three times: 

Buffer has a running process; kill it? (yes or no)

corresponding to my three mailboxes. This happens with emacs -Q with
only my .gnus.el loaded.

No matter what I answer to the questions, Gnus works well.

I know that I can suppress these questions with

(setq kill-buffer-query-functions
 (remove 'process-kill-buffer-query-function
         kill-buffer-query-functions))

My question is if Gnus is misconfigured or if this is some kind of
bug.


Here are some more informations:

My .gnus.el settings (some parts replaced by ...):

(require 'epa-file)
(epa-file-enable)
(setq epa-file-cache-passphrase-for-symmetric-encryption t)

(setq gnus-agent nil)

(setq gnus-posting-styles
      '((".*"
         (name "Michael Heerdegen"))
        ((message-news-p)
         (address "noreply@nospam.dev.null"))))

(add-hook 'gnus-message-setup-hook 'flyspell-mode)

(setq gnus-secondary-select-methods
      '((nnimap ...)
        ...))

(setq gnus-message-archive-group "sent"
      gnus-article-save-directory
      (expand-file-name "~/Mail/archive/read/")
      gnus-select-method
      '(nntp "textnews.news.cambrium.nl"))

(push
 '(nntp "news.thur.de")
 gnus-secondary-select-methods)



Part of a backtrace (my email address replaced with points):


yes-or-no-p("Buffer has a running process; kill it? ")
process-kill-buffer-query-function()
kill-buffer(#<buffer  *temp*>)
imap-open("imap.web.de" nil nil nil " *nnimap* ...")
nnimap-open-connection("...")
nnimap-open-server("..." ((nnimap-address "imap.web.de")))


At that time, the (hidden) buffer " *temp*" is empty, and M-x
process-list shows:


imap<1>  run       *temp*                                           gnutls-cli 
-s imap.web.de -p 143
imap     open      *nnimap* ....................                    (network 
stream connection to imap.web.de)
nntpd<1> open      *server news.thur.de nntp  *nntpd**              (network 
stream connection to news.thur.de)
nntpd    open      *server textnews.news.cambrium.nl nntp  *nntpd** (network 
stream connection to textnews.news.cambrium.nl)


Thanks,

Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]