[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Preloading xwidget.el on xwidget builds?
From: |
Po Lu |
Subject: |
Re: Preloading xwidget.el on xwidget builds? |
Date: |
Thu, 16 Dec 2021 13:10:35 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> We've been trying to move to a different architecture for detecting
> whether Emacs has been built with, and currently has access to, external
> libraries -- `*-available-p'. It'd be nice if xwidget had that
> function, too.
The problem is `xwidget' isn't really a library, it's a feature that
makes use of many different external libraries. Ideally, people would
test for the named feature `xwidget-internal', but the amount of people
who refrained from reading the first paragraph of the xwidget node in
the Lisp reference manual is astonishing.
> suggestion -- make `make-xwidget' require widget.el -- is the way to go.
Is calling require okay from C code? If so, that's what I'll do.
Thanks.
- Preloading xwidget.el on xwidget builds?, Po Lu, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Stefan Monnier, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Po Lu, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Stefan Monnier, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Stefan Monnier, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Po Lu, 2021/12/15
- Re: Preloading xwidget.el on xwidget builds?, Lars Ingebrigtsen, 2021/12/16
- Re: Preloading xwidget.el on xwidget builds?,
Po Lu <=
- Re: Preloading xwidget.el on xwidget builds?, Lars Ingebrigtsen, 2021/12/16
- Re: Preloading xwidget.el on xwidget builds?, Eli Zaretskii, 2021/12/16
- Re: Preloading xwidget.el on xwidget builds?, Po Lu, 2021/12/16
Re: Preloading xwidget.el on xwidget builds?, Eli Zaretskii, 2021/12/16