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: Undo mode Date: Fri, 21 Jan 2022 21:22:41 +0200 Message-ID: <83k0esopvi.fsf@gnu.org> References: <86tudyw1ir.fsf@mail.linkov.net> <6d8355dee1bb42a18fd0@heytings.org> <83mtjpnowf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21867"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gregory@heytings.org, juri@linkov.net, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 21 20:25:07 2022 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 1nAzX0-0005XO-6d for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 20:25:06 +0100 Original-Received: from localhost ([::1]:44338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAzWz-0001hY-2Q for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Jan 2022 14:25:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAzUr-0000FT-MH for emacs-devel@gnu.org; Fri, 21 Jan 2022 14:22:54 -0500 Original-Received: from [2001:470:142:3::e] (port=50514 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAzUq-0005R9-9c; Fri, 21 Jan 2022 14:22:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=J77SY7d5fkLZw5P5tmfhDcsRyGaEM+jKeMuY/hmWkpE=; b=dCfIqqK8YLtmemfRL3bx +j0sqZItPnpNt2opSfyNcvP1KyYHZ1XhJ8glTChCFq6v2Wit7eJxpD/Ctxuk9N4JR4j2EGBPV1KX2 s1fdzT+bOKbuGE5LvHdP7Em6AgoI2IgQGi9h8zB/O9iyzHQR1F4QCwDjTR3cSb8OIcECQnNHD80/e oAbQj7ZOpKAwNqbOGSJHztoAxqGaHzTHhpt0+PmiFC82+TBfvHVmZcgwI1SNz9eEJDnBymtyg5lEo 3CIHMkUkXkVPqc0Mu1ir4/YYiPQ9pRZrBntUC+/tIWNJPQceQlF5+mKTRmoabqT5a05xBFAdlR2e5 R2EVLJj4zJptdA==; Original-Received: from [87.69.77.57] (port=3558 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAzUp-0000WP-4U; Fri, 21 Jan 2022 14:22:52 -0500 In-Reply-To: (message from Yuri Khan on Fri, 21 Jan 2022 22:07:44 +0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:285155 Archived-At: > From: Yuri Khan > Date: Fri, 21 Jan 2022 22:07:44 +0700 > Cc: Gregory Heytings , Emacs developers , > Juri Linkov > > On Fri, 21 Jan 2022 at 21:29, Eli Zaretskii wrote: > > > > Why would it be on the File menu rather than Options? > > > > Because that's where Delete Frame is. > > That does not explain much. ‘Cut’, ‘Paste’ and ‘Search’ are on Edit > but ‘Use CUA Keys’ and ‘Default Search Options’ are on Options. Buffer > names are on Buffers, but ‘Use Directory Names in Buffer Names’ is on > Options. The options in your examples are much more distant from the corresponding commands, so I see no analogy and no need to do something similar in this case.