From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Issues when compiling Org master from source in GNU Emacs 25.0.50.1 Date: Wed, 20 Jan 2016 10:28:39 -0500 Message-ID: <87poww1d94.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLugi-0006O7-Fv for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 10:28:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLugf-0002CK-Aq for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 10:28:48 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:64980 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLugf-0002CF-6P for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 10:28:45 -0500 In-Reply-To: (Vicente Vera's message of "Wed, 20 Jan 2016 10:32:58 -0300") 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: Vicente Vera Cc: emacs-orgmode Hi Vicente, Vicente Vera 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: =E2=80=98font-lock-fontify-buffer=E2=80=99 is = for interactive use > only; use =E2=80=98font-lock-ensure=E2=80=99 or =E2=80=98font-lock-fl= ush=E2=80=99 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: =E2=80=98add-to-list=E2=80=99 can=E2=80=99t use le= xical var =E2=80=98buffer-tags=E2=80=99; use > =E2=80=98push=E2=80=99 or =E2=80=98cl-pushnew=E2=80=99 I think this one should be fixed. I'll look into it. --=20 Kyle