From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs master + org Wrong type argument: number-or-marker-p Date: Mon, 01 Aug 2022 19:25:26 +0300 Message-ID: <8335eg2ao9.fsf@gnu.org> References: <83bkt42ifq.fsf@gnu.org> <87a68ovw0b.fsf@posteo.net> <835yjc2c6f.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20244"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, silent2600@gmail.com, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 01 18:35:14 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oIYNs-00051N-UN for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 18:35:13 +0200 Original-Received: from localhost ([::1]:56788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIYNr-0000B5-ND for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 12:35:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIYEd-0007fO-WD for emacs-devel@gnu.org; Mon, 01 Aug 2022 12:25:42 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53766) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIYEc-00068i-7E; Mon, 01 Aug 2022 12:25:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=s6XmqE6nquQJPD+q0Pf4A10vix8eLngkTWaFIpvWFIk=; b=C0bAruA5PzMO HcFaEmPM3oSaiPtCl4ZrmU7CPZvrQvBv6aTJ957dqHSZlhu+RuNMSrv1GiJOM97bld5Qv21mWaUCi 681fqDDOka1aH2KJDziWO7n0UVuppQ/kIDTeUdAuLMh4WnMj2FHwHHA/Bwp+OEtSFuTYygf4purLU iOKzK0WlUHuSZhN4/h2ZWf63Gj/aWNVoXpc3TI/1glE/+OA10IQazREks8ryitgBeGZ0/IJz8a6Nq yXRj8TskMSqBJoV92jfk/n5LY2KvwkxVkCUrt5zoyZeW0W9EEo8LWxiVmc/kdgZdV0fJbS3RQSPcW l8g3PF5dLGeAgma0d4EQcw==; Original-Received: from [87.69.77.57] (port=2375 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIYEb-0007Kd-MP; Mon, 01 Aug 2022 12:25:38 -0400 In-Reply-To: (message from Gregory Heytings on Mon, 01 Aug 2022 16:11:33 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292944 Archived-At: > Date: Mon, 01 Aug 2022 16:11:33 +0000 > From: Gregory Heytings > cc: Philip Kaludercic , 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.