* tooltip/toolbar redisplay interaction on W32 @ 2002-03-25 11:01 Juanma Barranquero 2002-03-25 21:49 ` Jason Rumney 0 siblings, 1 reply; 9+ messages in thread From: Juanma Barranquero @ 2002-03-25 11:01 UTC (permalink / raw) [-- Attachment #1: Type: text/plain, Size: 213 bytes --] On W32, if you click on a toolbar button for which a tooltip is showing, the portion of the toolbar covered by the tooltip is not redrawn. /L/e/k/t/u [-- Attachment #2: nada.PNG --] [-- Type: image/png, Size: 6175 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-25 11:01 tooltip/toolbar redisplay interaction on W32 Juanma Barranquero @ 2002-03-25 21:49 ` Jason Rumney 2002-03-26 8:49 ` Juanma Barranquero 0 siblings, 1 reply; 9+ messages in thread From: Jason Rumney @ 2002-03-25 21:49 UTC (permalink / raw) Cc: emacs-devel Juanma Barranquero <lektu@terra.es> writes: > On W32, if you click on a toolbar button for which a tooltip is showing, > the portion of the toolbar covered by the tooltip is not redrawn. I believe this is covered by the following entry in etc/PROBLEMS: * Known problems with the MS-Windows port of Emacs 21.2. Frames are not refreshed while the File or Font dialog or a pop-up menu is displayed.... If the tool-bar does not redraw after the menu selection is made, or after pressing a tool-bar button which does not pop up a menu or dialog, then it is a new bug. -- Jason Rumney _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-25 21:49 ` Jason Rumney @ 2002-03-26 8:49 ` Juanma Barranquero 2002-03-26 9:13 ` Eli Zaretskii 0 siblings, 1 reply; 9+ messages in thread From: Juanma Barranquero @ 2002-03-26 8:49 UTC (permalink / raw) Cc: emacs-devel On 25 Mar 2002 21:49:49 +0000, Jason Rumney <jasonr@gnu.org> wrote: > I believe this is covered by the following entry in etc/PROBLEMS: Oops, you're right. > If the tool-bar does not redraw after the menu selection is made, or > after pressing a tool-bar button which does not pop up a menu or > dialog, then it is a new bug. No, it is the same bug. Unrelated: why is toolbar/tool-bar.el not compiled? /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 8:49 ` Juanma Barranquero @ 2002-03-26 9:13 ` Eli Zaretskii 2002-03-26 9:53 ` Juanma Barranquero 0 siblings, 1 reply; 9+ messages in thread From: Eli Zaretskii @ 2002-03-26 9:13 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002, Juanma Barranquero wrote: > Unrelated: why is toolbar/tool-bar.el not compiled? It isn't? It is on my system. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 9:13 ` Eli Zaretskii @ 2002-03-26 9:53 ` Juanma Barranquero 2002-03-26 11:07 ` Eli Zaretskii 0 siblings, 1 reply; 9+ messages in thread From: Juanma Barranquero @ 2002-03-26 9:53 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002 11:13:10 +0200 (IST), Eli Zaretskii <eliz@is.elta.co.il> wrote: > It isn't? It is on my system. Not on mine (W2K) after "nmake bootstrap". /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 9:53 ` Juanma Barranquero @ 2002-03-26 11:07 ` Eli Zaretskii 2002-03-26 12:54 ` Juanma Barranquero 0 siblings, 1 reply; 9+ messages in thread From: Eli Zaretskii @ 2002-03-26 11:07 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002, Juanma Barranquero wrote: > > It isn't? It is on my system. > > Not on mine (W2K) after "nmake bootstrap". And what happens if you now do this: cd lisp make recompile EMACS=/path/to/emacs.exe Does it compile tool-bar.el then? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 11:07 ` Eli Zaretskii @ 2002-03-26 12:54 ` Juanma Barranquero 2002-03-26 14:30 ` Eli Zaretskii 0 siblings, 1 reply; 9+ messages in thread From: Juanma Barranquero @ 2002-03-26 12:54 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002 13:07:34 +0200 (IST), Eli Zaretskii <eliz@is.elta.co.il> wrote: > cd lisp > make recompile EMACS=/path/to/emacs.exe > > Does it compile tool-bar.el then? Yes. /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 12:54 ` Juanma Barranquero @ 2002-03-26 14:30 ` Eli Zaretskii 2002-03-26 15:10 ` Juanma Barranquero 0 siblings, 1 reply; 9+ messages in thread From: Eli Zaretskii @ 2002-03-26 14:30 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002, Juanma Barranquero wrote: > > cd lisp > > make recompile EMACS=/path/to/emacs.exe > > > > Does it compile tool-bar.el then? > > Yes. So this sounds like something specific to "make bootstrap", I guess, and probably specific to the Windows build. (Sorry, can't check where I type whether the Windows port does something special during bootstrap.) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: tooltip/toolbar redisplay interaction on W32 2002-03-26 14:30 ` Eli Zaretskii @ 2002-03-26 15:10 ` Juanma Barranquero 0 siblings, 0 replies; 9+ messages in thread From: Juanma Barranquero @ 2002-03-26 15:10 UTC (permalink / raw) Cc: Jason Rumney, emacs-devel On Tue, 26 Mar 2002 16:30:40 +0200 (IST), Eli Zaretskii <eliz@is.elta.co.il> wrote: > So this sounds like something specific to "make bootstrap", I guess, and > probably specific to the Windows build. WINS is manually defined in makefile.w32-in when not using sh, so I've added toolbar to it and now it bootstraps correctly. /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-03-26 15:10 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-03-25 11:01 tooltip/toolbar redisplay interaction on W32 Juanma Barranquero 2002-03-25 21:49 ` Jason Rumney 2002-03-26 8:49 ` Juanma Barranquero 2002-03-26 9:13 ` Eli Zaretskii 2002-03-26 9:53 ` Juanma Barranquero 2002-03-26 11:07 ` Eli Zaretskii 2002-03-26 12:54 ` Juanma Barranquero 2002-03-26 14:30 ` Eli Zaretskii 2002-03-26 15:10 ` Juanma Barranquero
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/emacs.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).