From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57680 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus SPAM support, and email based reporting. Date: Mon, 24 May 2004 16:12:19 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <86brkdsym4.fsf@rumba.de.uu.net> References: <87isfy7p6a.fsf@enki.rimspace.net> <1xmm1vhg.fsf@random.localnet.unwireduniverse.com> <4nzn95gwu7.fsf@lifelogs.com> <87lljt2534.fsf@enki.rimspace.net> <4nfz9xbirq.fsf@lifelogs.com> <87d64uaxpg.fsf@enki.rimspace.net> <86u0y63vhe.fsf@rumba.de.uu.net> <87vfillxz4.fsf@enki.rimspace.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085407970 30518 80.91.224.253 (24 May 2004 14:12:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 14:12:50 +0000 (UTC) Original-X-From: ding-owner+M6220@lists.math.uh.edu Mon May 24 16:12:38 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSGBy-0000le-00 for ; Mon, 24 May 2004 16:12:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BSGBn-0008Q9-00; Mon, 24 May 2004 09:12:27 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BSGBj-0008Q4-00 for ding@lists.math.uh.edu; Mon, 24 May 2004 09:12:23 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BSGBi-0007qF-Jq for ding@lists.math.uh.edu; Mon, 24 May 2004 09:12:22 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id DA5C93A0036 for ; Mon, 24 May 2004 09:12:21 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BSGBh-0002M4-00 for ; Mon, 24 May 2004 16:12:21 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 139.4.37.213 Original-X-Trace: quimby.gnus.org 1085407941 9047 139.4.37.213 (24 May 2004 14:12:21 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 24 May 2004 14:12:21 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:UANUAb7esU+MGtxSmM3gxX9yCJE= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57680 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57680 Daniel Pittman writes: > On 24 May 2004, Kai Grossjohann wrote: >> Daniel Pittman writes: >> >>> That seems more user-friendly to me. Alternately, we could actually >>> prompt for the destination and save that with custom, but I don't know >>> how to do that - custom is still a mysterious (and probably explosive) >>> black box to me. :) >> >> C-h f customize-set-variable RET > > So, that is all that is needed to set the value on user input? > > Will custom handle prompting the user about saving the changes and > everything else? If so, that is much less frightening than I expected. > :) I think it doesn't save. For this, customize-save-customized might be useful. But I don't know how to save a single option. Kai