all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Possible build configurations
Date: Sat, 20 Jan 2024 12:54:38 -0500	[thread overview]
Message-ID: <jwvo7df3ndd.fsf-monnier+emacs@gnu.org> (raw)

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	other threads:[~2024-01-20 17:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-20 17:54 Stefan Monnier [this message]
2024-01-20 18:11 ` Possible build configurations 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvo7df3ndd.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.