From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87893 Path: news.gmane.org!.POSTED!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: gnus-group-customize seems to fail Date: Thu, 08 Mar 2018 09:47:27 +0100 Message-ID: <87efkvuf6o.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: blaine.gmane.org 1520499004 20003 195.159.176.226 (8 Mar 2018 08:50:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2018 08:50:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36107@lists.math.uh.edu Thu Mar 08 09:50:00 2018 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1etrFI-0003WY-2u for ding-account@gmane.org; Thu, 08 Mar 2018 09:49:52 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id f483c2c8-22ad-11e8-82b2-b499baa2b07a; Thu, 08 Mar 2018 08:51:57 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.90_1) (envelope-from ) id 1etrDx-0001fk-Jq; Thu, 08 Mar 2018 02:48:29 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1etrDt-0001eu-5q for ding@lists.math.uh.edu; Thu, 08 Mar 2018 02:48:25 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.90_1) (envelope-from ) id 1etrDq-00086g-J8 for ding@lists.math.uh.edu; Thu, 08 Mar 2018 02:48:25 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1etrDd-0006hs-L8 for ding@gnus.org; Thu, 08 Mar 2018 09:48:14 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1etrB7-0004PK-BH for ding@gnus.org; Thu, 08 Mar 2018 09:45:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:Moh42VEbWzG2Yj+tkcur7ubf+Yw= X-Spam-Score: 1.8 (+) X-Spam-Report: SpamAssassin (3.4.1 2015-04-28) analysis follows Bayesian score: 0.4628 Ham tokens: 0.000-158--5840h-0s--0d--H*M:fsf, 0.000-152--5619h-0s--0d--H*MI:fsf, 0.000-11--371h-0s--0d--H*UA:Emacs, 0.000-10--367h-0s--0d--H*u:Emacs, 0.000-9--304h-0s--0d--H*UA:linux Spam tokens: 0.997-17313--332h-14370s--0d--Hx-spam-relays-internal:sk:junkmas, 0.997-17313--332h-14370s--0d--HX-Envelope-From:sk:junkmas, 0.997-17313--332h-14370s--0d--H*RT:sk:junkmas, 0.997-29860--575h-24786s--0d--H*r:quimby.gnus.org, 0.995-30798--958h-25862s--0d--HTo:D*gnus.org Autolearn status: no autolearn_force=no 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4628] 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87893 Hi my normal setting for replying mail is as follows: '(sc-citation-leader " ") '(sc-reference-tag-string ">>> ") '(message-yank-cited-prefix " > ") '(message-yank-prefix " > ") now in a specific group I want to delete the empty space before ">" So I run gnus-group-customize and set Variables: Set variables local to the group you are entering. More INS DEL Variable: sc-citation-leader Value: "" INS DEL Variable: message-yank-prefix Value: ">" INS DEL Variable: message-yank-cited-prefix Value: ">" INS But now effect! The original setting was not overwritten. What do I miss? Regards Uwe Brauer