From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Changes for emacs 28 Date: Sat, 12 Sep 2020 12:57:24 +0300 Message-ID: <83blibe2rf.fsf@gnu.org> References: <20200910231420.kvqg6ohvxetpup5c.ref@Ergus> <20200910231420.kvqg6ohvxetpup5c@Ergus> <83zh5whl5p.fsf@gnu.org> <20200911101509.v2b7dfiq6kuqlysp@Ergus> <83lfhgha8m.fsf@gnu.org> <87r1r8if75.fsf@gmail.com> <20200911144716.mxhuw2xbyz5chjas@Ergus> <87r1r8atpd.fsf@gmail.com> <20200912032232.7pgrflu5jmadpxoo@Ergus> <83r1r7ecbr.fsf@gnu.org> <83ft7ne6f1.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38321"; mail-complaints-to="usenet@ciao.gmane.io" Cc: caiohcs0@gmail.com, emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 12 11:57:55 2020 Return-path: Envelope-to: ged-emacs-devel@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 1kH2I6-0009s0-RE for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Sep 2020 11:57:54 +0200 Original-Received: from localhost ([::1]:39184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH2I5-0005Bf-JP for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Sep 2020 05:57:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kH2He-0004km-Oy for emacs-devel@gnu.org; Sat, 12 Sep 2020 05:57:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60665) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kH2He-0003ns-2y; Sat, 12 Sep 2020 05:57:26 -0400 Original-Received: from [176.228.60.248] (port=1625 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kH2Hc-0005Pe-Ua; Sat, 12 Sep 2020 05:57:25 -0400 In-Reply-To: (message from Ergus on Sat, 12 Sep 2020 11:38:40 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:255288 Archived-At: > Date: Sat, 12 Sep 2020 11:38:40 +0200 > CC: emacs-devel@gnu.org,caiohcs0@gmail.com > From: Ergus > > >Does the unmodified version of the code in the manual cause the same > >problem? If so, we'd need to revise it. > > In the manual says that the code is used by dired to disable the edit menu. But dired doesn't disable it. The code is commented out in dired.el. > I tried the original example and yes, I have the same 2 problems: needs a click and clocks emacs. It doesn't do that here, FWIW. Please submit a full bug report with the recipe to reproduce.