all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Kill buffer questions when starting Gnus
Date: Fri, 10 Sep 2010 19:26:10 +0200	[thread overview]
Message-ID: <86eid1y0gd.fsf@web.de> (raw)

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	other threads:[~2010-09-10 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10 17:26 Michael Heerdegen [this message]
     [not found] <mailman.7.1284139483.14477.help-gnu-emacs@gnu.org>
     [not found] ` <m3pqwhzxkh.fsf@quimbies.gnus.org>
2010-09-16 14:54   ` Kill buffer questions when starting Gnus Michael Heerdegen
     [not found]   ` <mailman.9.1284648887.3065.help-gnu-emacs@gnu.org>
2010-09-17  3:25     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86eid1y0gd.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.