From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Please see attached debug-init Date: Fri, 27 Apr 2018 20:53:00 -0400 Message-ID: <9fe3f7ec-3b7e-21c8-35a9-137cbb674287@verizon.net> References: <5137d4a0-9927-3903-be6b-37c1d6a35aa8@verizon.net> <8736zhsfsf.fsf@bzg.fr> <00832662-1a41-0bed-cd7b-06315788f0bb@verizon.net> <87fu3hmjdb.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------773965910567F6EE3CB3BB9C" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCE6t-0005Tv-Sv for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:53:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCE6p-0005Hj-17 for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:53:07 -0400 Received: from omr-a012e.mx.aol.com ([204.29.186.61]:33200) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fCE6o-0005Gz-Rj for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 20:53:02 -0400 Received: from mtaout-maa01.mx.aol.com (mtaout-maa01.mx.aol.com [172.26.222.141]) by omr-a012e.mx.aol.com (Outbound Mail Relay) with ESMTP id 1D0533800084 for ; Fri, 27 Apr 2018 20:53:02 -0400 (EDT) Received: from [10.0.0.2] (0x5b31302e302e302e325d [96.238.154.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mtaout-maa01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 91C0B38000092 for ; Fri, 27 Apr 2018 20:53:01 -0400 (EDT) In-Reply-To: <87fu3hmjdb.fsf@alphaville.usersys.redhat.com> Content-Language: en-US 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 This is a multi-part message in MIME format. --------------773965910567F6EE3CB3BB9C Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello, On 04/26/2018 11:13 PM, Nick Dokos wrote: > 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. > I update org using the https:// access to the git repo. the Emacs 24 version is the debian package. Is this a factor? Charlie Charlie --------------773965910567F6EE3CB3BB9C Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hello,


On 04/26/2018 11:13 PM, Nick Dokos wrote:
Charles Millar <millarc@verizon.net> writes:

Hi Nicholas,

On 04/26/2018 07:34 PM, Bastien wrote:

    Hi Charles,
    
    Charles Millar <millarc@verizon.net> 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.

I update org using the https:// access to the git repo.

the Emacs 24 version is the debian package. Is this a factor?

Charlie
Charlie
--------------773965910567F6EE3CB3BB9C--