From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kastian@mail.ru Newsgroups: gmane.emacs.help Subject: Re: confusion with defining keys Date: Wed, 11 Jun 2014 12:21:33 +0400 Message-ID: <20140611082132.GA3540@eee> References: <8761k8hw8s.fsf@yun.yagibdah.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1402492172 5641 80.91.229.3 (11 Jun 2014 13:09:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2014 13:09:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 11 15:09:25 2014 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 1WuiHM-0007rp-R8 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2014 15:09:24 +0200 Original-Received: from localhost ([::1]:46239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuiHM-0001Qp-BW for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2014 09:09:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WudRi-0004Ym-28 for help-gnu-emacs@gnu.org; Wed, 11 Jun 2014 03:59:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WudRa-0000EI-Ee for help-gnu-emacs@gnu.org; Wed, 11 Jun 2014 03:59:46 -0400 Original-Received: from smtp29.i.mail.ru ([94.100.177.89]:35380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WudRa-0000EA-6n for help-gnu-emacs@gnu.org; Wed, 11 Jun 2014 03:59:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=JodWhJ2PyBJh7vR59W8JfVYCwkZJu5GdE9r8ok2RQxQ=; b=B+f0/AfIQUI0yzsG4tE7UVerBKamOeShItWs++mo5i11Rot3DRMtuGjLt01FDJh6VLbX4kIyb8htOlc5ZkdD8df/jbV17uMcxvJDWw8MjvgL2FvpftbEgfB0A3pSnCDK4TOzuA8gbLPe/jIo7ZH+axXOHfRogF4xIA4Lmys+I84=; Original-Received: from [188.124.38.71] (port=35497 helo=eee) by smtp29.i.mail.ru with esmtpa (envelope-from ) id 1WudRX-0001Ki-Vc for help-gnu-emacs@gnu.org; Wed, 11 Jun 2014 11:59:36 +0400 Content-Disposition: inline In-Reply-To: <8761k8hw8s.fsf@yun.yagibdah.de> User-Agent: Mutt/1.5.22 (2013-10-16) X-Spam: Not detected X-Mras: Ok X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 94.100.177.89 X-Mailman-Approved-At: Wed, 11 Jun 2014 09:09:14 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98142 Archived-At: Hello On Wed, Jun 11, 2014 at 07:05:07AM +0200, lee wrote: > Hi, > how come that sometimes keys cannot be defined (for X11 frames)? I'm > trying to define something for 'undo, like: > (global-set-key "\C-ä" 'undo) > This doesn't define the key binding. Same goes for C-#. Using 'kbd > doesn't work, either. > What might be the problem with this, and how can I define such keys? I've similar problem with russian letters, but (global-set-key [?\M-й] 'function) works well.