emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs master + org Wrong type argument: number-or-marker-p


From: Po Lu
Subject: Re: emacs master + org Wrong type argument: number-or-marker-p
Date: Tue, 02 Aug 2022 16:59:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Philip Kaludercic <philipk@posteo.net>
>> Cc: hx <silent2600@gmail.com>,  emacs-devel@gnu.org
>> Date: Mon, 01 Aug 2022 15:11:48 +0000
>> 
>> Eli Zaretskii <eliz@gnu.org> writes:
>> 
>> >> From: hx <silent2600@gmail.com>
>> >> Date: Mon, 1 Aug 2022 21:13:51 +0800
>> >> 
>> >> I just pulled emacs master, click link in org buffer not working anymore:
>> >> 
>> >> File mode specification error: (wrong-type-argument integer-or-marker-p 
>> >> nil)
>> >> 
>> >> org-open-at-point: Wrong type argument: number-or-marker-p, nil [4 times]
>> >> Org mode version 9.5.4 (release_9.5.4-17-g6e991f...)
>> >
>> > Byte-compile all the Org files anew, and the problem should go away.
>> 
>> What caused the issue?
>
> I don't know.
>
>> Will if affect users after 29.1 is released?
>
> If someone explains why this happened, we may then see if it can do
> that.  Note that somehow only Org was affected.

It is because if recent changes to bytecode.c that were reverted.  Org
is only affected because it loads something that uses `narrow-to-region'
and was compiled between d3c4833d1350e26a2ae35e00eaf2d6bef1724679 and
a5adcbdf28eb8ad376a1004f4a6c9eda1f1447fb.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]