Nick Dokos <ndo...@gmail.com> writes:

> Scott Randby <sran...@gmail.com> 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 "<at>" 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.


Reply via email to