* noob, gnus link opens new frame
@ 2007-08-21 13:38 Gijs Hillenius
2007-08-22 16:14 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: Gijs Hillenius @ 2007-08-21 13:38 UTC (permalink / raw)
To: emacs-orgmode
Hello,
Gijs, Netherlands, new to Org.
I'm seriously trying out org-mode, and am currently using version
4.67c. (I should upgrade)
One initial question:
If I'm working on a "task-page.org" and click on a link to a gnus
email message at one of the todo's, this will open a new
screen/frame/window, start gnus and display the intended email.
But gnus is already active in another buffer ...
Where/Is there a setting that will make it to just go to the gnus
buffer and open the email message there? So not open a new
screen/frame/window?
Thx
Gijs
And, btw, here is an interesting feature / bug that might interest
others:
My default emacs begins like this:
emacs-snapshot-gtk -font "-bitstream-bitstream vera sans mono-medium-r-*-*-*-120-*-*-*-*-*-*"
If click on a gnus email link in any.org page, there will be the new
screen/frame/window, gnus will try to open, but the cpu will start to
race and I never get to see the message. I'm not that patient, so I
killed the emacs processes after a minute or so..
Getting rid of the -ooh-pretty-font also gets rid of the cpu
race... there's a connection...
--
Bart: Dad, we're running out of clean clothes!
Lisa: It seems like I've been wearing this same red dress forever!
-- "Marge in Chains"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: noob, gnus link opens new frame
2007-08-21 13:38 noob, gnus link opens new frame Gijs Hillenius
@ 2007-08-22 16:14 ` Carsten Dominik
2007-08-22 19:15 ` Wayne Rittimann
2007-09-25 8:31 ` Leo
0 siblings, 2 replies; 4+ messages in thread
From: Carsten Dominik @ 2007-08-22 16:14 UTC (permalink / raw)
To: Gijs Hillenius; +Cc: emacs-orgmode
On Aug 21, 2007, at 15:38, Gijs Hillenius wrote:
> Hello,
>
> Gijs, Netherlands, new to Org.
>
>
> I'm seriously trying out org-mode, and am currently using version
> 4.67c. (I should upgrade)
>
> One initial question:
>
> If I'm working on a "task-page.org" and click on a link to a gnus
> email message at one of the todo's, this will open a new
> screen/frame/window, start gnus and display the intended email.
The function that is called when a gnus link is being followed is
defined in the variable org-link-frame-setup. The default is
gnus-other-frame, by I am sure there is another function that
might do what you want. Does any of the GNUS gurus here on the list
know this? Leo, Bastien?
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: noob, gnus link opens new frame
2007-08-22 16:14 ` Carsten Dominik
@ 2007-08-22 19:15 ` Wayne Rittimann
2007-09-25 8:31 ` Leo
1 sibling, 0 replies; 4+ messages in thread
From: Wayne Rittimann @ 2007-08-22 19:15 UTC (permalink / raw)
To: emacs-orgmode
You can just set it to 'gnus'...
so:
(setq org-link-frame-setup
(quote
((vm . vm-visit-folder-other-frame)
(gnus . gnus)
(file . find-file-other-window))))
-Wayne
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: noob, gnus link opens new frame
2007-08-22 16:14 ` Carsten Dominik
2007-08-22 19:15 ` Wayne Rittimann
@ 2007-09-25 8:31 ` Leo
1 sibling, 0 replies; 4+ messages in thread
From: Leo @ 2007-09-25 8:31 UTC (permalink / raw)
To: emacs-orgmode
On 2007-08-22 17:14 +0100, Carsten Dominik wrote:
> On Aug 21, 2007, at 15:38, Gijs Hillenius wrote:
[...]
> The default is gnus-other-frame, by I am sure there is another
> function that might do what you want. Does any of the GNUS gurus here
> on the list know this? Leo, Bastien?
On 2007-08-22 20:15 +0100, Wayne Rittimann wrote:
> You can just set it to 'gnus'...
>
> so:
>
> (setq org-link-frame-setup
> (quote
> ((vm . vm-visit-folder-other-frame)
> (gnus . gnus)
> (file . find-file-other-window))))
[...]
I can't find something already in Gnus that does gnus-other-frame
without a new frame. But it looks easy to write one.
--
.: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :.
Use the most powerful email client -- http://gnus.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-25 8:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 13:38 noob, gnus link opens new frame Gijs Hillenius
2007-08-22 16:14 ` Carsten Dominik
2007-08-22 19:15 ` Wayne Rittimann
2007-09-25 8:31 ` Leo
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.