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 16:37:45 +0300 Message-ID: <83bkt42ifq.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29502"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: hx Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 01 15:49:53 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 1oIVns-0007UE-HB for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 15:49:52 +0200 Original-Received: from localhost ([::1]:49642 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oIVnr-0007cR-Jk for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Aug 2022 09:49:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIVcK-0000Bk-94 for emacs-devel@gnu.org; Mon, 01 Aug 2022 09:37:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oIVcJ-0003nK-W1; Mon, 01 Aug 2022 09:37:56 -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=rroQ76TM9yUsqa62k1mjbfl4Sx6ZsvY0rFOnOHzDRW4=; b=WdV6gVJccweq mOmsxXjovSV/poIyoGdNCBTswBWMT5KfBzRKC1Ll7TtfWvA4Z2+SVtlrPTAGf8iuTCQcM5CJTpmis 99UzUUV6K0ELvVbqdjMMshjUUpQFEzktMb33z/lrYnjeOFfFVdS50Qvr6MrnC0kQM3vHuM8G28dMw 1jR8phdkef9eXqqx+uSyvhEK6jGX/KOpNEKl1+XBRWh5QPVkn2LBLusgpHNSI3iZlWJutKiSU7IPn r4y2Z7lQoWRi61OZDi5BzuwjodAw9GnemAbHbr+zeFA1Cj7nV5drxYNXZO1HzH56RY+zPwmqq1jnH 6fTGdwU9Ps9M5A5G1CBzsQ==; Original-Received: from [87.69.77.57] (port=3835 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 1oIVcJ-0003tY-Bq; Mon, 01 Aug 2022 09:37:55 -0400 In-Reply-To: (message from hx on Mon, 1 Aug 2022 21:13:51 +0800) 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:292937 Archived-At: > From: hx > 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.