From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: trentbuck@gmail.com, 1974@debbugs.gnu.org Resent-From: trentbuck@gmail.com Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 21 Jan 2009 01:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1974 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123250031724130 (code B ref -1); Wed, 21 Jan 2009 01:20:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 21 Jan 2009 01:11:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0L1BrEU024124 for ; Tue, 20 Jan 2009 17:11:54 -0800 Received: from mail.gnu.org ([199.232.76.166]:43640 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LPRbr-0004E0-IC for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:10:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LPRdD-0000S1-HC for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:11:48 -0500 Received: from wa-out-1112.google.com ([209.85.146.178]:22871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPRdD-0000Rt-3G for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:11:47 -0500 Received: by wa-out-1112.google.com with SMTP id j32so1978006waf.26 for ; Tue, 20 Jan 2009 17:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:cc :subject; bh=Z7R32Z+MSV6AzchZxk9/uxU2Pj3Cp6m4SH0+A9j7cwE=; b=ckFP6LAWl/88xlfy1P7lmZ4p1HYqIKZ544//Xc4DrGOA+GMt6/x85FVaHUBcX5aRQZ nAB73R8/dYMdmH6jy7OkAIE+vk1Y0ha4BQaVF1Mz8wFdFS7/KXjfVBiksWOjBp5WM3PS hGsE/sWvbftwa3N+O7D+SnStv8pYu2DiefpNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:cc:subject; b=TFGY05Q2oVFKHJT16AR0y+KDfkc6pYvTCLT3dweSwv80ArKR8byRSc0PXTzlb72FMm cKj7QX1c6pbEep92hoGITgru3TkZm8IjmycmTi4SlRP4EI+jXuY+8v6nNJRXrzyyZHFY 9ZMvBlzC0IAa5EZdm2hucPBTq5K2wCIvNliP0= Received: by 10.114.170.2 with SMTP id s2mr2650106wae.5.1232500305443; Tue, 20 Jan 2009 17:11:45 -0800 (PST) Received: from localhost (nat064.cyber.com.au [203.7.155.64]) by mx.google.com with ESMTPS id t1sm14672564poh.21.2009.01.20.17.11.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Jan 2009 17:11:45 -0800 (PST) Message-ID: <49767651.01f6600a.0e58.1883@mx.google.com> Date: Tue, 20 Jan 2009 17:11:45 -0800 (PST) From: trentbuck@gmail.com To: emacs-pretest-bug@gnu.org CC: rfrancoise@debian.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) When using gnus, I find that it tries to write out my customize preferences whenever I send a message. This is bloody annoying, as .emacs is version-controlled, and I do not *have* any customize-managed preferences. | Wrote /home/twb/News/drafts/drafts/1 | Mark set | Sending... | Wrote /home/twb/.Auto/.emacs.d/custom-sucks.el | Sending news via news.gmane.org using nntp... | Sending...done | Deleting article /home/twb/News/drafts/drafts/1 in drafts... To stop gnus messing with my .emacs, I have the following in .emacs: | (setq custom-file "~/.emacs.d/custom-sucks.el") ; this is never load-file'd ...but it's still annoying from an aesthetic standpoint. The custom-sucks.el file written by gnus is: | (custom-set-variables | ;; custom-set-variables was added by Custom. | ;; If you edit it by hand, you could mess it up, so be careful. | ;; Your init file should contain only one such instance. | ;; If there is more than one, they won't work right. | '(canlock-password "acc239ecbc3348a6f02d22b49ac0743957b28655")) | (custom-set-faces | ;; custom-set-faces was added by Custom. | ;; If you edit it by hand, you could mess it up, so be careful. | ;; Your init file should contain only one such instance. | ;; If there is more than one, they won't work right. | ) In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2009-01-19 on elegiac, modified by Debian (emacs-snapshot package, version 1:20090118-1) configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: rcirc Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t rcirc-track-minor-mode: t savehist-mode: t icomplete-mode: t partial-completion-mode: t show-paren-mode: t delete-selection-mode: t tooltip-mode: t use-hard-newlines: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-c C-c C-h e C-x ESC O B C-x b # e RET C-c C-c W r o t e SPC / h o m e / t w b / N e w s / d r a f t s / d r a f t s / 1 RET M a r k SPC s e t RET S e n d i n g . . . RET W r o t e SPC / h o m e / t w b / . A u t o / . e m a c s . d / c u s t o m - s u c k s . e l ESC < ESC [ 4 ~ ; ESC O B ; ESC O B ESC q ESC O C C-q C-j C-d C-d ESC O A C-c C-c RET . . . w h y SPC d o e s SPC G N U S SPC ESC b ESC l SPC i n s i s t SPC o n SPC w r i t i n g SPC o u t SPC m y SPC c u s t o m i z e SPC ESC b ESC b C-e DEL ESC b ESC b ESC f ESC b ESC f SPC ( e m p t y ) ESC [ 4 ~ p r e f e r e n c e s SPC w h e n e v e r SPC I SPC s e n d SPC a SPC f i l e ? ESC b ESC d m e s a DEL s a g e RET ESC x r e p o r t SPC e m a c s SPC b u g RET Recent messages: Mark set [3 times] Wrote /home/twb/News/drafts/drafts/1 Mark set Sending... Wrote /home/twb/.Auto/.emacs.d/custom-sucks.el Sending news via news.gmane.org using nntp... Sending...done Deleting article /home/twb/News/drafts/drafts/1 in drafts... Type C-c C-c to return text to #emacs@irc.freenode.net, or C-c C-k to cancel Mark set From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: Glenn Morris , 1974@debbugs.gnu.org Resent-From: Glenn Morris Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 21 Jan 2009 02:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1974 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1974-submit@emacsbugs.donarmstrong.com id=B1974.123250530211816 (code B ref 1974); Wed, 21 Jan 2009 02:40:03 +0000 Received: (at 1974) by emacsbugs.donarmstrong.com; 21 Jan 2009 02:35:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.0 required=4.0 tests=GMAIL,HAS_BUG_NUMBER, VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0L2YnCq011781; Tue, 20 Jan 2009 18:34:50 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LPSu7-0007jH-B7; Tue, 20 Jan 2009 21:33:19 -0500 From: Glenn Morris To: trentbuck@gmail.com Cc: 1974@debbugs.gnu.org, rfrancoise@debian.org References: <49767651.01f6600a.0e58.1883@mx.google.com> X-Spook: Craig Livingstone Taiwan bce quarter SSL FTS2000 Ft. X-Ran: KTS+5p(b8?1L2*\V)8_5K/(S'|TG{RW`4=`u:WM%%%]Hp$PVNv X-Hue: white X-Attribution: GM Date: Tue, 20 Jan 2009 21:33:19 -0500 In-Reply-To: <49767651.01f6600a.0e58.1883@mx.google.com> (trentbuck@gmail.com's message of "Tue, 20 Jan 2009 17:11:45 -0800 (PST)") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii reassign 1974 emacs,gnus stop trentbuck@gmail.com wrote: > When using gnus, I find that it tries to write out my customize > preferences whenever I send a message. This is bloody annoying, as > .emacs is version-controlled, and I do not *have* any > customize-managed preferences. Why not just check it in after the first time it happens, then forget about it? It will never happen again. Optionally, first migrate the canlock-password setting to a setq form, and delete the customize section. I don't really see what Gnus could do differently here. > | '(canlock-password "...")) Disable message-insert-canlock if you don't want this (5+ year old?) feature. See (gnus)Canceling News. From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: Reiner Steib , 1974@debbugs.gnu.org Resent-From: Reiner Steib Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , Gnus Resent-Date: Wed, 21 Jan 2009 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1974 X-Emacs-PR-Package: emacs,gnus X-Emacs-PR-Keywords: Received: via spool by 1974-submit@emacsbugs.donarmstrong.com id=B1974.123257486613113 (code B ref 1974); Wed, 21 Jan 2009 22:00:02 +0000 Received: (at 1974) by emacsbugs.donarmstrong.com; 21 Jan 2009 21:54:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.0 required=4.0 tests=GMAIL,HAS_BUG_NUMBER, IMPRONONCABLE_2 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.uni-ulm.de (mail.uni-ulm.de [134.60.1.11]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0LLsLOm013107 for <1974@emacsbugs.donarmstrong.com>; Wed, 21 Jan 2009 13:54:22 -0800 Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n0LLsENf019702; Wed, 21 Jan 2009 22:54:15 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 9D79813579; Wed, 21 Jan 2009 22:54:14 +0100 (CET) From: Reiner Steib To: trentbuck@gmail.com Cc: 1974@debbugs.gnu.org, rfrancoise@debian.org References: <49767651.01f6600a.0e58.1883@mx.google.com> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) Mail-Followup-To: trentbuck@gmail.com, 1974@debbugs.gnu.org, rfrancoise@debian.org X-Face: :6KQZ[nyoS_edmB.%gw-=)BYth^|2+Y+^cu%I$FSx!&>-'om>3H7A|M&n(V7fIo3P.;yo.b yq4$p;ZaBtkv)\}biaiBQe"mD}iib1AA@99-fZ7i*bLhNRVC&0Wkxg9)SH?oWc@{ Cancel-Lock: sha1:vtPFe2GP+qlsY5iB6NhxQZn9i1w= Date: Wed, 21 Jan 2009 22:54:11 +0100 In-Reply-To: <49767651.01f6600a.0e58.1883@mx.google.com> (trentbuck@gmail.com's message of "Tue, 20 Jan 2009 17:11:45 -0800 (PST)") Message-ID: <878wp4gwak.fsf@marauder.physik.uni-ulm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DCC-SIHOPE-DCC-3-Metrics: poseidon 1085; Body=3 Fuz1=3 Fuz2=3 X-Virus-Scanned: by amavisd-new On Wed, Jan 21 2009, trentbuck@gmail.com wrote: > When using gnus, I find that it tries to write out my customize > preferences whenever I send a message. This is bloody annoying, as > .emacs is version-controlled, and I do not *have* any > customize-managed preferences. [...] > | (custom-set-variables [...] > | '(canlock-password "acc239ecbc3348a6f02d22b49ac0743957b28655")) Simply set the cancel lock in your version controlled ~/.emacs or ~/.gnus.el as described in the manual: ,----[ (info "(message)Canceling News") ] | If you want to manage a password yourself, you can put something | like the following in your `~/.gnus.el' file: | | (setq canlock-password "geheimnis" | canlock-password-for-verify canlock-password) `---- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ From rgm@gnu.org Thu Jan 22 12:35:36 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 Jan 2009 20:35:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=MISSING_SUBJECT,NOSUBJECT, VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0MKZYPP030666 for ; Thu, 22 Jan 2009 12:35:35 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LQ6FW-0004Pl-0g; Thu, 22 Jan 2009 15:34:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18808.55353.922409.841296@fencepost.gnu.org> Date: Thu, 22 Jan 2009 15:34:01 -0500 From: Glenn Morris To: control reassign 1952 emacs,w32 merge 1908 1972 severity 1908 wishlist tags 1974 wontfix notabug reassign 1991 spam reassign 1992 spam reassign 1993 emacs,ns reassign 1994 spam From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: Reiner Steib , 1974@debbugs.gnu.org Resent-From: Reiner Steib Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , Gnus Resent-Date: Thu, 22 Jan 2009 22:55:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1974 X-Emacs-PR-Package: emacs,gnus X-Emacs-PR-Keywords: notabug wontfix Received: via spool by 1974-submit@emacsbugs.donarmstrong.com id=B1974.123266459531406 (code B ref 1974); Thu, 22 Jan 2009 22:55:04 +0000 Received: (at 1974) by emacsbugs.donarmstrong.com; 22 Jan 2009 22:49:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.uni-ulm.de (mail.uni-ulm.de [134.60.1.11]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0MMnoGT031400 for <1974@emacsbugs.donarmstrong.com>; Thu, 22 Jan 2009 14:49:52 -0800 Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n0MMnjX7027854; Thu, 22 Jan 2009 23:49:46 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 3F11013586; Thu, 22 Jan 2009 23:49:45 +0100 (CET) From: Reiner Steib To: Glenn Morris Cc: 1974@debbugs.gnu.org, trentbuck@gmail.com, rfrancoise@debian.org References: <49767651.01f6600a.0e58.1883@mx.google.com> X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l;3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2;n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*3 (Glenn Morris's message of "Tue, 20 Jan 2009 21:33:19 -0500") Message-ID: <8763k7dkhl.fsf@marauder.physik.uni-ulm.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DCC-Misty-Metrics: poseidon 1170; Body=4 Fuz1=4 Fuz2=4 X-Virus-Scanned: by amavisd-new On Wed, Jan 21 2009, Glenn Morris wrote: > I don't really see what Gnus could do differently here. Agreed. On Wed, Jan 22 2009, Glenn Morris wrote: | tags 1974 wontfix notabug Is wontfix, notabug sufficient or do we need to mark it as done as well? Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: "Trent W. Buck" , 1974@debbugs.gnu.org Resent-From: "Trent W. Buck" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , Gnus Resent-Date: Wed, 01 Apr 2009 07:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1974 X-Emacs-PR-Package: emacs,gnus X-Emacs-PR-Keywords: notabug wontfix Received: via spool by 1974-submit@emacsbugs.donarmstrong.com id=B1974.12385705011101 (code B ref 1974); Wed, 01 Apr 2009 07:30:02 +0000 Received: (at 1974) by emacsbugs.donarmstrong.com; 1 Apr 2009 07:21:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n317Lc2S001095 for <1974@emacsbugs.donarmstrong.com>; Wed, 1 Apr 2009 00:21:39 -0700 Received: by ti-out-0910.google.com with SMTP id u3so2373588tia.1 for <1974@emacsbugs.donarmstrong.com>; Wed, 01 Apr 2009 00:21:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=on47YkJvyfjDQ/6jJreYiS3D+Hb0mQQGlST6OT+qno0=; b=VmOxHAxWOtPpC8WE/N6Rva2YB3JTMztspNJz92OB8fQ0eYB/WUl3qZTS8rlN1m7WyA fhv3R7jm1qsoQq5CcvTf9GBL2qnREg/zqXek5bS+UDJc0Ppi8cv+7k4YbAB2PZh13Sjm WyyC8d2GcKRspVKBb0pN6tqvdJl3SmSKRjnaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=n4eyWN8swfH+aVX9b3244Z5cG3VfxBDxDPeFXNYRjF4IeYtrelISKNBzRQEH62orBf IwFn4aU+foL2/DDfoLstlJjHM9vAcHeW+GtPAPf7EnrNdsMABjPPUrifHqMAhvmdWKjF NzyP+fF+1Zp/qCzWK7zutxxNX+GGCEvRIDeAU= Received: by 10.110.16.15 with SMTP id 15mr10909832tip.53.1238570497575; Wed, 01 Apr 2009 00:21:37 -0700 (PDT) Received: from localhost (CPE-124-190-40-197.vic.bigpond.net.au [124.190.40.197]) by mx.google.com with ESMTPS id a4sm56269tib.31.2009.04.01.00.21.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Apr 2009 00:21:36 -0700 (PDT) Date: Wed, 1 Apr 2009 18:25:03 +1100 From: "Trent W. Buck" To: Glenn Morris , 1974@debbugs.gnu.org Cc: rfrancoise@debian.org Message-ID: <20090401072503.GA2651@Clio.twb.ath.cx> References: <49767651.01f6600a.0e58.1883@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) On Tue, Jan 20, 2009 at 09:33:19PM -0500, Glenn Morris wrote: >> When using gnus, I find that it tries to write out my customize >> preferences whenever I send a message. This is bloody annoying, as >> .emacs is version-controlled, and I do not *have* any >> customize-managed preferences. > > Disable message-insert-canlock if you don't want this feature. Sorry for the huge delay in responding. This approach worked fine. From unknown Sat Aug 16 23:45:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1974: 23.0.60; gnus writes customize file Reply-To: "Trent W. Buck" , 1974@debbugs.gnu.org Resent-From: "Trent W. Buck" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs , Gnus Resent-Date: Wed, 01 Apr 2009 07:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1974 X-Emacs-PR-Package: emacs,gnus X-Emacs-PR-Keywords: notabug wontfix Received: via spool by 1974-submit@emacsbugs.donarmstrong.com id=B1974.12385706491128 (code B ref 1974); Wed, 01 Apr 2009 07:30:05 +0000 Received: (at 1974) by emacsbugs.donarmstrong.com; 1 Apr 2009 07:24:09 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n317O1hw001122 for <1974@emacsbugs.donarmstrong.com>; Wed, 1 Apr 2009 00:24:03 -0700 Received: by ti-out-0910.google.com with SMTP id u3so2374555tia.1 for <1974@emacsbugs.donarmstrong.com>; Wed, 01 Apr 2009 00:24:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=WqDhxZlAtPUImes9kDu74bI4yEfdhVPz2ScIERXbkEg=; b=dNMjmtTBaW97qeNzZwYbWAMxQtOy1laOTGgdEcJU47LkZtLaZraZ0/veJtoOxApUn/ v7Cz3J/je3V9eKbypgr/Jnnbyc+IAMF24z85ZvPXCSwOET1dGWXzi940ESRhmLBQxVFz Ygk/CEZDNhe7j7iyAZ7hwTTua7y40QRVMv5jY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ZK9t62fUe4yh4sNWOKlTkRCitgbw6YDkW36UJA4hA7LExD9Veqa+/3fxKMMGEe+B+O S8j79WV7LSTS5ano4+UPWVwVcsZgwz3PfLFaryTydoT0LY9kbmPRa1VsBILjaH7jBwl6 xZt6+gV8rYdG5ZWGiw7N2tHdjTGYGwrscRIq8= Received: by 10.110.40.8 with SMTP id n8mr10900823tin.41.1238570640501; Wed, 01 Apr 2009 00:24:00 -0700 (PDT) Received: from localhost (CPE-124-190-40-197.vic.bigpond.net.au [124.190.40.197]) by mx.google.com with ESMTPS id y3sm93615tia.23.2009.04.01.00.23.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Apr 2009 00:23:59 -0700 (PDT) Date: Wed, 1 Apr 2009 18:27:26 +1100 From: "Trent W. Buck" To: Reiner Steib , 1974@debbugs.gnu.org Cc: Glenn Morris , rfrancoise@debian.org Message-ID: <20090401072725.GB2651@Clio.twb.ath.cx> References: <49767651.01f6600a.0e58.1883@mx.google.com> <8763k7dkhl.fsf@marauder.physik.uni-ulm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8763k7dkhl.fsf@marauder.physik.uni-ulm.de> User-Agent: Mutt/1.5.18 (2008-05-17) On Thu, Jan 22, 2009 at 11:49:42PM +0100, Reiner Steib wrote: >> tags 1974 wontfix notabug > Is wontfix, notabug sufficient or do we need to mark it as done as well? In Debian, at least, the convention seems to be to leave wontfix tickets open, so that they are visible to other bug reporters. Closed bugs get archived after a time, so they wouldn't be listed in reportbug / querybts. From unknown Sat Aug 16 23:45:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: trentbuck@gmail.com Subject: bug#1974: closed (Re: bug#1974: 23.0.60; gnus writes customize file) Message-ID: References: <87pqrmvh2x.fsf@gnus.org> <49767651.01f6600a.0e58.1883@mx.google.com> X-Gnu-PR-Message: they-closed 1974 X-Gnu-PR-Package: emacs,gnus X-Gnu-PR-Keywords: notabug wontfix Reply-To: 1974@debbugs.gnu.org Date: Mon, 24 Jan 2011 08:24:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1295857441-1905-1" This is a multi-part message in MIME format... ------------=_1295857441-1905-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #1974: 23.0.60; gnus writes customize file which was filed against the emacs,gnus package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 1974@debbugs.gnu.org. --=20 1974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1974 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1295857441-1905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1974-close) by debbugs.gnu.org; 24 Jan 2011 08:23:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PhHhq-0000Tv-If for submit@debbugs.gnu.org; Mon, 24 Jan 2011 03:23:22 -0500 Received: from baybryj.net ([198.144.208.130] helo=vaio) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PhHho-0000Ti-K6 for 1974-close@debbugs.gnu.org; Mon, 24 Jan 2011 03:23:21 -0500 Received: from larsi by vaio with local (Exim 4.69) (envelope-from ) id 1PhHpK-0006Na-9G for 1974-close@debbugs.gnu.org; Mon, 24 Jan 2011 00:31:06 -0800 From: Lars Ingebrigtsen To: 1974-close@debbugs.gnu.org Subject: Re: bug#1974: 23.0.60; gnus writes customize file In-Reply-To: <8763k7dkhl.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Thu, 22 Jan 2009 23:49:42 +0100") Date: Mon, 24 Jan 2011 00:31:02 -0800 Message-ID: <87pqrmvh2x.fsf@gnus.org> References: <49767651.01f6600a.0e58.1883@mx.google.com> <8763k7dkhl.fsf@marauder.physik.uni-ulm.de> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 1974-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Closing this non-bug. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen ------------=_1295857441-1905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 21 Jan 2009 01:11:57 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: * X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=1.1 required=4.0 tests=FOURLA,IMPRONONCABLE_2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0L1BrEU024124 for ; Tue, 20 Jan 2009 17:11:54 -0800 Received: from mail.gnu.org ([199.232.76.166]:43640 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LPRbr-0004E0-IC for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:10:23 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LPRdD-0000S1-HC for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:11:48 -0500 Received: from wa-out-1112.google.com ([209.85.146.178]:22871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPRdD-0000Rt-3G for emacs-pretest-bug@gnu.org; Tue, 20 Jan 2009 20:11:47 -0500 Received: by wa-out-1112.google.com with SMTP id j32so1978006waf.26 for ; Tue, 20 Jan 2009 17:11:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:cc :subject; bh=Z7R32Z+MSV6AzchZxk9/uxU2Pj3Cp6m4SH0+A9j7cwE=; b=ckFP6LAWl/88xlfy1P7lmZ4p1HYqIKZ544//Xc4DrGOA+GMt6/x85FVaHUBcX5aRQZ nAB73R8/dYMdmH6jy7OkAIE+vk1Y0ha4BQaVF1Mz8wFdFS7/KXjfVBiksWOjBp5WM3PS hGsE/sWvbftwa3N+O7D+SnStv8pYu2DiefpNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:cc:subject; b=TFGY05Q2oVFKHJT16AR0y+KDfkc6pYvTCLT3dweSwv80ArKR8byRSc0PXTzlb72FMm cKj7QX1c6pbEep92hoGITgru3TkZm8IjmycmTi4SlRP4EI+jXuY+8v6nNJRXrzyyZHFY 9ZMvBlzC0IAa5EZdm2hucPBTq5K2wCIvNliP0= Received: by 10.114.170.2 with SMTP id s2mr2650106wae.5.1232500305443; Tue, 20 Jan 2009 17:11:45 -0800 (PST) Received: from localhost (nat064.cyber.com.au [203.7.155.64]) by mx.google.com with ESMTPS id t1sm14672564poh.21.2009.01.20.17.11.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Jan 2009 17:11:45 -0800 (PST) Message-ID: <49767651.01f6600a.0e58.1883@mx.google.com> Date: Tue, 20 Jan 2009 17:11:45 -0800 (PST) From: trentbuck@gmail.com To: emacs-pretest-bug@gnu.org CC: rfrancoise@debian.org Subject: 23.0.60; gnus writes customize file X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) When using gnus, I find that it tries to write out my customize preferences whenever I send a message. This is bloody annoying, as .emacs is version-controlled, and I do not *have* any customize-managed preferences. | Wrote /home/twb/News/drafts/drafts/1 | Mark set | Sending... | Wrote /home/twb/.Auto/.emacs.d/custom-sucks.el | Sending news via news.gmane.org using nntp... | Sending...done | Deleting article /home/twb/News/drafts/drafts/1 in drafts... To stop gnus messing with my .emacs, I have the following in .emacs: | (setq custom-file "~/.emacs.d/custom-sucks.el") ; this is never load-file'd ...but it's still annoying from an aesthetic standpoint. The custom-sucks.el file written by gnus is: | (custom-set-variables | ;; custom-set-variables was added by Custom. | ;; If you edit it by hand, you could mess it up, so be careful. | ;; Your init file should contain only one such instance. | ;; If there is more than one, they won't work right. | '(canlock-password "acc239ecbc3348a6f02d22b49ac0743957b28655")) | (custom-set-faces | ;; custom-set-faces was added by Custom. | ;; If you edit it by hand, you could mess it up, so be careful. | ;; Your init file should contain only one such instance. | ;; If there is more than one, they won't work right. | ) In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2009-01-19 on elegiac, modified by Debian (emacs-snapshot package, version 1:20090118-1) configured using `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: rcirc Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t rcirc-track-minor-mode: t savehist-mode: t icomplete-mode: t partial-completion-mode: t show-paren-mode: t delete-selection-mode: t tooltip-mode: t use-hard-newlines: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-c C-c C-h e C-x ESC O B C-x b # e RET C-c C-c W r o t e SPC / h o m e / t w b / N e w s / d r a f t s / d r a f t s / 1 RET M a r k SPC s e t RET S e n d i n g . . . RET W r o t e SPC / h o m e / t w b / . A u t o / . e m a c s . d / c u s t o m - s u c k s . e l ESC < ESC [ 4 ~ ; ESC O B ; ESC O B ESC q ESC O C C-q C-j C-d C-d ESC O A C-c C-c RET . . . w h y SPC d o e s SPC G N U S SPC ESC b ESC l SPC i n s i s t SPC o n SPC w r i t i n g SPC o u t SPC m y SPC c u s t o m i z e SPC ESC b ESC b C-e DEL ESC b ESC b ESC f ESC b ESC f SPC ( e m p t y ) ESC [ 4 ~ p r e f e r e n c e s SPC w h e n e v e r SPC I SPC s e n d SPC a SPC f i l e ? ESC b ESC d m e s a DEL s a g e RET ESC x r e p o r t SPC e m a c s SPC b u g RET Recent messages: Mark set [3 times] Wrote /home/twb/News/drafts/drafts/1 Mark set Sending... Wrote /home/twb/.Auto/.emacs.d/custom-sucks.el Sending news via news.gmane.org using nntp... Sending...done Deleting article /home/twb/News/drafts/drafts/1 in drafts... Type C-c C-c to return text to #emacs@irc.freenode.net, or C-c C-k to cancel Mark set ------------=_1295857441-1905-1--