From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: C-c C-o on link to [gnus:gmane.comp.compilers.free-pascal.general#****** open a new Emacs frame (window) Date: Mon, 07 Jul 2008 18:38:54 +0200 Message-ID: References: <87fxqm7sef.fsf@debian-asztal.csanyi-pal.info> <165EB31A-AFBF-4644-A356-5AA39E91F490@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFtjx-0001tT-FA for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:39:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFtjw-0001t2-U6 for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:39:01 -0400 Received: from [199.232.76.173] (port=33826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFtjw-0001st-PQ for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:39:00 -0400 Received: from qb-out-1314.google.com ([72.14.204.169]:32233) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFtjw-0004h0-El for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:39:00 -0400 Received: by qb-out-1314.google.com with SMTP id c5so29222qbc.2 for ; Mon, 07 Jul 2008 09:38:58 -0700 (PDT) In-Reply-To: <165EB31A-AFBF-4644-A356-5AA39E91F490@uva.nl> (Carsten Dominik's message of "Mon, 7 Jul 2008 08:48:30 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: =?utf-8?B?Q3PDg8KhbnlpIFDDg8KhbA==?= , emacs-orgmode@gnu.org Carsten Dominik writes: > On Jul 6, 2008, at 11:56 AM, Cs=C3=83=C2=A1nyi P=C3=83=C2=A1l wrote: > >> Hello! >> >> I have a link that are pointed to a gnus: article. >> >> When I do C-c C-o to open that link, a new Emacs session in a new >> Frame being opened, but I have already opened a Gnus session in >> Emacs. >> >> Can I, and if can, how to setup so, so this link shall to be opened in >> the same Emacs frame but in another buffer? >> >> Any advices will be appreciated! > > Take a look at the variable org-link-frame-setup and substitute the > value > gnus-other-frame with a function that does what you want. I don't know > which function that would be, but probably there is one that does what > you want. "Gnus" does the job.