From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: master d8a00879309: Cease preloading touch-screen.el outside X and Android Date: Thu, 07 Dec 2023 08:31:33 +0100 Message-ID: References: <170183012607.20763.1485814684546086922@vcs2.savannah.gnu.org> <20231206023526.8C80FC38EA3@vcs2.savannah.gnu.org> <87il5amw61.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17993"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 07 08:32:35 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 1rB8s7-0004TR-PT for ged-emacs-devel@m.gmane-mx.org; Thu, 07 Dec 2023 08:32:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rB8rE-0002T6-Iy; Thu, 07 Dec 2023 02:31:40 -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 1rB8rB-0002Sq-3z for emacs-devel@gnu.org; Thu, 07 Dec 2023 02:31:37 -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 1rB8rA-00036n-Qm; Thu, 07 Dec 2023 02:31:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ho6O3xXqLOQhJfUr0vsqlO7/nzYqRy0CgbWL2ko+QI0=; b=WTt2f1R8s0fV0ImCUXTH gJpU6dAHT+IkdC4Qyh2piDo0VBPz++3Wbt6HZMmufYkWGpLdvHgZMTtbVp7swArGNHLCzS/iJuof7 u37ota2Gq8U+2omVLfLt11lx4VuXGHPLpOJaXDlzNfwvUYB3unKzzCBiYGt41up6a4P9965C8g+h8 xJjxjut9HamwE+qe/dK0KoFF7LGBQUDVvDiPWsXTPrc184DT7cCGrvBt2U+pmu9jY5V8SOmRhr7Mz 7njW33lctu1qo8MaWqxu3Ce8FwcAR1D72vu4zsC9nWO6P8KB6Dgk+Wp+tIxsOF/zYGc6JXZ+fP+gd eI8xr6ynAWRStg==; In-Reply-To: <87il5amw61.fsf@yahoo.com> (Po Lu's message of "Thu, 07 Dec 2023 13:14:14 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:313584 Archived-At: Po Lu writes: > I fixed three of these, and the remainder should resolve themselves once > autoloads are generated. Thanks. Thanks. Updating to e4e1e268c8 and building again, I get: In clear-minibuffer-message: minibuffer.el:979:23: Warning: reference to free variable =E2=80=98touch-screen-current-tool=E2=80=99 Not sure if I missed that with my last message. Best, Arash