From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Firefox 36 and Links Date: Thu, 26 Feb 2015 19:04:22 -0500 Message-ID: <54EFB486.8000402@gmail.com> References: <54EF9CFC.4080605@gmail.com> <877fv4i7f6.fsf@alphaville.usersys.redhat.com> <87385si6xp.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR8Pv-0002oK-EL for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 19:04:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR8Pq-00017p-MW for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 19:04:31 -0500 Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:44748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR8Pq-00017g-HC for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 19:04:26 -0500 Received: by iecar1 with SMTP id ar1so23139859iec.11 for ; Thu, 26 Feb 2015 16:04:25 -0800 (PST) Received: from [192.168.1.100] (cpe-184-56-99-2.neo.res.rr.com. [184.56.99.2]) by mx.google.com with ESMTPSA id h15sm1296951ioh.27.2015.02.26.16.04.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 16:04:24 -0800 (PST) In-Reply-To: <87385si6xp.fsf@alphaville.usersys.redhat.com> 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 On 02/26/2015 06:33 PM, Nick Dokos wrote: > Nick Dokos writes: > >> Scott Randby writes: >> >>> http://comments.gmane.org/gmane.emacs.bugs/99694 >>> >>> I can't get the patch to work with Emacs 24.3 or 24.2. This could be >>> due to my very poor knowledge of elisp or that the patch isn't >>> compatible with those versions of Emacs. >>> >> >> Oh, it's probably that gmane replaces "@" signs with "" to confuse >> stupid address harvesters (which it will probably do to this message as >> well :) ). >> >> Try getting the patch from the emacs bug mailing list: >> >> http://lists.gnu.org/archive/html/bug-gnu-emacs/2015-02/msg00751.html >> > > ... and if whitespace is a problem, try ignoring it: > > patch -p1 -l < browse-url.patch > > or > > git apply --ignore-whitespace browse-url.patch > > worked for me on 24.3. > I'm sorry, it appears that I don't have enough knowledge to do this correctly. I've been meaning to learn how to work with git, but I haven't been able to find the time to learn it. I don't install Emacs from git, so I'll just wait until the next version that fixes the problem comes out. > >