Gnus development mailing list
 help / color / mirror / Atom feed
* Compose mail in a new frae or new elscreen
@ 2011-07-26 19:54 Sander Boer
  2011-07-26 22:10 ` Compose mail in a new frame " Katsumi Yamaoka
  2011-07-26 22:15 ` Compose mail in a new frae " Štěpán Němec
  0 siblings, 2 replies; 5+ messages in thread
From: Sander Boer @ 2011-07-26 19:54 UTC (permalink / raw)
  To: ding

Hi,

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 ?


thx
-- 
Sander Boer
......................................................................

A tall, dark stranger will have more fun than you.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compose mail in a new frame or new elscreen
  2011-07-26 19:54 Compose mail in a new frae or new elscreen Sander Boer
@ 2011-07-26 22:10 ` Katsumi Yamaoka
  2011-07-27  9:08   ` Sander Boer
  2011-07-26 22:15 ` Compose mail in a new frae " Štěpán Němec
  1 sibling, 1 reply; 5+ messages in thread
From: Katsumi Yamaoka @ 2011-07-26 22:10 UTC (permalink / raw)
  To: ding

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---



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compose mail in a new frae or new elscreen
  2011-07-26 19:54 Compose mail in a new frae or new elscreen Sander Boer
  2011-07-26 22:10 ` Compose mail in a new frame " Katsumi Yamaoka
@ 2011-07-26 22:15 ` Štěpán Němec
  2011-07-27  9:03   ` Sander Boer
  1 sibling, 1 reply; 5+ messages in thread
From: Štěpán Němec @ 2011-07-26 22:15 UTC (permalink / raw)
  To: Sander Boer; +Cc: ding

On Tue, 26 Jul 2011 21:54:58 +0200
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 ?

Did your research include `compose-mail-other-frame', bound to C-x 5 m
by default? If so, how does that fail to satisfy your needs?

-- 
Štěpán



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compose mail in a new frae or new elscreen
  2011-07-26 22:15 ` Compose mail in a new frae " Štěpán Němec
@ 2011-07-27  9:03   ` Sander Boer
  0 siblings, 0 replies; 5+ messages in thread
From: Sander Boer @ 2011-07-27  9:03 UTC (permalink / raw)
  To: ding

>>>>> "ŠN" == Štěpán Němec <stepnem@gmail.com> writes:

    ŠN| Did your research include `compose-mail-other-frame', bound to
    ŠN| C-x 5 m by default? If so, how does that fail to satisfy your
    ŠN| needs?

Actually, that is what started it all, I composed new messages in a new
frame and now I want to Reply or FollowUp in a new frame also.

-- 
Sander Boer
......................................................................

All the troubles you have will pass away very quickly.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compose mail in a new frame or new elscreen
  2011-07-26 22:10 ` Compose mail in a new frame " Katsumi Yamaoka
@ 2011-07-27  9:08   ` Sander Boer
  0 siblings, 0 replies; 5+ messages in thread
From: Sander Boer @ 2011-07-27  9:08 UTC (permalink / raw)
  To: ding

>>>>> "KY" == Katsumi Yamaoka <yamaoka@jpl.org> writes:

    KY| 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 ?

    KY| This will probably be what you look for:
    KY| ftp://ftp.jpl.org/pub/elisp/message-multiple-frames.el.gz

This is exactly what I was looking for !
I am replying in a new frame as we speak.

(supercite still messes with my gnus windows, but that is temporary.)

Thank you.
-- 
Sander Boer
......................................................................

Are you a turtle?




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-27  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-26 19:54 Compose mail in a new frae or new elscreen Sander Boer
2011-07-26 22:10 ` Compose mail in a new frame " Katsumi Yamaoka
2011-07-27  9:08   ` Sander Boer
2011-07-26 22:15 ` Compose mail in a new frae " Štěpán Němec
2011-07-27  9:03   ` Sander Boer

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).