From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe Helary Subject: keybindings again... Date: Fri, 30 Jun 2017 11:42:15 +0900 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQlt5-00021X-Mn for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 22:42:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQlt4-0000zr-Pz for emacs-orgmode@gnu.org; Thu, 29 Jun 2017 22:42:27 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Help Gnu Emacs mailing list Cc: Org-mode I'm using emacs built from master, emacs -nw, after moving .emacs.el and = .emacs.d away, on OSX 10.12. I'm trying to assign M-S-RET to org-insert-todo-heading because for some = reason it is not assigned by default: every time I hit ESC S-RET I get = ESC RET only. So, I tried things from http://ergoemacs.org/emacs/keystroke_rep.html First, this works fine: (global-set-key (kbd "M-b") 'org-insert-todo-heading) But this doesn't: (global-set-key (kbd "M-") 'org-insert-todo-heading) What I get here is the old M-return =3D org-insert-heading. What is the problem here ? Jean-Christophe=20