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: Warning (comp) on org-mode Date: Sun, 15 Jan 2023 09:37:37 +0200 Message-ID: <83y1q45jum.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25636"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 15 08:37:57 2023 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 1pGxaX-0006Vs-F1 for ged-emacs-devel@m.gmane-mx.org; Sun, 15 Jan 2023 08:37:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGxa8-0005kG-Sq; Sun, 15 Jan 2023 02:37:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGxa8-0005k7-5x for emacs-devel@gnu.org; Sun, 15 Jan 2023 02:37:32 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGxa7-0006BI-Qt; Sun, 15 Jan 2023 02:37:31 -0500 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=oKiOjNZge3xRjbl68J/wdXrZpXni9QXVpU7KWIPbQfk=; b=hbWNc08S+SIm bkib4f4RwediTZhma4IEAPLZpHVUYyoFl9SJwDnceqjbtvQ4x/E0jvUpIhWv+L9Bh5I9HcqTb1OSM toj5ouMdhCdteq5JnItiTrYbcehTD7qI41T95vj+nKuNx7iohOro/zxv0/GJ/H5SGwAOJf5433FBe KAW7CxwKBnvlh6B8riegPLBtt67ucCzqoWO/5gK0VpTEIsj3YVTFvZhsvcw/SegShzIVYXe1P6TUZ XeUW/nA1hQl1g30Fec382z+M85/Dft4gpHw1R8OV/G1OMLeg+b6ozCrWjLfcwuYlB8Mu51hv7nCV6 OOsGLHhPcxMh2uKei1Ic6A==; Original-Received: from [87.69.77.57] (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 1pGxa7-0003lH-C4; Sun, 15 Jan 2023 02:37:31 -0500 In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Sun, 15 Jan 2023 08:26:53 +0100) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302427 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Sun, 15 Jan 2023 08:26:53 +0100 > > On GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of > 2023-01-14, I keep getting an annoying compilation warning at boot: > > Warning (comp): org-loaddefs.el.gz:846:61: Warning: Unused lexical variable `org-element-use-cache' > > Thanks, /PA > PS: I intentionally don't silence these warnings for debugging purposes and to report back. Thanks, but as usual, please report this as a bug, and please include in that bug report a recipe starting from "emacs -Q" to reproduce the issue. (I didn't see this message in my attempts to reproduce, FWIW, so I think some important aspects of the issue are missing from your description; using report-emacs-bug and adding a recipe might reveal those aspects.)