[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals
From: |
Eli Zaretskii |
Subject: |
bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals |
Date: |
Tue, 09 Jan 2024 14:40:11 +0200 |
> Date: Mon, 08 Jan 2024 13:39:25 -0800
> From: Jared Finder via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> I'd like tool-bar-make-keymap-1 to return a sensible keymap on
> terminals. This is only a small change from current code, patch
> attached.
I don't see any problems with the change, but please add comments
there explaining that some parts of the code are supposed to work on
frames where images cannot be displayed, because it is very easy to
mistakenly assume this only needs to work on GUI frames.
Btw, what happens if display-images-p returns non-nil, but the session
doesn't support images of the type used for tool-bar icons?
- bug#68334: window-tool-bar (bug#68334), (continued)
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Stefan Kangas, 2024/01/08
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Juri Linkov, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Eli Zaretskii, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Stefan Kangas, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Eli Zaretskii, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Stefan Kangas, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Jared Finder, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Eli Zaretskii, 2024/01/09
- bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals, Juri Linkov, 2024/01/10
bug#68334: 29.1; tool-bar-make-keymap-1 does not work on terminals,
Eli Zaretskii <=