From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87894 Path: news.gmane.org!.POSTED!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-group-customize seems to fail Date: Fri, 09 Mar 2018 00:19:42 +0000 Organization: http://www.tim-landscheidt.de/ Message-ID: <87tvtqcd7l.fsf@passepartout.tim-landscheidt.de> References: <87efkvuf6o.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1520554849 11666 195.159.176.226 (9 Mar 2018 00:20:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2018 00:20:49 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m36108@lists.math.uh.edu Fri Mar 09 01:20:45 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 1eu5m8-0002xb-VM for ding-account@gmane.org; Fri, 09 Mar 2018 01:20:45 +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 ff7ee7f5-232f-11e8-82b2-b499baa2b07a; Fri, 09 Mar 2018 00:22:49 +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 1eu5lP-0000dM-0Q; Thu, 08 Mar 2018 18:19:59 -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 1eu5lL-0000cc-7h for ding@lists.math.uh.edu; Thu, 08 Mar 2018 18:19:55 -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 1eu5lI-0007RW-Gu for ding@lists.math.uh.edu; Thu, 08 Mar 2018 18:19:55 -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 1eu5lH-0007vc-7Y for ding@gnus.org; Fri, 09 Mar 2018 01:19:51 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eu5jB-00080i-P2 for ding@gnus.org; Fri, 09 Mar 2018 01:17:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:N83mwWesB9xRIwOM9N3mrCLowB4= X-Spam-Score: 1.0 (+) X-Spam-Report: SpamAssassin (3.4.1 2015-04-28) analysis follows Bayesian score: 0.3583 Ham tokens: 0.000-158--5845h-0s--0d--H*M:fsf, 0.000-11--374h-0s--0d--H*UA:Emacs, 0.000-10--370h-0s--0d--H*u:Emacs, 0.000-9--306h-0s--0d--H*u:linux, 0.000-9--306h-0s--0d--H*u:gnu Spam tokens: 0.997-17331--333h-14378s--0d--Hx-spam-relays-internal:sk:junkmas, 0.997-17331--333h-14378s--0d--HX-Envelope-From:sk:junkmas, 0.997-17331--333h-14378s--0d--H*RT:sk:junkmas, 0.997-29884--575h-24793s--0d--H*r:quimby.gnus.org, 0.995-30821--959h-25869s--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.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% [score: 0.3583] 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:87894 Archived-At: Uwe Brauer wrote: > 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? I believe you ran into https://debbugs.gnu.org/26105 ("Group parameters can't set non-list values"). I don't see an easy way to work around that for your use case. Tim