info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Follow-up etc in NEW frame


From: Reiner Steib
Subject: Re: Follow-up etc in NEW frame
Date: Mon, 11 Oct 2004 23:53:15 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Mon, Oct 11 2004, Xavier Maillard wrote:

> Any chance we can see what does it look like in action (ie. any
> picture) ?

Both solutions lead to new frames when composing messages, e.g. when
pressing `F', `R' and similar, you get a new frame.  When pressing
`C-c C-c', the frame is closed automatically.

Alas, there are a couple of minor pitfalls (at least with my
special-display configuration):

E.g. when the question "Remove the backup file" from
`message-kill-buffer' (after `C-c C-k') appears, the frame has already
been deleted.

      (kill-buffer (current-buffer));; <==== the frame is deleted here
      (when (and (or (and auto-save-file-name
                          (file-exists-p auto-save-file-name))
                     (and file-name
                          (file-exists-p file-name)))
               (yes-or-no-p (format "Remove the backup file%s? "
                                    (if modified " too" ""))))

Thus the message appears in some other (non-focused) frame.  Maybe
someone has a solution for this problem.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]