From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17493 Path: news.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.gnus.user Subject: Re: When does gnus read .gnus.el variables Date: Sun, 08 Mar 2015 01:53:55 +0100 Organization: Aioe.org NNTP Server Message-ID: <87385gxqak.fsf@debian.uxu> References: <87zj7rf185.fsf@debian.uxu> <87pp8kzu7d.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1425776107 29916 80.91.229.3 (8 Mar 2015 00:55:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Mar 2015 00:55:07 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Mar 08 01:55:06 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YUPUo-0004kY-3O for gegu-info-gnus-english@m.gmane.org; Sun, 08 Mar 2015 01:55:06 +0100 Original-Received: from localhost ([::1]:37088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUPUn-00019a-GX for gegu-info-gnus-english@m.gmane.org; Sat, 07 Mar 2015 19:55:05 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 40 Original-NNTP-Posting-Host: feB02bRejf23rfBm51Mt7Q.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:uwlndtFqYPsi+mRi6g+6nwxEwDc= Mail-Copies-To: never Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88622 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17493 Archived-At: Alberto Luaces writes: > Pressing q on the Groups buffer, that is > gnus-group-exit. > > (gnus-alive-p) returns t. I just tried this: (require' nnimap) (setq nnimap-split-fancy "test") Then: 'q' in *Group* (indeed `gnus-group-exit'). This means the *Group* buffer is killed, (gnus-alive-p) is nil, and the variable is still "test". I have (gnus-version 1) Gnus v5.13 and (emacs-version 1) GNU Emacs 24.4.1 (x86_64-pc-linux-gnu) of 2014-10-25 on trouble, modified by Debian Try to reproduce this with a minimal amount of initialization. In particular, check out the hooks that execute when Gnus terminates (e.g., `gnus-exit-gnus-hook', but there might be more - use the source, Luke!). If you can't find it try your current setup on the Emacs version that I have. That should tell you if it is a bug induced by you or someone else (in what case you should report it). -- underground experts united