From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4879 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: sgnus and Gcc Date: 24 Jan 1996 14:46:35 +0100 Organization: Universitaet Dortmund, CS Dept, Chair 6 Sender: grossjoh@dusty.informatik.uni-dortmund.de Message-ID: Reply-To: Kai Grossjohann NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035145564 31165 80.91.224.250 (20 Oct 2002 20:26:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:26:04 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id HAA04574 for ; Wed, 24 Jan 1996 07:09:56 -0800 Original-Received: from waldorf.informatik.uni-dortmund.de (waldorf.informatik.uni-dortmund.de [129.217.4.42]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 24 Jan 1996 14:46:47 +0100 Original-Received: from dusty.informatik.uni-dortmund.de by waldorf.informatik.uni-dortmund.de with SMTP (Sendmail 8.6.11/UniDo 2.0.44) id OAA12250; Wed, 24 Jan 1996 14:46:42 +0100 Original-Received: by dusty.informatik.uni-dortmund.de id AA23603; Wed, 24 Jan 96 14:46:41 +0100 Original-To: ding@ifi.uio.no Original-Lines: 23 Xref: main.gmane.org gmane.emacs.gnus.general:4879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4879 I use sgnus-0.30 and mime.el to compose mail. I have mime-mode-exit-maybe in my mail-send-hook which is defun'ed as follows: ,----- | (defun mime-mode-exit-maybe () | (or (not mime-mode-flag) | (progn (message "Creating MIME message...") | (mime-mode-exit) | (message "Creating MIME message...done.")))) `----- This gets called *after* Gcc processing but I would like to call this *before* Gcc processing, for fairly obvious reasons I think. WIBNI there was a new hook called before Gcc processing, or if the Gcc processing was done after running mail-send-hook? tia, kai -- Life is hard and then you die.