From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61470 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Lost gnus-draft-mode in nndraft:drafts Date: Tue, 06 Dec 2005 14:52:30 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133877759 23269 80.91.229.2 (6 Dec 2005 14:02:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 14:02:39 +0000 (UTC) Original-X-From: ding-owner+m10001@lists.math.uh.edu Tue Dec 06 15:02:29 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjdN9-00023v-WC for ding-account@gmane.org; Tue, 06 Dec 2005 15:00:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EjdN0-0005Hd-00; Tue, 06 Dec 2005 08:00:38 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EjdIW-0005HX-00 for ding@lists.math.uh.edu; Tue, 06 Dec 2005 07:56:00 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EjdIR-0000xd-U2 for ding@lists.math.uh.edu; Tue, 06 Dec 2005 07:56:00 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EjdIQ-0006vc-00 for ; Tue, 06 Dec 2005 14:55:54 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EjdGp-0008GR-Sk for ding@gnus.org; Tue, 06 Dec 2005 14:54:15 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Dec 2005 14:54:15 +0100 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Dec 2005 14:54:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 52 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: #vK]N[`vqjuod*|)'[iD7/"3AB-ApT%fmN"LWAg@oS7OesGv~)n[OBTLM#I="J'Y^-7I I/ps7o_'IK@#-Rs{::DZ@O8yS|fexe,XslY[:dNWOb~>?mC-&i_c)say:"\IpA.5U.b]'NY;Pks{lb h.+#6%DpZuaK3dcHB`Av3zc:r!C%~s0&m,tWj]&},qg.+0ww2gK%f!:GK|wMl.I!(voY*1"^li8"~B BNG)9LvPi?^DMR-GVDnZqhu*3Hi,+g=wFhI)BL6&u{EOVEHjVEVq~d?_}lMntWAc3(6?kftjc>_f>! g0wM(qPM$d5]^TT_Qyi&L?LGVG)SHN;Gk/,pkY9,~ Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:KINeWMIpO5ZahWxxItn67g2Jg7c= X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61470 Archived-At: Hi, a known problem with nndraft:drafts is that it sometimes loses its special property and is not in `gnus-draft-mode' anymore. We have added[1] the following work around in the manual in Gnus 5.10: ,----[ (info "(gnus)Drafts") ] | The special properties of the draft group comes from a group | property (*note Group Parameters::), and if lost the group behaves | like any other group. This means the commands below will not be | available. To restore the special properties of the group, the | simplest way is to kill the group, using `C-k', and restart Gnus. | The group is automatically created again with the correct | parameters. The content of the group is not lost. `---- I wonder why we don't enforce `gnus-draft-mode' for nndraft:drafts at startup. Is there any good reason _not_ to install this change? --8<---------------cut here---------------start------------->8--- --- gnus-start.el 13 Nov 2005 23:01:53 -0000 6.87.2.19 +++ gnus-start.el 6 Dec 2005 13:45:07 -0000 @@ -805,8 +805,12 @@ "Make sure the draft group exists." (gnus-request-create-group "drafts" '(nndraft "")) (unless (gnus-gethash "nndraft:drafts" gnus-newsrc-hashtb) + (gnus-message 3 "Subscribing drafts group") (let ((gnus-level-default-subscribed 1)) - (gnus-subscribe-group "nndraft:drafts" nil '(nndraft ""))) + (gnus-subscribe-group "nndraft:drafts" nil '(nndraft "")))) + (unless (equal (gnus-group-get-parameter "nndraft:drafts" 'gnus-dummy t) + '((gnus-draft-mode))) + (gnus-message 3 "Setting up drafts group") (gnus-group-set-parameter "nndraft:drafts" 'gnus-dummy '((gnus-draft-mode))))) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. [1] ,----[ texi/ChangeLog ] | 2003-03-22 Simon Josefsson | | * gnus.texi (Troubleshooting): Fix typo. | (Drafts): Mention how to restore special property, suggested by | Florian Weimer . `---- -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/