From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelina Carlton Newsgroups: gmane.emacs.help Subject: Re: emacs-snapshot keybinding problem Date: Fri, 30 Dec 2005 13:31:39 -0500 Message-ID: <87y822sagk.fsf@magma.ca> References: <87zmmjyz2z.fsf-monnier+gnu.emacs.help@gnu.org> <8764p6u0mp.fsf@magma.ca> <89094436dbe19fc651e2bc3fd10bfcce@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135968418 23385 80.91.229.2 (30 Dec 2005 18:46:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2005 18:46:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 30 19:46:55 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EsPH4-00009x-8D for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Dec 2005 19:46:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsPIU-0005uf-2T for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Dec 2005 13:48:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EsP59-0006jA-31 for help-gnu-emacs@gnu.org; Fri, 30 Dec 2005 13:34:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EsP43-00069Y-6Q for help-gnu-emacs@gnu.org; Fri, 30 Dec 2005 13:33:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsP41-000693-8p for help-gnu-emacs@gnu.org; Fri, 30 Dec 2005 13:33:18 -0500 Original-Received: from [206.191.0.250] (helo=mx2.magma.ca) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EsP4a-0001Qm-3k for help-gnu-emacs@gnu.org; Fri, 30 Dec 2005 13:33:52 -0500 Original-Received: from mx1.magmacom.com (mx1.magmacom.com [206.191.0.217]) by mx2.magma.ca (8.13.0/8.13.0) with ESMTP id jBUIVjed027516 for ; Fri, 30 Dec 2005 13:31:46 -0500 Original-Received: from mail2.magma.ca (mail2.magma.ca [206.191.0.214]) by mx1.magmacom.com (8.13.0/8.13.0) with ESMTP id jBUIVi2N028683 for ; Fri, 30 Dec 2005 13:31:45 -0500 Original-Received: from localhost.localdomain (ottawa-hs-64-26-147-46.d-ip.magma.ca [64.26.147.46]) by mail2.magma.ca (8.13.0/8.13.0) with ESMTP id jBUIVgHb016817 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 30 Dec 2005 13:31:44 -0500 Original-Received: from orchid by localhost.localdomain with local (Exim 4.50) id 1EsP2S-0003KB-0c for help-gnu-emacs@gnu.org; Fri, 30 Dec 2005 13:31:40 -0500 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <89094436dbe19fc651e2bc3fd10bfcce@Web.DE> (Peter Dyballa's message of "Fri, 30 Dec 2005 16:45:04 +0100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:32311 Archived-At: Peter Dyballa writes: > In .xmodmaprc the lines could be like: > > keycode 10 = 1 exclam exclamdown onesuperior > > To cite from the man page: > > Up to eight keysyms may be attached to a key, however the last > four are not used in any major X server implementation. The first > keysym is used when no modifier key is pressed in conjunction with > this key, the second with Shift, the third when the Mode_Switch key is > used with this key and the fourth when both the Mode_Switch and Shift > keys are used. > > One problem is to find the keysyms (names) your system > understands. These are predefined in a C header file, > /usr/X11R6/include/X11/keysymdef.h. Check whether F1[1-9] are > #define'd there! I think I see the problem, in my /usr/X11R6/include/X11/keysymdef.h file some of the keys I wish to enable have no symbols (0x0) >>From xev and keysymdef.h +---------------------------------------------+ |on kb number hex symbol #define: | |---------------------------------------------| |F13 182 0x0 NoSymbol | |F14 183 0xFFCB F14 XK_F14, XK_L4| |F15 184 0xFFCC F15 XK_F15, XK_L5| |F16 93 0x0 NoSymbol | |LOPT 115 0xFFCA F13 XK_F13, XK_L3| |ROPT 116 0xFFCD F16 XK_F16, XK_L6| +---------------------------------------------+ So the physical key "left option" is bound to F13 and "right option" is bound to F16. Hopefully I can remap these now to play nicely with emacs22 -- -----Angelina Carlton----- orchid on irc.freenode.net brat@magma.ca web:bzgirl.bakadigital.com --------------------------