emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible build configurations


From: Stefan Monnier
Subject: Possible build configurations
Date: Sat, 20 Jan 2024 12:54:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Is it currently possible to have

    (featurep 'xinput2)

or

    (featurep 'x)

be true at the same time as

    (or (featurep 'w32-win) (featurep 'ns-win)
        (featurep 'haiku-win) (featurep 'pgtk-win)
        (featurep 'android-win))

?

According to my reading of the code, the answer is no: these features
are all defined in their respective `<GUI>term.c` or `<GUI>fns.c` and
the current `configure.ac` (and I think current C code) supports only
a single <GUI> active at the same time.

Can someone confirm this?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]