From: Nuutti Kotivuori <naked@iki.fi>
To: emacs-orgmode@gnu.org
Subject: Re: Open gnus link without popping up a new frame
Date: Tue, 25 Sep 2007 15:50:51 +0300 [thread overview]
Message-ID: <87641ysyc4.fsf@aka.i.naked.iki.fi> (raw)
In-Reply-To: m2ejgni38l.fsf_-_@cam.ac.uk
Leo wrote:
> I run Emacs in xterm and popup frames are useless. Thus I would like to
> open a gnus link without a new frame. I have the following config:
Does gnus-other-frame in an xterm actually do something? Is there a
frame it can pop up?
In any case, perhaps this kind of a function would be what you need:
(defun my-gnus
(interactive)
(if (gnus-alive-p)
(switch-to-buffer gnus-group-buffer)
(gnus)))
(Completely untested)
-- Naked
next prev parent reply other threads:[~2007-09-25 12:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-08 19:35 Gnus links very slow to open Leo
2007-09-08 21:26 ` Dan Griswold
2007-09-24 17:59 ` Leo
2007-09-24 23:35 ` Bastien
2007-09-25 7:12 ` Nuutti Kotivuori
2007-09-25 7:46 ` Bastien
2007-09-25 8:00 ` Open gnus link without popping up a new frame (was: Gnus links very slow to open) Leo
2007-09-25 12:50 ` Nuutti Kotivuori [this message]
2007-09-26 13:42 ` Re: Open gnus link without popping up a new frame Jason F. McBrayer
2007-09-26 15:44 ` Leo
2007-09-25 7:55 ` Gnus links very slow to open Leo
2007-09-25 8:10 ` Bastien
2007-09-25 8:35 ` Leo
2007-09-25 8:45 ` Bastien
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=87641ysyc4.fsf@aka.i.naked.iki.fi \
--to=naked@iki.fi \
--cc=emacs-orgmode@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.