From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: global-key-prefix in GNU emacs 25 Date: Thu, 10 Dec 2015 10:54:40 +0000 Message-ID: <878u52y3nz.fsf@mat.ucm.es> References: <877fknplfa.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449744918 30795 80.91.229.3 (10 Dec 2015 10:55:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2015 10:55:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 10 11:55:11 2015 Return-path: Envelope-to: ged-emacs-devel@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 1a6ysQ-0001rQ-H1 for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 11:55:10 +0100 Original-Received: from localhost ([::1]:40422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ysP-0001L7-WD for ged-emacs-devel@m.gmane.org; Thu, 10 Dec 2015 05:55:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ys8-0001K5-Oy for emacs-devel@gnu.org; Thu, 10 Dec 2015 05:54:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6ys4-0006Bz-Nf for emacs-devel@gnu.org; Thu, 10 Dec 2015 05:54:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:36761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ys4-0006Bt-5Z for emacs-devel@gnu.org; Thu, 10 Dec 2015 05:54:48 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6ys2-00012o-M3 for emacs-devel@gnu.org; Thu, 10 Dec 2015 11:54:46 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2015 11:54:46 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Dec 2015 11:54:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:MK9t7g3kbgrjR+dp2RCEFdH7Lho= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196018 Archived-At: > Uwe Brauer writes: > If you have bound "\C-ch" to some command then you cannot use it as a > prefix key. Either custimize the variable to use a different key > sequence, or don't bind "\C-ch". Aha, sigh you are right thanks. Uwe