From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Vera Subject: Issues when compiling Org master from source in GNU Emacs 25.0.50.1 Date: Wed, 20 Jan 2016 10:32:58 -0300 Message-ID: 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]:45912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLssf-0002gQ-4J for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 08:33:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLsse-0005n3-1E for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 08:33:01 -0500 Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:36627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLssd-0005lB-RN for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 08:32:59 -0500 Received: by mail-oi0-x22e.google.com with SMTP id o124so4951323oia.3 for ; Wed, 20 Jan 2016 05:32:59 -0800 (PST) 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: emacs-orgmode 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. [...] 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 fo= r interactive use only; use =E2=80=98font-lock-ensure=E2=80=99 or =E2=80=98font-lock-flus= h=E2=80=99 instead. [...] 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 lexi= cal var =E2=80=98buffer-tags=E2=80=99; use =E2=80=98push=E2=80=99 or =E2=80=98cl-pushnew=E2=80=99 [...] Note that the .elc files get generated just fine, I mean, the make routine finishes correctly and Org is still usable.