From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Why is touch-screen.el preloaded? Date: Sun, 26 Nov 2023 22:13:54 -0500 Message-ID: References: <83a5r2c94q.fsf@gnu.org> <87ttp9b7am.fsf@yahoo.com> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6165"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 27 04:14:10 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 1r7S4W-0001NH-HY for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Nov 2023 04:14:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r7S4K-0007Cd-Va; Sun, 26 Nov 2023 22:13:56 -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 1r7S4I-0007CA-V3 for emacs-devel@gnu.org; Sun, 26 Nov 2023 22:13:55 -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 1r7S4I-0003Nr-MK; Sun, 26 Nov 2023 22:13:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=BHfr4XojjqJ02QmjYaSSFXrQexSXteaThTPMnCp5XZM=; b=UGoB2SU1PpSZ dEusVtNI/ReKBY8G2pWYL/X4F+mxtBatGC1CRCZAhvBrZ+9pF8I4vu9aXbxNao4NCsDjbuV9nZtna lnEKicRP7UeKc6jIoC5fk8CLKnn398Jlg9ypbdOPCR8tJPNqDcuwU45L4Bq3j/Bp5WCAzLTx2Y3Is 6tq4PtCQ/lvGaMF7C15e0ANkA3ft7CmAh11rLvkaCg/18Fh6vvD0NBakvik3PIGeVaZH5qNASB9eT QEguCZRvshSK6S5NPq5bWoPKRhzxrzS777UDzslBVXbfn2msfFGObkE8pH1zt2L+pfM0Mv0cWlgCM szJba7EVy3I1iqrZFd2o4g==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1r7S4I-000544-6t; Sun, 26 Nov 2023 22:13:54 -0500 In-Reply-To: <87ttp9b7am.fsf@yahoo.com> (message from Po Lu on Sun, 26 Nov 2023 10:02:57 +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:313259 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Its functions are called from other preloaded functions, such as those > in subr.el and minibuffer.el. If they are used only with touch screens, maybe it is possible to call them only if the screen is a touch screen. Then this file could be loaded only in that case. > Besides, we plan to support touch screen devices on all builds in due > course. If the build is capable of supporting touch screens, it could still load touch-screen.el only when it is actually using one of those. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)