[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is touch-screen.el preloaded?
From: |
Po Lu |
Subject: |
Re: Why is touch-screen.el preloaded? |
Date: |
Sun, 26 Nov 2023 10:02:57 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> I thought this library is only relevant to touch-screen devices, but I
> see that we are preloading it unconditionally. Why?
>
> The comment in loadup.el says:
>
> ;; touch-screen.el is tiny and is used liberally throughout the button
> ;; code etc, so it may as well be preloaded everywhere.
>
> But touch-screen.el is not "tiny": it's more than 2K lines.
>
> Can we please avoid preloading it, except when the build supports
> touch-screen devices?
Its functions are called from other preloaded functions, such as those
in subr.el and minibuffer.el.
Besides, we plan to support touch screen devices on all builds in due
course.
- Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/25
- Re: Why is touch-screen.el preloaded?,
Po Lu <=
- Re: Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/26
- Re: Why is touch-screen.el preloaded?, Po Lu, 2023/11/26
- Re: Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/26
- Re: Why is touch-screen.el preloaded?, Po Lu, 2023/11/28
- Re: Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/28
- Re: Why is touch-screen.el preloaded?, Po Lu, 2023/11/28
- Re: Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/28
- Re: Why is touch-screen.el preloaded?, Po Lu, 2023/11/29
- Re: Why is touch-screen.el preloaded?, Eli Zaretskii, 2023/11/29
- Re: Why is touch-screen.el preloaded?, Richard Stallman, 2023/11/26