From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jared Finder Newsgroups: gmane.emacs.devel Subject: =?UTF-8?Q?Re=3A_Reference_to_free_variable_=E2=80=98xterm-mouse-?= =?UTF-8?Q?mode-called=E2=80=99?= Date: Sat, 04 Jan 2025 14:03:57 -0800 Message-ID: <002253f1262b5009bcf075d2503b6e3a@finder.org> References: <868qrqb9l2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11744"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Yuan Fu , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 04 23:04:58 2025 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 1tUCGN-0002rC-AV for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jan 2025 23:04:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tUCFg-0001TE-Jf; Sat, 04 Jan 2025 17:04:12 -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 1tUCFY-0001P3-UO for emacs-devel@gnu.org; Sat, 04 Jan 2025 17:04:05 -0500 Original-Received: from greenhill.hpalace.com ([192.155.80.58]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tUCFX-0001xu-0P; Sat, 04 Jan 2025 17:04:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1736028237; bh=tHswrYH3woUoVjEI7aGWStUgAnkul1X5OsTyeerRNTQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=q311Sx5f1FaH2Z/cT6fxmQ9wdh7qLME4zo5iwU2XY0k1DYCe89r6rx/ZGIHEUSSVV RLdnWHTJMgKVGvsuzvKDbswiDdIkiT/EwDiAwOvVXcreejVdq0xO96jU30d9znRCz/ Gw2RBeTAn1pjYU8knGlfoJy4e4nw6XFUi6ZqIw9cJutroKLdG/0zUznNMYY0VS2aqR z7fDIh9NXSmIhkE5XMKa6lv5B6EP6QuFvhCFep71PwKrT14d1vq31xBNBPZem2GGQi ICYbn5HHpQ5bSAfP2aLvcRXMEFPLII1XFFiKFDbxWPFCwIyO//62t9OxhkQFfePotj cG4OBG8nk6ung== Original-Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id A876D1C6B; Sat, 4 Jan 2025 22:03:57 +0000 (UTC) In-Reply-To: <868qrqb9l2.fsf@gnu.org> X-Sender: jared@finder.org Received-SPF: pass client-ip=192.155.80.58; envelope-from=jared@finder.org; helo=greenhill.hpalace.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:327689 Archived-At: On 2025-01-04 12:36, Eli Zaretskii wrote: >> From: Yuan Fu >> Date: Sat, 4 Jan 2025 11:56:06 -0800 >> >> I’m seeing >> >> In xterm--init: >> term/xterm.el:966:19: Warning: reference to free variable >> ‘xterm-mouse-mode-called’ >> >> when building master. Is this something to be concerned about? > > On what OS? > > I don't get that. If you "touch xterm.el" and rebuild, do you still > see it? > > Jared, maybe we need a defvar in xtern.el? I don't get this warning either and I just did a clean build. I marked xterm-mouse-mode-called with ;;;autoload therefore I expect it to always be available (unless I'm misunderstanding what ;;;autoload does to defvar expressions). -- MJF