From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Overriding emacs key bindings Date: Tue, 17 May 2016 21:38:52 +0100 Message-ID: <874m9wctcz.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1463535940 12456 80.91.229.3 (18 May 2016 01:45:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 May 2016 01:45:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, embe8573@student.uu.se, xiongtk@gmail.com To: Kaushal Modi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 18 03:45:28 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b2qYB-0003tc-Fe for geh-help-gnu-emacs@m.gmane.org; Wed, 18 May 2016 03:45:27 +0200 Original-Received: from localhost ([::1]:41995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2qYA-0007De-Em for geh-help-gnu-emacs@m.gmane.org; Tue, 17 May 2016 21:45:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2qRX-0004mx-DM for help-gnu-emacs@gnu.org; Tue, 17 May 2016 21:38:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2lle-0000dj-I1 for help-gnu-emacs@gnu.org; Tue, 17 May 2016 16:39:07 -0400 Original-Received: from outbound-smtp11.blacknight.com ([46.22.139.16]:46776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2lle-0000bJ-Ai for help-gnu-emacs@gnu.org; Tue, 17 May 2016 16:39:02 -0400 Original-Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp11.blacknight.com (Postfix) with ESMTPS id 3BAC41C17F8 for ; Tue, 17 May 2016 21:38:55 +0100 (IST) Original-Received: (qmail 18941 invoked from network); 17 May 2016 20:38:54 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.147.158]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 17 May 2016 20:38:54 -0000 In-Reply-To: (message from Kaushal Modi on Tue, 17 May 2016 03:25:37 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 46.22.139.16 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110028 Archived-At: Kaushal Modi writes: > While I do agree that a wide range of user bindings are available with C-c > prefix, I would not recommend blindly using all available "C-c SYMBOL" > bindings without checking of org-mode already uses them especially if you > use org-mode a lot. I now first check if a new binding conflicts with > org-mode before creating a new personal C-c binding. You're right. I didn't know that Org uses those keys. BR, Robert Thorpe