From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76550 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: open link in article buffer Date: Thu, 10 Feb 2011 16:03:23 +0100 Message-ID: <87vd0sszic.fsf@member.fsf.org> References: <87hbcdf4t3.fsf@member.fsf.org> <87mxm4xcv8.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297350269 20983 80.91.229.12 (10 Feb 2011 15:04:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Feb 2011 15:04:29 +0000 (UTC) Cc: ding@gnus.org To: yagnesh raghava yakkala Original-X-From: ding-owner+M24897@lists.math.uh.edu Thu Feb 10 16:04:24 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PnY4G-00060f-F7 for ding-account@gmane.org; Thu, 10 Feb 2011 16:04:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PnY3O-0001VH-Uj; Thu, 10 Feb 2011 09:03:30 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PnY3L-0001Ux-V8 for ding@lists.math.uh.edu; Thu, 10 Feb 2011 09:03:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PnY3K-0003Vp-G2 for ding@lists.math.uh.edu; Thu, 10 Feb 2011 09:03:27 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PnY3J-0004M4-48 for ding@gnus.org; Thu, 10 Feb 2011 16:03:25 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id BE64B7814E3B; Thu, 10 Feb 2011 16:03:24 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00939-05; Thu, 10 Feb 2011 16:03:24 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id F04D37814E34; Thu, 10 Feb 2011 16:03:23 +0100 (CET) In-Reply-To: <87mxm4xcv8.fsf@gmail.com> (yagnesh raghava yakkala's message of "Thu, 10 Feb 2011 22:01:15 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76550 Archived-At: yagnesh raghava yakkala writes: Hi! > I am new to gnus. I have problem with the above mention way of follow > the link in article buffer. After I press RET , my gnus waits for > browser to quit. until unless I close the browser(my default browser > is firefox) I cant access gnus/emacs. Is this something relate to my > emacs config.? That sounds like the browser process is started synchonously, which is not really what one would expect. What's the value of your `browse-url-browser-function'? I guess, it's `browse-url-firefox', right? If so, does (browse-url-firefox "http://www.google.com") ;; C-x C-e here also block emacs until you close firefox? Bye, Tassilo -- Sent from my Emacs