unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu.
       [not found] <E1VUgmI-0007f6-W5@vcs.savannah.gnu.org>
@ 2013-10-11 18:51 ` Stefan Monnier
  2013-10-11 18:55   ` Óscar Fuentes
  2013-10-11 20:29   ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Monnier @ 2013-10-11 18:51 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

> +(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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu.
  2013-10-11 18:51 ` [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu Stefan Monnier
@ 2013-10-11 18:55   ` Óscar Fuentes
  2013-10-11 19:58     ` Stefan Monnier
  2013-10-11 20:29   ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Óscar Fuentes @ 2013-10-11 18:55 UTC (permalink / raw)
  To: emacs-devel

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

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

IIRC M-` is unusable on some international keyboards (Spanish, for
instance.)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu.
  2013-10-11 18:55   ` Óscar Fuentes
@ 2013-10-11 19:58     ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2013-10-11 19:58 UTC (permalink / raw)
  To: Óscar Fuentes; +Cc: emacs-devel

>> Do we really want that?  There's already M-` for those who want tmm-menubar.
> IIRC M-` is unusable on some international keyboards (Spanish, for
> instance.)

In those cases, there's

  (global-set-key [f10] 'tmm-menubar)


-- Stefan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu.
  2013-10-11 18:51 ` [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu Stefan Monnier
  2013-10-11 18:55   ` Óscar Fuentes
@ 2013-10-11 20:29   ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-10-11 20:29 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Cc: emacs-devel@gnu.org
> Date: Fri, 11 Oct 2013 14:51:17 -0400
> 
> > +(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?

Feel free to delete, if you think we don't (but then you'd need to
update the manual and NEWS to follow suit).  I just don't like
backward incompatibilities, so I left behind a fire escape.

Btw, this defcustom has nothing to do with the revision in the
subject.  It was just moved by that revision to a slightly different
place in the same file.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-11 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1VUgmI-0007f6-W5@vcs.savannah.gnu.org>
2013-10-11 18:51 ` [Emacs-diffs] trunk r114629: Make the same key that opens TTY menus also exit the menu Stefan Monnier
2013-10-11 18:55   ` Óscar Fuentes
2013-10-11 19:58     ` Stefan Monnier
2013-10-11 20:29   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).