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 17:03:10 -0400 Message-ID: <87vboa2iy9.fsf@yale.edu> References: <87r3yy8for.fsf@yale.edu> <87zjdm2kp0.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]:52224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXcgk-0003p8-OX for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 17:04:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXcge-0002nW-SK for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 17:04:26 -0400 Received: from plane.gmane.org ([80.91.229.3]:51756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXcge-0002mG-MM for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 17:04:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XXcgY-0000KZ-IS for emacs-orgmode@gnu.org; Fri, 26 Sep 2014 23:04:14 +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 23:04:14 +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 23:04:14 +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 Jorge A. Alfaro-Murillo writes: > 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? I mean the only line in your .emacs for C-' -- Jorge.