Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: multiple message frames
Date: Thu, 12 Sep 2002 10:51:05 +0900	[thread overview]
Message-ID: <yotlit1ct1px.fsf@jpl.org> (raw)
In-Reply-To: <v9elc0ejfz.fsf@marauder.physik.uni-ulm.de>

Hi,

>>>>> In <v9elc0ejfz.fsf@marauder.physik.uni-ulm.de>
>>>>>	Reiner Steib <4uce.02.r.steib@gmx.net> wrote:

>>> This is my gnus-buffer-configuration...

> Thanks again for this. I've been using it since you posted it and I
> like it very much.

That is also my favorite. :)

> There's only one minor disturbance: I often put messages in the
> drafts group and send them later (without further editing) with `D
> s' (`gnus-draft-send-message'). With your configuration, Emacs opens
> a new frame, sends the message and closes the frame again. Is it
> possible to avoid the new frame, when sending messages with
> `gnus-draft-send-message'?

Oh, I see it.  I don't use gnus-draft normally, though.
The following hook may help you.  How about it?

(add-hook
 'gnus-message-setup-hook
 (lambda nil
   (if (memq this-command '(gnus-draft-send-message
			    gnus-draft-send-all-messages))
       (let ((config (copy-sequence gnus-buffer-configuration)))
	 (set (make-local-variable 'gnus-buffer-configuration)
	      (cons '(forward (vertical 1.0 (message 1.0 point)))
		    (delq (assq 'forward config) config)))
	 (set (make-local-variable 'gnus-configure-windows-hook)
	      nil)))))
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-09-12  1:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-02 10:15 Katsumi Yamaoka
2002-08-05  6:41 ` Jinhyok Heo
2002-08-07 20:33 ` Reiner Steib
2002-08-12  4:14   ` Katsumi Yamaoka
2002-08-12 10:38     ` Reiner Steib
2002-08-19 10:37       ` Katsumi Yamaoka
2002-08-21 12:51         ` frames more (Re: multiple message frames) Katsumi Yamaoka
2002-08-23  6:25           ` Jinhyok Heo
2002-08-23  7:46             ` Katsumi Yamaoka
2002-08-23 10:02               ` Katsumi Yamaoka
2002-08-23 10:59                 ` Jinhyok Heo
2002-08-23 11:10                   ` Katsumi Yamaoka
2002-08-26 13:03                     ` Katsumi Yamaoka
2002-09-11 13:37         ` multiple message frames Reiner Steib
2002-09-12  1:51           ` Katsumi Yamaoka [this message]
2003-09-11  7:06       ` Katsumi Yamaoka
2003-09-11 10:46         ` Andreas Fuchs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yotlit1ct1px.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).