From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85613 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Strip signature on reply Date: Wed, 28 Jan 2015 16:39:49 +1100 Message-ID: <87386vxy3e.fsf@building.gnus.org> References: <87zji2phm3.fsf@atmarama.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422423651 6131 80.91.229.3 (28 Jan 2015 05:40:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 05:40:51 +0000 (UTC) Cc: ding@gnus.org To: Gour Original-X-From: ding-owner+M33854@lists.math.uh.edu Wed Jan 28 06:40:48 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YGLMs-0000Ag-2o for ding-account@gmane.org; Wed, 28 Jan 2015 06:40:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YGLMk-0000A3-WF; Tue, 27 Jan 2015 23:40:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YGLMj-00009r-RK for ding@lists.math.uh.edu; Tue, 27 Jan 2015 23:40:37 -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.84) (envelope-from ) id 1YGLMi-0005W8-Su for ding@lists.math.uh.edu; Tue, 27 Jan 2015 23:40:37 -0600 Original-Received: from smtp.syd.comcen.com.au ([203.23.236.77]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YGLMg-0003YF-PN for ding@gnus.org; Wed, 28 Jan 2015 06:40:35 +0100 Original-Received: from building.gnus.org ([27.96.197.126]) by smtp.syd.comcen.com.au (8.13.4/8.12.9) with ESMTP id t0S5dsn6030152; Wed, 28 Jan 2015 16:39:54 +1100 (EST) In-Reply-To: <87zji2phm3.fsf@atmarama.net> (gour@atmarama.net's message of "Wed, 28 May 2014 08:00:52 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.102, required 4, AWL 0.00, BAYES_50 0.00, RDNS_NONE 0.10) X-comcen-MailScanner-From: larsi@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85613 Archived-At: Gour writes: > When I compose a new reply I see (in the menu) that the option 'Strip > signature on reply' is checked and could not find which variable is > controlling its behaviour? > > It appears in Post --> Strip signature on reply...Any hint? The variable is `message-cite-function', I think: ["Strip signature on reply" (lambda () (interactive) (if (not (memq message-cite-function '(message-cite-original-without-signature message-cite-original))) ;; Stupid workaround for XEmacs not honoring :visible. (message "Can't toggle this value of `message-cite-function'") (setq message-cite-function (if (eq message-cite-function 'message-cite-original-without-signature) 'message-cite-original 'message-cite-original-without-signature)))) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/