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: Philip Kaludercic
Subject: Re: emacs master + org Wrong type argument: number-or-marker-p
Date: Mon, 01 Aug 2022 16:34:21 +0000

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Mon, 01 Aug 2022 16:11:33 +0000
>> From: Gregory Heytings <gregory@heytings.org>
>> cc: Philip Kaludercic <philipk@posteo.net>, silent2600@gmail.com, 
>>     emacs-devel@gnu.org
>> 
>> 
>> >> What caused the issue?
>> >
>> > I don't know.
>> >
>> 
>> I think it's the new optional argument to narrow-to-region, which adds an 
>> argument to the narrow-to-region opcode in byte-compiled code.
>
> If that's the reason, why didn't it affect more files?
> narrow-to-region is called in much more places.
>
> And if it's indeed due to narrow-to-region, we may have a problem: it
> means old bytecode will not work with Emacs 29 and later.

Should the functionality be moved out into a separate command
(e.g. `narrow-to-region-lock')?



reply via email to

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