[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tool-bar and multi-tty
From: |
Stefan Monnier |
Subject: |
Re: Tool-bar and multi-tty |
Date: |
Fri, 10 Oct 2008 13:18:31 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> Bug 1133 notes a problem with tool-bars and multi-tty. Basically,
>> tool-bar-map is not set up if the first frame is on a tty; it is only
>> initialized when the first graphical frame is created. This causes
>> problems for major modes that define their own tool-bar maps.
>>
>> I think the solution is to define a normal hook, tool-bar-setup-hook, to
>> be run after the tool-bar is set up successfully for the first time.
> This sounds like a very complicated solution. Why can't we set up
> tool-bar-map unconditionally? Perhaps changes that make that possible
> are much smaller and cleaner than what you suggest here?
My thoughts exactly... Why?
Stefan
- Re: Tool-bar and multi-tty, (continued)
- Re: Tool-bar and multi-tty, Chong Yidong, 2008/10/10
- Re: Tool-bar and multi-tty, Chong Yidong, 2008/10/10
- Re: Tool-bar and multi-tty, Eli Zaretskii, 2008/10/10
- Re: Tool-bar and multi-tty, Stefan Monnier, 2008/10/11
- Re: Tool-bar and multi-tty, Chong Yidong, 2008/10/11
- Re: Tool-bar and multi-tty, Andreas Schwab, 2008/10/12
- Re: Tool-bar and multi-tty, Andreas Schwab, 2008/10/12
- Re: Tool-bar and multi-tty, Chong Yidong, 2008/10/12
- Re: Tool-bar and multi-tty, Andreas Schwab, 2008/10/12
- Re: Tool-bar and multi-tty, Chong Yidong, 2008/10/12
Re: Tool-bar and multi-tty,
Stefan Monnier <=