all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu.emacs.bug/news/@RUM.cs.yale.edu>
Subject: Re: [jonathan.the-seng1@etud.univ-ubs.fr: bug emacs]
Date: 27 Mar 2002 10:46:41 -0500	[thread overview]
Message-ID: <5lr8m6dndq.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: 15521.34797.986082.722896@jupiter.akutech-local.de

>>>>> "Ralf" == Ralf Fassel <ralfixx@gmx.de> writes:
> *** emacs-21.2/lwlib/xlwmenu.c~	Mon Apr 30 16:34:54 2001
> --- emacs-21.2/lwlib/xlwmenu.c	Wed Mar 27 09:42:04 2002
> ***************
> *** 2121,2127 ****
>   		  | PointerMotionHintMask
>   		  | ButtonReleaseMask
>   		  | ButtonPressMask),
> ! 		 GrabModeAsync, GrabModeAsync, None,
mw-> menu.cursor_shape,
event-> time);
>     pointer_grabbed = 1;
> --- 2121,2127 ----
>   		  | PointerMotionHintMask
>   		  | ButtonReleaseMask
>   		  | ButtonPressMask),
> ! 		 GrabModeAsync, GrabModeSync, None,
mw-> menu.cursor_shape,
event-> time);
>     pointer_grabbed = 1;

I think this patch only works around the bug.  The bug is that the
menu does not get unmapped when the main window is unmapped.

Grabbing more is bad in case of crashes so I'd rather avoid doing it
especially since it doesn't seem to be better from a user perspective
(what's the point of preventing the user from sending keyboard commands
to his window-manager) ?


	Stefan

  reply	other threads:[~2002-03-27 15:46 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-24 15:53 [jonathan.the-seng1@etud.univ-ubs.fr: bug emacs] Richard Stallman
2002-03-24 21:36 ` Robert Marshall
2002-03-25 12:01   ` Richard Stallman
2002-03-25 12:42     ` Robert Marshall
2002-03-25 14:11       ` Ralf Fassel
2002-03-26 23:18         ` Richard Stallman
2002-03-27  8:50           ` Ralf Fassel
2002-03-27 15:46             ` Stefan Monnier [this message]
2002-04-03 22:49               ` Richard Stallman
2002-04-03 23:31                 ` Stefan Monnier
2002-04-05  6:02                   ` Richard Stallman
2002-04-05 14:31                     ` Stefan Monnier
2002-04-05 23:41                       ` Richard Stallman
2002-03-28  4:54             ` Richard Stallman
2002-04-02 11:09         ` Stephen Berman
2002-03-26 23:18       ` Richard Stallman
2002-03-26 16:21     ` Stefan Monnier
2002-03-28  4:56       ` Richard Stallman
2002-03-28  9:07         ` Ralf Fassel
2002-03-28 14:27         ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5lr8m6dndq.fsf@rum.cs.yale.edu \
    --to=monnier+gnu.emacs.bug/news/@rum.cs.yale.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.