unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Possible build configurations
@ 2024-01-20 17:54 Stefan Monnier
  2024-01-20 18:11 ` Eli Zaretskii
  2024-01-21  0:50 ` Po Lu
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Monnier @ 2024-01-20 17:54 UTC (permalink / raw)
  To: emacs-devel

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-21  4:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-20 17:54 Possible build configurations Stefan Monnier
2024-01-20 18:11 ` Eli Zaretskii
2024-01-20 20:06   ` Stefan Monnier
2024-01-20 20:16     ` Eli Zaretskii
2024-01-21  0:50 ` Po Lu
2024-01-21  4:13   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).