emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Open gnus link without popping up a new frame


From: Nuutti Kotivuori
Subject: [Orgmode] Re: Open gnus link without popping up a new frame
Date: Tue, 25 Sep 2007 15:50:51 +0300
User-agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux)

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






reply via email to

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