unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#742: tool-bar and diary on XP
       [not found] <386604.11228.qm@web58611.mail.re3.yahoo.com>
@ 2008-08-20 23:41 ` Glenn Morris
  2008-08-21 15:08   ` Drew Adams
  2008-08-26 23:37   ` Jason Rumney
  0 siblings, 2 replies; 6+ messages in thread
From: Glenn Morris @ 2008-08-20 23:41 UTC (permalink / raw)
  To: 742


Information received off-list (see below) suggests this is
Windows-specific. I don't use Windows - can any Windows users help? It
sounds like some redisplay thing...


Bostjan Vilfan wrote (on Wed, 20 Aug 2008 at 15:13 -0700):

> 1. I investigated the problem in the same version of Emacs running
> under VMware Workstation and Suse Linux 11.0. In that case you are
> right, the problem does not exist.
> 
> 2. However, under Windows XP it definitely does exist (at least on
> my machine). Re your question, I tried a different, very simple
> diary file, and obtained the same result. To this I must add an
> observation that I made by accident: If the tool bar is disabled as
> described previously and the Emacs window is covered with another
> window, the tool bar becomes active once again after the Emacs
> window is uncovered!






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#742: tool-bar and diary on XP
  2008-08-20 23:41 ` bug#742: tool-bar and diary on XP Glenn Morris
@ 2008-08-21 15:08   ` Drew Adams
  2008-08-27 16:57     ` Drew Adams
  2008-08-26 23:37   ` Jason Rumney
  1 sibling, 1 reply; 6+ messages in thread
From: Drew Adams @ 2008-08-21 15:08 UTC (permalink / raw)
  To: 'Glenn Morris', 742

I haven't followed this, and I don't have time to look into it further, but just
in case it helps a bit:

I too have problems with the tool bar on Windows in Emacs 23 - have ever since
23 started. Tool bars keep showing up even though I have tool bars turned off.

> Information received off-list (see below) suggests this is
> Windows-specific. I don't use Windows - can any Windows users help? It
> sounds like some redisplay thing...
> 
> Bostjan Vilfan wrote (on Wed, 20 Aug 2008 at 15:13 -0700):
> 
> > 1. I investigated the problem in the same version of Emacs running
> > under VMware Workstation and Suse Linux 11.0. In that case you are
> > right, the problem does not exist.
> > 
> > 2. However, under Windows XP it definitely does exist (at least on
> > my machine). Re your question, I tried a different, very simple
> > diary file, and obtained the same result. To this I must add an
> > observation that I made by accident: If the tool bar is disabled as
> > described previously and the Emacs window is covered with another
> > window, the tool bar becomes active once again after the Emacs
> > window is uncovered!







^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#742: tool-bar and diary on XP
  2008-08-20 23:41 ` bug#742: tool-bar and diary on XP Glenn Morris
  2008-08-21 15:08   ` Drew Adams
@ 2008-08-26 23:37   ` Jason Rumney
  1 sibling, 0 replies; 6+ messages in thread
From: Jason Rumney @ 2008-08-26 23:37 UTC (permalink / raw)
  To: bostjanv, 742

>
> M-x calendar 
> (in calendar window) right mouse click
> select Show diary
>
> RESULT: diary is shown, but tool bar is disabled.
>         Tool bar is not reenabled until another file
>         is visited.
>   

I have fixed this in the Emacs 22 branch by resetting the mouse button 
state when coming out of the popup menu, as we don't get the up event in 
the Emacs window for the corresponding down event that caused the menu 
to be displayed.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#742: tool-bar and diary on XP
  2008-08-21 15:08   ` Drew Adams
@ 2008-08-27 16:57     ` Drew Adams
  2008-08-27 17:16       ` Jason Rumney
  2008-08-28 15:04       ` Drew Adams
  0 siblings, 2 replies; 6+ messages in thread
From: Drew Adams @ 2008-08-27 16:57 UTC (permalink / raw)
  To: 742, 'Glenn Morris'

FYI - The tool-bar problems I saw with Emacs 23 appear to be fixed in the
pretest (Emacs 22.2.91). HTH and Thx.

> From: Drew Adams Sent: Thursday, August 21, 2008 8:08 AM
> I haven't followed this, and I don't have time to look into 
> it further, but just in case it helps a bit:
> 
> I too have problems with the tool bar on Windows in Emacs 23 
> - have ever since 23 started. Tool bars keep showing up even
> though I have tool bars turned off.
> 
> > Information received off-list (see below) suggests this is
> > Windows-specific. I don't use Windows - can any Windows 
> > users help? It sounds like some redisplay thing...
> > 
> > Bostjan Vilfan wrote (on Wed, 20 Aug 2008 at 15:13 -0700):
> > 
> > > 1. I investigated the problem in the same version of Emacs running
> > > under VMware Workstation and Suse Linux 11.0. In that case you are
> > > right, the problem does not exist.
> > > 
> > > 2. However, under Windows XP it definitely does exist (at least on
> > > my machine). Re your question, I tried a different, very simple
> > > diary file, and obtained the same result. To this I must add an
> > > observation that I made by accident: If the tool bar is disabled as
> > > described previously and the Emacs window is covered with another
> > > window, the tool bar becomes active once again after the Emacs
> > > window is uncovered!







^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#742: tool-bar and diary on XP
  2008-08-27 16:57     ` Drew Adams
@ 2008-08-27 17:16       ` Jason Rumney
  2008-08-28 15:04       ` Drew Adams
  1 sibling, 0 replies; 6+ messages in thread
From: Jason Rumney @ 2008-08-27 17:16 UTC (permalink / raw)
  To: Drew Adams, 742

Drew Adams wrote:
> FYI - The tool-bar problems I saw with Emacs 23 appear to be fixed in the
> pretest (Emacs 22.2.91). HTH and Thx.
>   

Thanks for confirming that the problem was not introduced by a change 
that also went into the Emacs 22 branch.







^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#742: tool-bar and diary on XP
  2008-08-27 16:57     ` Drew Adams
  2008-08-27 17:16       ` Jason Rumney
@ 2008-08-28 15:04       ` Drew Adams
  1 sibling, 0 replies; 6+ messages in thread
From: Drew Adams @ 2008-08-28 15:04 UTC (permalink / raw)
  To: 742, 'Glenn Morris'

> From: Drew Adams Sent: Wednesday, August 27, 2008 9:57 AM
> FYI - The tool-bar problems I saw with Emacs 23 appear to be 
> fixed in the pretest (Emacs 22.2.91). HTH and Thx.
> 
> > From: Drew Adams Sent: Thursday, August 21, 2008 8:08 AM
> > I haven't followed this, and I don't have time to look into 
> > it further, but just in case it helps a bit:
> > 
> > I too have problems with the tool bar on Windows in Emacs 23 
> > - have ever since 23 started. Tool bars keep showing up even
> > though I have tool bars turned off.
> > 
> > > Information received off-list (see below) suggests this is
> > > Windows-specific. I don't use Windows - can any Windows 
> > > users help? It sounds like some redisplay thing...
> > > 
> > > Bostjan Vilfan wrote (on Wed, 20 Aug 2008 at 15:13 -0700):
> > > 
> > > > 1. I investigated the problem in the same version of 
> Emacs running
> > > > under VMware Workstation and Suse Linux 11.0. In that 
> case you are
> > > > right, the problem does not exist.
> > > > 
> > > > 2. However, under Windows XP it definitely does exist 
> (at least on
> > > > my machine). Re your question, I tried a different, very simple
> > > > diary file, and obtained the same result. To this I must add an
> > > > observation that I made by accident: If the tool bar is 
> disabled as
> > > > described previously and the Emacs window is covered 
> with another
> > > > window, the tool bar becomes active once again after the Emacs
> > > > window is uncovered!


Sorry, I was confused. I was thinking this was an Emacs 23 pretest. The problem
still exists in Emacs 23. :-(







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-08-28 15:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <386604.11228.qm@web58611.mail.re3.yahoo.com>
2008-08-20 23:41 ` bug#742: tool-bar and diary on XP Glenn Morris
2008-08-21 15:08   ` Drew Adams
2008-08-27 16:57     ` Drew Adams
2008-08-27 17:16       ` Jason Rumney
2008-08-28 15:04       ` Drew Adams
2008-08-26 23:37   ` Jason Rumney

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).