From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: C-c C-o on link to [gnus:gmane.comp.compilers.free-pascal.general#****** open a new Emacs frame (window) Date: Mon, 7 Jul 2008 08:48:30 -0700 Message-ID: <165EB31A-AFBF-4644-A356-5AA39E91F490@uva.nl> References: <87fxqm7sef.fsf@debian-asztal.csanyi-pal.info> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFtVs-0002mR-0H for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:24:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFtVq-0002kz-9n for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:24:26 -0400 Received: from [199.232.76.173] (port=54824 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFtVq-0002kc-0B for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:24:26 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:57759) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFtVp-0000wS-IT for emacs-orgmode@gnu.org; Mon, 07 Jul 2008 12:24:25 -0400 In-Reply-To: <87fxqm7sef.fsf@debian-asztal.csanyi-pal.info> 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: =?ISO-8859-1?Q?Cs=C3=A1nyi_P=C3=A1l?= Cc: emacs-orgmode@gnu.org On Jul 6, 2008, at 11:56 AM, Cs=C3=A1nyi P=C3=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 =20 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. - Carsten=