all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Martín" <mardani29@yahoo.es>
To: Konrad Podczeck <konrad.podczeck@univie.ac.at>
Cc: emacs-devel@gnu.org
Subject: Re: tool-bar
Date: Thu, 07 Dec 2023 15:38:51 +0100	[thread overview]
Message-ID: <m134wegjr8.fsf@yahoo.es> (raw)
In-Reply-To: <401DD7A7-AADA-443A-85FA-1ACD95DFFC0C@univie.ac.at> (Konrad Podczeck's message of "Thu, 7 Dec 2023 09:20:20 +0100")

Konrad Podczeck <konrad.podczeck@univie.ac.at> writes:

> In nsterm.m, deleting the lines of code
>
>
> #ifdef NS_IMPL_COCOA
>  if (! send_appdefined)
>    {
>    /* OS X 10.10.1 swallows the AppDefined event we are sending ourselves
>         in certain situations (rapid incoming events).
>         So check if we have one, if not add one.  */
>      NSEvent *appev = [NSApp nextEventMatchingMask:NSEventMaskApplicationDefined
>                                          untilDate:[NSDate distantPast]
>                                             inMode:NSDefaultRunLoopMode
>                                            dequeue:NO];
>      if (! appev) send_appdefined = YES;
>    }
> #endif
>
> as done in commit 6acb3c5b05a7b9fb32a5336e1bb740f527571ae9 on 23-09-11, seems to be incompatible with macos Sonoma or Monterey. In both versions, and with both an M1 processor and an Intel one, I got the following problem, with these lines of code removed. I have pdf-tools installed, and via the code in windows.el, I have both the pdf output and some latex source code to appear in their own frames. I also have a managed to have a tool-bar in the frame showing the pdf-outout, with an icon for going from one page to the next. Now if I repeatedly click with the mouse on this icon very fast, then, after 3 to 5 clicks, the whole emacs.app begins to hang. This is not so with the above lines of code still present in nsterm.m.
>

Could you send a bug report to bug-gnu-emacs@gnu.org (or use M-x
report-emacs-bug), so we can track this issue properly?  Thanks.



      reply	other threads:[~2023-12-07 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-07  8:20 tool-bar Konrad Podczeck
2023-12-07 14:38 ` Daniel Martín [this message]

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=m134wegjr8.fsf@yahoo.es \
    --to=mardani29@yahoo.es \
    --cc=emacs-devel@gnu.org \
    --cc=konrad.podczeck@univie.ac.at \
    /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.