From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79578 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Compose mail in a new frame or new elscreen Date: Wed, 27 Jul 2011 07:10:01 +0900 Organization: Emacsen advocacy group Message-ID: References: <87y5zklsvh.fsf@COLTRANE.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1311718253 31576 80.91.229.12 (26 Jul 2011 22:10:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2011 22:10:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27874@lists.math.uh.edu Wed Jul 27 00:10:42 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qlppq-0003O7-7P for ding-account@gmane.org; Wed, 27 Jul 2011 00:10:42 +0200 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 1QlppY-0002Q4-FS; Tue, 26 Jul 2011 17:10:24 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QlppW-0002Pj-Vp for ding@lists.math.uh.edu; Tue, 26 Jul 2011 17:10:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QlppV-0006xy-F5 for ding@lists.math.uh.edu; Tue, 26 Jul 2011 17:10:22 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QlppT-0005XH-9M for ding@gnus.org; Wed, 27 Jul 2011 00:10:19 +0200 Original-Received: from localhost ([127.0.0.1]:40321) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1QlppL-0002in-Hi for ding@gnus.org; Tue, 26 Jul 2011 17:10:11 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (cygwin) Cancel-Lock: sha1:gZeWe4M6BTlCmSbTcsC7xNqBjO8= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79578 Archived-At: Sander Boer wrote: > I've been researching this topic and coming up empty. > I've looked at the elscreen-wl source and found it's basically a > defadvice injecting the creation of an elscreen before the message > buffer is created and killing it when done. > I have a hunch somthing similar can be done with gnus-setup-message, but > defadvice and defmacro's are a bit out of my reach I'm afraid. > Does anybody have any tips or experience with the subject ? This will probably be what you look for: ftp://ftp.jpl.org/pub/elisp/message-multiple-frames.el.gz --8<---------------cut here---------------start------------->8--- ;;; Commentary: ;; For instance, install this file in the directory somewhere which is ;; listed in `load-path', put the following line in your ~/.gnus.el file: ;; ;;(require 'message-multiple-frames) ;; ;; and you will be able to use multiple message frames. If you use --8<---------------cut here---------------end--------------->8---