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: Sun, 13 Sep 2020 17:29:04 +0300 Message-ID: <834ko1da33.fsf@gnu.org> References: <87mu1xrjqw.fsf@gkayaalp.com> <48ed4897-356c-4669-a330-1fdb5d65402b@default> <83lfhhijbl.fsf@gnu.org> <871rj9uz12.fsf@gkayaalp.com> <875z8k4wv8.fsf@posteo.net> <83pn6shjni.fsf@gnu.org> <20200911074445.GB5194@tuxteam.de> <87zh5uqdqm.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37025"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 13 16:29:45 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 1kHT0i-0009Yd-NW for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Sep 2020 16:29:44 +0200 Original-Received: from localhost ([::1]:51970 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHT0h-0005vs-PM for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Sep 2020 10:29:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHT07-0005Uc-67 for emacs-devel@gnu.org; Sun, 13 Sep 2020 10:29:07 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58673) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHT05-0005TP-1S; Sun, 13 Sep 2020 10:29:05 -0400 Original-Received: from [176.228.60.248] (port=3733 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kHT02-0004dh-TL; Sun, 13 Sep 2020 10:29:04 -0400 In-Reply-To: <87zh5uqdqm.fsf@mail.linkov.net> (message from Juri Linkov on Sun, 13 Sep 2020 11:41:45 +0300) 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:255489 Archived-At: > From: Juri Linkov > Date: Sun, 13 Sep 2020 11:41:45 +0300 > Cc: emacs-devel@gnu.org > > If the menu-bar isn't displayed then we could display the Hamburger icon > in the tool-bar, and clicking on it will pop-up the menu with items from > the menu-bar, so users won't need to display both menu-bar and tool-bar. If the menu bar isn't displayed, C-mouse-3 already displays a menu that shows all the top-level menu-bar items. So we don't really need the Hamburger icon (but it wouldn't hurt to have it, of course -- provided they don't disable the tool bar as well...)