From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Drop-down menus, popup menus, and popup dialogs supported on TTYs Date: Wed, 9 Oct 2013 19:07:45 +0200 Message-ID: References: <831u3vsjrf.fsf@gnu.org> <20131009.133242.7368376887673130.yamato@redhat.com> <83ob6yqu5k.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1381338474 23900 80.91.229.3 (9 Oct 2013 17:07:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2013 17:07:54 +0000 (UTC) Cc: Masatake YAMATO , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 09 19:07:55 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VTxEn-0005Kr-31 for ged-emacs-devel@m.gmane.org; Wed, 09 Oct 2013 19:07:53 +0200 Original-Received: from localhost ([::1]:42925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxEm-000885-LM for ged-emacs-devel@m.gmane.org; Wed, 09 Oct 2013 13:07:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxEj-000880-V3 for emacs-devel@gnu.org; Wed, 09 Oct 2013 13:07:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTxEi-0004cu-TU for emacs-devel@gnu.org; Wed, 09 Oct 2013 13:07:49 -0400 Original-Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:63801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTxEg-0004cI-S5; Wed, 09 Oct 2013 13:07:47 -0400 Original-Received: by mail-la0-f41.google.com with SMTP id ec20so967059lab.14 for ; Wed, 09 Oct 2013 10:07:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WBIo1z6ca3O6MYqS/UNtmwtFEJZQVG5AMuqHCz/Tr1M=; b=CWl9um8t/BH6CdP0sqt35XLFb/kI2hiCdvktWMXfNOUykxy9JMfCH9WnPPNUYLVBjq wPc403SJEAEQtmB/8QmwXe70zVNip45oSJnxc9DjPUuGzckvO5I8e0sen/UdBMIQlDAI 5A29U/veOan+wnOPN3zHy/dtT0V9EqMZ7mgXLbltexITbDiHcY8Sm08IME5S3LKReTE2 JkAANlfOdX8JU8W/ozc+8am6rF9u1x5HQS4P9gSRede8y2QCnvBtann/BxfN8BPnISdt jJ/QbIUUEYFlJtcBFWzE+iR0Ebf7n+Z0+z8qp0957mTjWa1W4Y7/6NJpD6MNBqoekFhy o8rw== X-Received: by 10.152.203.233 with SMTP id kt9mr7166116lac.29.1381338465392; Wed, 09 Oct 2013 10:07:45 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Wed, 9 Oct 2013 10:07:45 -0700 (PDT) In-Reply-To: <83ob6yqu5k.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164039 Archived-At: >> I'd like to report one thing I found during test. >> pressing shows nothing if menu-bar-mode is off. >> It is nice if menu-bar is shown temporary and automatically. >> >> Here is a temporary solution. use your code only if >> menu-bar is shown. > > Hmm... do people really want to have menus when the menu bar is turned > off? I thought they disable the menu bar because they don't want any > menus at all. But F10 is an explicit request for unfolding the menu. Why not satisfy that request? > But if this is what people want, I don't mind. > > Opinions? I fully agree with Masatake's proposal. It makes much sense to me. -- Dani Moncayo