From mboxrd@z Thu Jan 1 00:00:00 1970 From: 42 147 Subject: problem opening web links Date: Wed, 27 Mar 2013 14:09:07 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKumw-0000Uj-4x for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:09:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKums-0007yV-SQ for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:09:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:44468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKums-0007yG-LZ for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 14:09:26 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UKunA-0002Ag-Eo for emacs-orgmode@gnu.org; Wed, 27 Mar 2013 19:09:44 +0100 Received: from c-68-50-177-113.hsd1.md.comcast.net ([68.50.177.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Mar 2013 19:09:44 +0100 Received: from aeuster by c-68-50-177-113.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Mar 2013 19:09:44 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Mailing list, I get the following error whenever I call the function org-open-at-point on a web link while Firefox is already running: "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." These links apparently require their own instance of Firefox. If I open Firefox with one of the links, then the others will open in that instance. But if I open Firefox for some other business first, I receive the above error message. Any help is appreciated, 42