emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Issues when compiling Org master from source in GNU Emacs 25.0.5


From: Kyle Meyer
Subject: Re: [O] Issues when compiling Org master from source in GNU Emacs 25.0.50.1
Date: Wed, 20 Jan 2016 10:28:39 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi Vicente,

Vicente Vera <address@hidden> writes:

> Hello
>
> When I started using GNU Emacs compiled from the emacs25 branch two
> issues come up consistently during Org make routine. These issues are
> related to changes in the next Emacs version.

Thanks for reporting these.

> Compiling /home/user/repositories/org-mode/lisp/org-src.el...
>
> In org-src-font-lock-fontify-block:
> org-src.el:504:54:Warning: ‘font-lock-fontify-buffer’ is for interactive use
>     only; use ‘font-lock-ensure’ or ‘font-lock-flush’ instead.

This has been switched over to font-lock-ensure a couple times (in
f36b19e and then reverted in 99f9999, then again in d81e6b5 and reverted
in 003a0f1).  When font-lock-ensure is used, source blocks don't get
highlighted.

> Compiling /home/user/repositories/org-mode/lisp/org.el...
>
> In org-fast-tag-selection:
> org.el:15261:47:Error: ‘add-to-list’ can’t use lexical var ‘buffer-tags’; use
>     ‘push’ or ‘cl-pushnew’

I think this one should be fixed.  I'll look into it.

-- 
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]