Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: frames more (Re: multiple message frames)
Date: Wed, 21 Aug 2002 21:51:07 +0900	[thread overview]
Message-ID: <yotlr8gsl6ir.fsf_-_@jpl.org> (raw)
In-Reply-To: <yotlvg67dtil.fsf@jpl.org>

Hi,

I've improved the command `gnus-other-frame' in CVS.
It searches for the existing Gnus frame, it doesn't read new
news if Gnus is already alive, it deletes the frame on exit.
This can be a toolbar item, the following code will work for
both FSF Emacs 21 and XEmacs.

(cond ((featurep 'xemacs)
       (setq toolbar-news-reader 'gnus)
       (setcdr (assq 'gnus toolbar-news-commands-alist) 'gnus-other-frame)
       (setq gnus-other-frame-parameters '(width 80 height 48)))
      ((fboundp 'tool-bar-add-item) ;; Emacs 21.
       (tool-bar-add-item "gnus-pointer" 'gnus-other-frame 'Gnus)
       (setq gnus-other-frame-parameters '((width . 80) (height . 48)))))

If you have any trouble with this change, please let me know.
I will fix the problems as soon as possible.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-08-21 12:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-02 10:15 multiple message frames 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         ` Katsumi Yamaoka [this message]
2002-08-23  6:25           ` frames more (Re: multiple message frames) 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
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=yotlr8gsl6ir.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).