unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Keith David Bershatsky <esq@lawlist.com>,
	"15358@debbugs.gnu.org" <15358@debbugs.gnu.org>
Subject: bug#15358: 24.3.50; Remove message: "You can run the command `make-frame' with <ns-new-frame>"
Date: Thu, 12 Sep 2013 13:59:37 -0400	[thread overview]
Message-ID: <jwv4n9qvtmi.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <7E26327B-5AD6-4A12-8A6A-E8B55702D523@swipnet.se> ("Jan Djärv"'s message of "Thu, 12 Sep 2013 08:56:04 +0200")

> When the user right-clicks on the Emacs icon in the dock, there is a New
> frame command there.  nsterm.m turns that event into an Emacs Lisp event,
> that keyboard.c with system-key-alist turns into ns-new-frame.
> The binding is in the global key map.  Is there a better place?

The place looks about right, but these events aren't "key presses",
so just like we don't mention "menu keybindings", we shouldn't mention
these either.

Menu-bar bindings are normally not mentioned in such messages and these
"gui event" bindings shouldn't either.  So maybe we should move those
bindings to a submap (e.g. with a `gui' prefix, similar to the
`menu-bar' prefix for menu events), which we can then add to
Vmouse_events (in src/keymap.c).


        Stefan





      reply	other threads:[~2013-09-12 17:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 20:36 bug#15358: 24.3.50; Remove message: "You can run the command `make-frame' with <ns-new-frame>" Keith David Bershatsky
2013-09-12  1:30 ` Glenn Morris
2013-09-12  3:33   ` Stefan Monnier
2013-09-12  6:56   ` Jan Djärv
2013-09-12 17:59     ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv4n9qvtmi.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=15358@debbugs.gnu.org \
    --cc=esq@lawlist.com \
    --cc=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).