GNU bug report logs -
#46990
28.0.50; popup menu not navigable via arrow keys on lucid build
Previous Next
Reported by: Colin Baxter <m43cap <at> yandex.com>
Date: Sun, 7 Mar 2021 16:59:02 UTC
Severity: normal
Tags: moreinfo
Found in version 28.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Po Lu <luangruo <at> yahoo.com> writes:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> I guess that makes sense on some level -- -Q doesn't control what Gtk
>> does with the toolbar, for instance. It's still somewhat odd-looking
>> for Lucid -- is there any way we can stop it from consulting the X
>> resources, or is that completely out of our hands?
>
> It can, but I'd rather not go down the rabbit hole of modifying the
> behavior of xrdb.c based on the value of `inhibit-x-resources'.
xrdb.c already uses that:
const char *
x_get_string_resource (void *v_rdb, const char *name, const char *class)
{
[...]
if (inhibit_x_resources)
/* --quick was passed, so this is a no-op. */
return NULL;
But I guess the Lucid calls are via a different path? (I'm having
issues with trying to follow the call sequence here...) I'm not sure
whether the Lucid stuff goes through xrdb.c at all?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.