all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim Cross <theophilusx@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Re: Possible compatibility issue with emacs 25.1 and latest org-mode
Date: Tue, 28 Feb 2017 08:52:39 +1100	[thread overview]
Message-ID: <CAC=50j8mAWN+XY64Ns=bbaPazRQEwStGuTw02N+aXR==i0RSjg@mail.gmail.com> (raw)
In-Reply-To: <CAC=50j8+81wMpG+tA0UuJSUapRHpuFqRanAJ3hGe92rcVNpgEw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2738 bytes --]

Note that I have since confirmed this issue is also occurring with the
normal org package as well as the org-plus-contrib package including the
org package in the GNU repository and with org built from sources. Have
also reproduced the same error with emacs 25.2-rc2.

Note that the issue only occurs on the first load of an org file with
source blocks. If you then kill the buffer and open the same org file for a
second time, it loads fine, no errors and the source blocks are fontified.
Opening other org files with source blocks also works fine once the first
one has been loaded.

This is not an issue caused by mixed org versions. I have done C-u M-x
org-reload and then re-installed the org package as well as manually
deleted org from the emacs install to ensure only 9.0.5 is available with
no change.

At least 1 other person has been able to reproduce this issue.

On 26 February 2017 at 13:20, Tim Cross <theophilusx@gmail.com> wrote:

> This is really just an FYI as I've reported this issue to the org
> developers.
>
> Most recent org-plus-contrib package from org generates an org-mode
> fontification error when you also use goto-address-prog-mode in a
> prog-mode-hook.  Details, with minimal init.el file to reproduce follows
>
> 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 -----------------------------
>
> used emacs -Q -l .emacs.d/init.el to load the init after ensuring
> .emacs.d/elpa is empty.  After startup and download/install of
> org-plus-contrib, open test.org and get the org-mode fontificaiton error
> message
>
>
> --
> regards,
>
> Tim
>
> --
> Tim Cross
>
>


-- 
regards,

Tim

--
Tim Cross

[-- Attachment #2: Type: text/html, Size: 4252 bytes --]

      reply	other threads:[~2017-02-27 21:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-26  2:20 Possible compatibility issue with emacs 25.1 and latest org-mode Tim Cross
2017-02-27 21:52 ` Tim Cross [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAC=50j8mAWN+XY64Ns=bbaPazRQEwStGuTw02N+aXR==i0RSjg@mail.gmail.com' \
    --to=theophilusx@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.