emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu.
Date: Fri, 11 Oct 2013 14:51:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(defcustom tty-menu-open-use-tmm nil
> +  "If non-nil, \\[menu-bar-open] on a TTY will invoke `tmm-menubar'.
> +
> +If nil, \\[menu-bar-open] will drop down the menu corresponding to the
> +first (leftmost) menu-bar item; you can select other items by typing
> +\\[forward-char], \\[backward-char], \\[right-char] and \\[left-char]."
> +  :type '(choice (const :tag "F10 drops down TTY menus" nil)
> +              (const :tag "F10 invokes tmm-menubar" t))
> +  :group 'display
> +  :version "24.4")

Do we really want that?  There's already M-` for those who want tmm-menubar.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]