From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: How to re-bind C-,? Date: Fri, 26 Sep 2014 16:25:31 -0400 Message-ID: <87zjdm2kp0.fsf@yale.edu> References: <87r3yy8for.fsf@yale.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXc6L-0003TP-0f for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 16:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXc6E-0000vy-VN for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 16:26:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:46458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXc6E-0000vQ-OJ for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 16:26:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XXc66-00069E-My for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 22:26:34 +0200 Received: from nat-130-132-173-32.central.yale.edu ([130.132.173.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2014 22:26:34 +0200 Received: from jorge.alfaro-murillo by nat-130-132-173-32.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Sep 2014 22:26:34 +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 Grant Rettke writes: > On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo > wrote: >> For me `org-cycle-agenda-files' is bound to C-', not C-, maybe >> you have something that sets C-' to C-, globally? > > Definitely, here in my .emacs.el: > > ╭──── │ (global-set-key (kbd "C-;") 'vc-next-action) │ > (global-set-key (kbd "C-'") 'er/expand-region) ╰──── That is very strange. It is that the line in your .emacs for C-'? Outside of org files, does C-, work as expected, or does it expand the region? -- Jorge.