* Please see attached debug-init
@ 2018-04-26 16:34 Charles Millar
2018-04-26 23:34 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Charles Millar @ 2018-04-26 16:34 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 344 bytes --]
Attached --debug-init when starting -
Debian Stretch
GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of
2017-09-12 on hullmann, modified by Debian
Org mode version 9.1.11 (release_9.1.11-632-g60483f @
/usr/local/share/org-mode/lisp/)
However, it does not when starting emacs 27.0.50, same OS and org version
Charlie Millar
[-- Attachment #1.2: Type: text/html, Size: 1074 bytes --]
[-- Attachment #2: debu-error --]
[-- Type: application/octet-stream, Size: 10685 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-26 16:34 Please see attached debug-init Charles Millar
@ 2018-04-26 23:34 ` Bastien
2018-04-27 2:27 ` Charles Millar
0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2018-04-26 23:34 UTC (permalink / raw)
To: Charles Millar; +Cc: emacs-orgmode
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,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-26 23:34 ` Bastien
@ 2018-04-27 2:27 ` Charles Millar
2018-04-27 3:13 ` Nick Dokos
0 siblings, 1 reply; 7+ messages in thread
From: Charles Millar @ 2018-04-27 2:27 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1356 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-27 2:27 ` Charles Millar
@ 2018-04-27 3:13 ` Nick Dokos
2018-04-28 0:53 ` Charles Millar
0 siblings, 1 reply; 7+ messages in thread
From: Nick Dokos @ 2018-04-27 3:13 UTC (permalink / raw)
To: emacs-orgmode
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.
--
Nick
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-27 3:13 ` Nick Dokos
@ 2018-04-28 0:53 ` Charles Millar
2018-04-28 6:23 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Charles Millar @ 2018-04-28 0:53 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 1862 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-28 0:53 ` Charles Millar
@ 2018-04-28 6:23 ` Bastien
2018-04-28 12:54 ` Charles Millar
0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2018-04-28 6:23 UTC (permalink / raw)
To: Charles Millar; +Cc: emacs-orgmode
Hi Charles,
Charles Millar <millarc@verizon.net> writes:
> I update org using the https:// access to the git repo.
Did you run ~$ make autoloads or ~$ make after you cloned?
You may need to compile a freshly cloned Org.
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Please see attached debug-init
2018-04-28 6:23 ` Bastien
@ 2018-04-28 12:54 ` Charles Millar
0 siblings, 0 replies; 7+ messages in thread
From: Charles Millar @ 2018-04-28 12:54 UTC (permalink / raw)
To: emacs-orgmode
Bastien,
On 04/28/2018 02:23 AM, Bastien wrote:
> Hi Charles,
>
> Charles Millar <millarc@verizon.net> writes:
>
>> I update org using the https:// access to the git repo.
> Did you run ~$ make autoloads or ~$ make after you cloned?
>
> You may need to compile a freshly cloned Org.
>
make autoloads did the trick. I previously ran "make" only.
Thank you.
charlie
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-04-28 12:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 16:34 Please see attached debug-init Charles Millar
2018-04-26 23:34 ` Bastien
2018-04-27 2:27 ` Charles Millar
2018-04-27 3:13 ` Nick Dokos
2018-04-28 0:53 ` Charles Millar
2018-04-28 6:23 ` Bastien
2018-04-28 12:54 ` Charles Millar
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).