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 20:24:06 +0300 Message-ID: <83tu6v27yh.fsf@gnu.org> References: <83bkt42ifq.fsf@gnu.org> <87a68ovw0b.fsf@posteo.net> <835yjc2c6f.fsf@gnu.org> <8335eg2ao9.fsf@gnu.org> <875yjbexde.fsf@posteo.net> <83zggn2a0c.fsf@gnu.org> <03AF0800-5252-429C-86BC-85DF9DF449F9@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27188"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, gregory@heytings.org, silent2600@gmail.com, emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 01 19:46:19 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 1oIZUh-0006sO-Fw for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 19:46:19 +0200 Original-Received: from localhost ([::1]:47406 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIZUg-0006KB-9G for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 13:46:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIZ9P-000893-N8 for emacs-devel@gnu.org; Mon, 01 Aug 2022 13:24:20 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIZ9O-0007nF-HD; Mon, 01 Aug 2022 13:24:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=azH/TZ4rA9KrhJE+XxWuu/SnEhwusMm4Je8lVqd060U=; b=QpDeAl1OSNiaBEIglCMK OkTRQAnv3JtPnIzQQEP1YOBrzv2rKYLE4eKVFhL52/G6XW9HIYxQLFE2x+BLYdasJGZjLjDHG+/20 LzLlttP9TVGE+fSvoRiXe9DEulNHuwQW2MuVQkm7im2T9ipocXBRcXF2oJiDaMTepkMUOrG8hiI2Z qr4ilUMcS+fog1exF5t4NMRewX/o09MW0rzIOfwaJiZVrPAvjAYO9nJzwrmbMxICb98xnkwQ/RzCN oqfOf6mGPNiQoE0mUh7fsZrY26HSLwvWHSzeekUNiFtdVKYTlegzTuTfbtmn72lurPWE+Toc5/K1T oJFX/+s1vxMNuA==; Original-Received: from [87.69.77.57] (port=2003 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 1oIZ9N-0008Ov-Kh; Mon, 01 Aug 2022 13:24:18 -0400 In-Reply-To: <03AF0800-5252-429C-86BC-85DF9DF449F9@acm.org> (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Mon, 1 Aug 2022 19:15:40 +0200) 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:292953 Archived-At: > From: Mattias EngdegÄrd > Date: Mon, 1 Aug 2022 19:15:40 +0200 > Cc: Philip Kaludercic , gregory@heytings.org, > silent2600@gmail.com, emacs-devel@gnu.org > > > If indeed the change in narrow-to-region caused the problem, > > can we make the change in a way that doesn't break backward > > compatibility of the byte code > > Does this fix it for you? LGTM, but I don't know how to test it to verify the problem is fixed. Thanks.