From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Please see attached debug-init Date: Thu, 26 Apr 2018 22:27:40 -0400 Message-ID: <00832662-1a41-0bed-cd7b-06315788f0bb@verizon.net> References: <5137d4a0-9927-3903-be6b-37c1d6a35aa8@verizon.net> <8736zhsfsf.fsf@bzg.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------99C83CA4B264D0651C29F3CC" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBt6v-000232-Cp for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 22:27:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBt6s-0000rN-5s for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 22:27:45 -0400 Received: from omr-a005e.mx.aol.com ([204.29.186.50]:59484) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fBt6s-0000qw-1L for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 22:27:42 -0400 Received: from mtaout-aaj01.mx.aol.com (mtaout-aaj01.mx.aol.com [172.27.3.205]) by omr-a005e.mx.aol.com (Outbound Mail Relay) with ESMTP id 76AC5380008C for ; Thu, 26 Apr 2018 22:27:41 -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-aaj01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 17A1D38000085 for ; Thu, 26 Apr 2018 22:27:41 -0400 (EDT) In-Reply-To: <8736zhsfsf.fsf@bzg.fr> 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. --------------99C83CA4B264D0651C29F3CC Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 As I mentioned earlier, very poorly, when I start emacs 27.0.50 with the same OS, org versio and .emacs file, I have no problem Charlie --------------99C83CA4B264D0651C29F3CC Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

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

As I mentioned earlier, very poorly, when I start emacs 27.0.50 with the same OS, org versio and .emacs file, I have no problem

Charlie
--------------99C83CA4B264D0651C29F3CC--