From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Behavior of Gnus when called from an hyperlink Date: Mon, 28 Jun 2010 12:19:53 +0200 Message-ID: <8763138nna.fsf@thinkpad.tsdh.de> References: <87r5jrcx9g.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=38983 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTBRe-0002Mq-AY for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 06:20:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTBRc-00005c-6I for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 06:20:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:42097) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTBRb-00005P-Vt for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 06:20:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OTBRa-00035C-31 for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 12:20:02 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 12:20:02 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Jun 2010 12:20:02 +0200 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: emacs-orgmode@gnu.org Sébastien Vauban writes: Hi Sébastien, > - a new frame is opened > > Besides that I more or less hate frames, it becomes annoying when > used in my StumpWM config: I now have *two* Emacs full screen, and I > loose my "single window of control" view. That's because the default value of org-link-frame-setup prefers a new frame. Dunno if that's a good default. It's more Macish than Emacsish... So I use that config: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file . find-file-other-window))) > - a new buffer is opened (group where the mail belongs to), but it > takes ages (in minutes) for the mail to be found and opened -- when it > is. Hm, what backend do you use? I've just tried it with a nntp group and linked a very old message. When I follow that link, I'm at the right article in less than a second. Do you deactivate some of Gnus caches or NOV files? That could slow down mail access quite a bit. Bye, Tassilo