From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 57d2f24: * lisp/frame.el (make-frame-on-monitor): New command. (Bug#34516) Date: Thu, 28 Feb 2019 20:11:58 +0200 Message-ID: <83a7ifkck1.fsf@gnu.org> References: <20190225211142.21954.14993@vcs0.savannah.gnu.org> <20190225211144.0DD23206A2@vcs0.savannah.gnu.org> <83ef7umv4v.fsf@gnu.org> <877edluew8.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="58983"; mail-complaints-to="usenet@blaine.gmane.org" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 28 19:14:31 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gzQCO-000F6s-CH for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2019 19:14:24 +0100 Original-Received: from localhost ([127.0.0.1]:44437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzQCN-0007XN-Bw for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2019 13:14:23 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzQAY-0006em-LS for emacs-devel@gnu.org; Thu, 28 Feb 2019 13:12:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzQAY-00086P-8f; Thu, 28 Feb 2019 13:12:30 -0500 Original-Received: from [176.228.60.248] (port=1643 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gzQAV-00082T-Uw; Thu, 28 Feb 2019 13:12:30 -0500 In-reply-to: <877edluew8.fsf@mail.linkov.net> (message from Juri Linkov on Wed, 27 Feb 2019 22:59:03 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233707 Archived-At: > From: Juri Linkov > Cc: Robert Pluim , emacs-devel@gnu.org > Date: Wed, 27 Feb 2019 22:59:03 +0200 > > Now it's documented in the user manual. Thanks. > But I'm not sure about the menu. Currently the File menu contains: > > "New Frame on Display..." > > but the File menu already is so long that I think a new menu item like > > "New Frame on Monitor..." > > won't fit into it. > > For the same reason I haven't added a menu item for ‘vc-root-version-diff’ > to another overly long menu ‘vc-menu-map’. I don't have problems with that. > BTW, a related question about the menu: shouldn't the menu item > "Search Files (Grep)..." run a more user-friendly command ‘rgrep’ > instead of ‘grep’? That's an entirely different bikeshed, so feel free to start a new thread for it, if you want.