From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5877 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: .signature vs message.el Date: 09 Apr 1996 00:12:52 -0600 Sender: mdb@cdc.noaa.gov Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146417 1672 80.91.224.250 (20 Oct 2002 20:40:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:40:17 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id XAA12046 for ; Mon, 8 Apr 1996 23:37:54 -0700 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 9 Apr 1996 08:13:43 +0200 Original-Received: from roberts by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id AAA10191; Tue, 9 Apr 1996 00:13:40 -0600 Original-Received: by roberts (SMI-8.6) id AAA22717; Tue, 9 Apr 1996 00:12:52 -0600 Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 29 Mar 1996 05:41:52 +0000 Original-Lines: 23 X-Mailer: September Gnus v0.68/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:5877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5877 >> On 29 Mar 1996 05:41:52 +0000, >> Lars Magne Ingebrigtsen(lars) wrote: lars> Jack Vinson writes: >> The problem is that Lars has changed message-setup to call >> message-insert-signature, rather than writing similar code twice. >> lars> I've now made `C-c C-w' "force" a mail signature when called lars> interactively. That is, if `mail-signature' is nil, then lars> `mail-signature-file' will be inserted when you do `C-c C-w'. I'm still having some difficulty getting the effect I want since the great message.el switch. Before the switch, I had a cheesy function defined on `\C-c\C-w' in mail-mode-map that would insert the contents of "~/.sig" normally, but if given a prefix argument, would insert the contents of "~/.signature" instead. What is the cleanest way to get this behavior back? Thanks, -mb-