From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Please see attached debug-init Date: Thu, 26 Apr 2018 23:13:52 -0400 Message-ID: <87fu3hmjdb.fsf@alphaville.usersys.redhat.com> References: <5137d4a0-9927-3903-be6b-37c1d6a35aa8@verizon.net> <8736zhsfsf.fsf@bzg.fr> <00832662-1a41-0bed-cd7b-06315788f0bb@verizon.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBtpl-00039S-Dp for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 23:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBtpi-00013g-8q for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 23:14:05 -0400 Received: from [195.159.176.226] (port=58901 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBtpi-00012Y-1z for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 23:14:02 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fBtnY-00077L-8b for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 05:11:48 +0200 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" To: emacs-orgmode@gnu.org Charles Millar writes: > Hi Nicholas, > > On 04/26/2018 07:34 PM, Bastien wrote: > > Hi Charles, > > Charles Millar writes: > > Attached --debug-init when starting - > > is this with emacs -Q? If not, can you bisect your configuration? > > Thanks, > > emacs -Q starts fine. > > The problem may be with > > require 'ox-XXXXXXX > > When I worked my way down to (require 'ox-texinfo) there was no problem. When I uncomment that line the startup error appeared. > > In the warnings buffer part of the message is > > error: Invalid byte opcode: op=183, ptr=31 Byte compilation is not necessarily backwards compatible. If the file was compiled with emacs 27, then earlier versions of emacs will not necessarily be able to deal with it. If you recompile all *.el files with emacs 24, they should work with emacs 24 and *also* with emacs 27. -- Nick