From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Frame Hooks, terminal Date: Wed, 31 Aug 2011 21:41:18 +0200 Message-ID: <87aaapgyht.wl%v.plechinger@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1314819696 27096 80.91.229.12 (31 Aug 2011 19:41:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Aug 2011 19:41:36 +0000 (UTC) To: Help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 31 21:41:33 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QyqfE-0001LU-SE for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Aug 2011 21:41:33 +0200 Original-Received: from localhost ([::1]:46526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QyqfE-0004oF-DA for geh-help-gnu-emacs@m.gmane.org; Wed, 31 Aug 2011 15:41:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyqf9-0004oA-Jv for Help-gnu-emacs@gnu.org; Wed, 31 Aug 2011 15:41:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qyqf8-0006oy-N8 for Help-gnu-emacs@gnu.org; Wed, 31 Aug 2011 15:41:27 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:63093) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qyqf8-0006op-Hl for Help-gnu-emacs@gnu.org; Wed, 31 Aug 2011 15:41:26 -0400 Original-Received: by ewy9 with SMTP id 9so831525ewy.0 for ; Wed, 31 Aug 2011 12:41:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:user-agent:mime-version :content-type; bh=GVgQvSjksTXDfeD8M21mC+2MITnPXmX8wkp2/mhcdtY=; b=eIUMue3vLcJZPNXzA4qn3yR1fQRgfrs4P9YJMq06Tx5vY5ptsONj/U0Ys0V+WvSXEe QXQJHQHy+OeigKjM7aLhiq3NCVHDqQ820+yiEa4QAaKwGVLeQ2SwDlefoPxzSeKYmEKJ Eon/7ZsHB6y3c8cddkeRXpr50hJ/hSYFEjrmA= Original-Received: by 10.14.7.71 with SMTP id 47mr464905eeo.52.1314819685123; Wed, 31 Aug 2011 12:41:25 -0700 (PDT) Original-Received: from voli.gmail.com (88-117-68-214.adsl.highway.telekom.at [88.117.68.214]) by mx.google.com with ESMTPS id 72sm4977740eee.52.2011.08.31.12.41.23 (version=SSLv3 cipher=OTHER); Wed, 31 Aug 2011 12:41:23 -0700 (PDT) User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:82105 Archived-At: Ahoj fellow emacs users. Recently (just now) I encountered a slight problem with the terminal version. I use the colemak-layout and for other ergonomic reasons I use keyboard-translate to change alot of the key-bindings. (add-hook 'before-make-frame-hook (lambda () (progn ;; many more keyboard-translate calls (keyboard-translate ?\C-k ?\C-j)))) This hook works wonderful for my graphical windows but not with inside a terminal. Any ideas how I can make this work for the terminal emacs-sessions? Best Regards, Valentin