From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Re: Old style backquotes in ox-texinfo.el Date: Fri, 13 Dec 2013 09:42:13 +0800 Message-ID: References: <0ced17e6-25f9-4f37-ada8-1d52b546a723@dewdrop-world.net> Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrHli-0004hX-Jb for Emacs-orgmode@gnu.org; Thu, 12 Dec 2013 20:42:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrHlf-0000Dm-1P for Emacs-orgmode@gnu.org; Thu, 12 Dec 2013 20:42:18 -0500 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:56929) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrHle-0000DY-S2 for Emacs-orgmode@gnu.org; Thu, 12 Dec 2013 20:42:14 -0500 Received: by mail-ob0-f181.google.com with SMTP id uy5so1341313obc.40 for ; Thu, 12 Dec 2013 17:42:13 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" , "Emacs-orgmode@gnu.org" On Thu, Dec 12, 2013 at 11:52 PM, Thomas S. Dye wrote: > James Harkins writes: > >> If this has been fixed in master, then I'm content to leave it at that. > > I don't know about this. My guess is that your Org-mode installation is > messed up somehow. I'm unclear how. I didn't see this message in Emacs. It's during "make." That has to do only with the git repository, nothing about installation. $ pwd /home/dlm/share/org-mode.git $ git status # On branch hjh8.2 # Untracked files: # (use "git add ..." to include in what will be committed) # # lisp/org-mobile.el.orig # lisp/ox-latex.el.orig # minimal-org.el nothing added to commit but untracked files present (use "git add" to track) $ git diff lisp/ox-texinfo.el --> nothing $ make ... blah blah... Compiling /home/dlm/share/org-mode.git/lisp/ox-texinfo.el... In toplevel form: ox-texinfo.el:1683:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. ox-texinfo.el:1717:1:Warning: !! The file uses old-style backquotes !! This functionality has been obsolete for more than 10 years already and will be removed soon. See (elisp)Backquote in the manual. Wrote /home/dlm/share/org-mode.git/lisp/ox-texinfo.elc Compiling /home/dlm/share/org-mode.git/lisp/ox.el... Wrote /home/dlm/share/org-mode.git/lisp/ox.elc Done (Total of 103 files compiled, 3 skipped) make[2]: Leaving directory `/home/dlm/share/org-mode.git/lisp' make[1]: Leaving directory `/home/dlm/share/org-mode.git/lisp' make -C doc info make[1]: Entering directory `/home/dlm/share/org-mode.git/doc' org-version: 8.2 (release_8.2-2-g18c7c4) makeinfo --no-split org.texi -o org make[1]: Leaving directory `/home/dlm/share/org-mode.git/doc' hjh