From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Cross Subject: Re: Bug: Latest org and goto-addr problems [9.0.5 (9.0.5-elpaplus @ /home/tim/.emacs.d/elpa/org-plus-contrib-20170210/)] Date: Sun, 26 Feb 2017 21:59:25 +1100 Message-ID: References: <87efylux6f.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403043554902a221205496cdb67 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chwY4-0003Ke-Db for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 05:59:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chwY2-0005iT-RJ for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 05:59:28 -0500 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:36308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1chwY2-0005iE-L8 for emacs-orgmode@gnu.org; Sun, 26 Feb 2017 05:59:26 -0500 Received: by mail-qk0-x233.google.com with SMTP id x71so61499316qkb.3 for ; Sun, 26 Feb 2017 02:59:26 -0800 (PST) In-Reply-To: <87efylux6f.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --f403043554902a221205496cdb67 Content-Type: text/plain; charset=UTF-8 thanks Nicolas - will go back and dig further. Not sure where to look next though. Tim On 26 February 2017 at 20:19, Nicolas Goaziou wrote: > Hello, > > Tim Cross writes: > > > There appers to be a compatibility issue between latest org-mode and > > goto-addr.el in emacs 25.1. Specifically, the 'goto-address-prog-mode > > funciton. When this function is added to prog-mode-hook, opening an org > > file with src blocks results in an org-mode fontification error. > > > > Minimal init.el used to reproduce this issue is > > > > ;; -------------- Start init.el --------------------------------------- > > (require 'package) > > > > (setq package-enable-at-startup nil) > > (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")) > > (package-initialize) > > > > (unless (package-installed-p 'org-plus-contrib) > > (package-refresh-contents) > > (package-install 'org-plus-contrib)) > > > > (require 'org) > > > > (require 'goto-addr) > > > > (add-hook 'prog-mode-hook 'goto-address-prog-mode) > > > > ;; ------------------------ End init.el ------------------------------ > > > > minimal test org file used to reporduce the problem > > > > ;; ----------------------- Start test.org ----------------------------- > > * Test > > This is a simple test org file > > > > #+BEGIN_SRC emacs-lisp > > (message "A Test") > > #+END_SRC > > > > ;; ------------------------ End test.org ----------------------------- > > FWIW, I cannot reproduce it. > > Regards, > > -- > Nicolas Goaziou > -- regards, Tim -- Tim Cross --f403043554902a221205496cdb67 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

thanks Nicolas - will go back and dig further. No= t sure where to look next though.

Tim

On = 26 February 2017 at 20:19, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Hello,

Tim Cross <
theophilusx@gmail.co= m> writes:

> There appers to be a compatibility issue between latest org-mode and > goto-addr.el in emacs 25.1. Specifically, the 'goto-address-prog-m= ode
> funciton. When this function is added to prog-mode-hook, opening an or= g
> file with src blocks results in an org-mode fontification error.
>
> Minimal init.el used to reproduce this issue is
>
> ;; -------------- Start init.el ---------------------------------= ------
> (require 'package)
>
> (setq package-enable-at-startup nil)
> (add-to-list 'package-archives '("org" . "http:/= /orgmode.org/elpa/"))
> (package-initialize)
>
> (unless (package-installed-p 'org-plus-contrib)
>=C2=A0 =C2=A0(package-refresh-contents)
>=C2=A0 =C2=A0(package-install 'org-plus-contrib))
>
> (require 'org)
>
> (require 'goto-addr)
>
> (add-hook 'prog-mode-hook 'goto-address-prog-mode)
>
> ;; ------------------------ End init.el ------------------------------=
>
> minimal test org file used to reporduce the problem
>
> ;; ----------------------- Start test.org -----------------------------
> * Test
>=C2=A0 =C2=A0This is a simple test org file
>
>=C2=A0 =C2=A0#+BEGIN_SRC emacs-lisp
>=C2=A0 =C2=A0 =C2=A0(message "A Test")
>=C2=A0 =C2=A0#+END_SRC
>
> ;; ------------------------ End test.org -----------------------------

FWIW, I cannot reproduce it.

Regards,

--
Nicolas Goaziou



--
regards,

Tim

--
Tim Cross

--f403043554902a221205496cdb67--