From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexander Adolf Newsgroups: gmane.emacs.bugs Subject: bug#39890: 26.3; do-applescript undeterministic with long running scripts Date: Mon, 23 May 2022 17:26:29 +0200 Message-ID: <87fb1e091c6ed258ba269ec986df75c1@condition-alpha.com> References: <87pmk4o6zz.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19911"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39890@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 23 18:17:16 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ntAk7-000512-Ro for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 23 May 2022 18:17:15 +0200 Original-Received: from localhost ([::1]:49836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ntAk6-0002n8-7J for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 23 May 2022 12:17:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ntAjv-0002me-24 for bug-gnu-emacs@gnu.org; Mon, 23 May 2022 12:17:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56209) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ntAju-0003rJ-Mi for bug-gnu-emacs@gnu.org; Mon, 23 May 2022 12:17:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ntAju-0002EF-Gf for bug-gnu-emacs@gnu.org; Mon, 23 May 2022 12:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alexander Adolf Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 23 May 2022 16:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39890 X-GNU-PR-Package: emacs Original-Received: via spool by 39890-submit@debbugs.gnu.org id=B39890.16533225998525 (code B ref 39890); Mon, 23 May 2022 16:17:02 +0000 Original-Received: (at 39890) by debbugs.gnu.org; 23 May 2022 16:16:39 +0000 Original-Received: from localhost ([127.0.0.1]:50104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ntAjV-0002DN-0B for submit@debbugs.gnu.org; Mon, 23 May 2022 12:16:39 -0400 Original-Received: from smtprelay03.ispgateway.de ([80.67.29.28]:15481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt9x1-0004sX-Rx for 39890@debbugs.gnu.org; Mon, 23 May 2022 11:26:35 -0400 Original-Received: from [46.244.215.200] (helo=condition-alpha.com) by smtprelay03.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nt9xI-0006nL-9V; Mon, 23 May 2022 17:26:48 +0200 In-Reply-To: <87pmk4o6zz.fsf@gnus.org> X-Df-Sender: YWxleGFuZGVyLmFkb2xmQGNvbmRpdGlvbi1hbHBoYS5jb20= X-Mailman-Approved-At: Mon, 23 May 2022 12:16:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:232983 Archived-At: Hello Lars, Lars Ingebrigtsen writes: > [...] > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) > > I see that in the time since this was reported, > eudc-macos-contacts-search-helper has been changed to essentially be the > code suggested by Alexander here, so I assume that this fixed the > problem, and I'm closing this bug report. If that's mistaken, please > respond to the debbugs address and we'll reopen. > [...] The bug is about the behaviour of the elisp function's implementation vs. the command line tool shipped with the OS. Thus, the code I suggested is a workaround. I'm also the contributor of eudc-macos-contacts-search-helper, btw. That said, and as it doesn't seem to have bitten anyone else, it's probably best to close the issue. Many thanks and cheers, --alexander