From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: A Microsoftesque detail in org Date: Mon, 18 May 2015 17:39:36 +0200 Message-ID: <87pp5xuc7b.fsf@gmx.us> References: <87382yji8z.fsf@iki.fi> <87lhgqxeq0.fsf@gmx.us> <87k2w754vk.fsf@iki.fi> <874mnaykh0.fsf@gmx.us> <20150518143733.GF7797@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuN93-0002eA-Mb for emacs-orgmode@gnu.org; Mon, 18 May 2015 11:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuN8z-0003AI-MN for emacs-orgmode@gnu.org; Mon, 18 May 2015 11:39:57 -0400 Received: from plane.gmane.org ([80.91.229.3]:35734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuN8z-0003AA-FX for emacs-orgmode@gnu.org; Mon, 18 May 2015 11:39:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YuN8t-0004L5-Eh for emacs-orgmode@gnu.org; Mon, 18 May 2015 17:39:47 +0200 Received: from 104.238.169.146 ([104.238.169.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2015 17:39:47 +0200 Received: from rasmus by 104.238.169.146 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 May 2015 17:39:47 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Suvayu Ali writes: > As for Rasmus's examples of similar behaviour in other modes, I don't > like them either. Unfortunately again, I'm too short on time to fix the > behaviour in my setup. So far nobody has felt strongly enough about this to supply a patch, even to org.texi or, I think, worg. Here's an untested start to get rid of those pesky Microsoftesque detail in org-mode (with-eval-after-load 'org (add-hook 'org-mode-hook (defun org-keyboard-purist () (org-defkey org-mode-map (kbd "RET") nil) (mapc (lambda (key) (org-defkey org-mode-map key nil)) (list [(control return)] [(shift control return)] [(meta return)]))))) —Rasmus -- It was you, Jezebel, it was you