From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Valentin Plechinger Newsgroups: gmane.emacs.help Subject: Keyboard Translate Date: Tue, 21 Jun 2011 19:07:19 +0200 Message-ID: <87r56nkta0.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 1308677048 10634 80.91.229.12 (21 Jun 2011 17:24:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 17:24:08 +0000 (UTC) To: Help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 21 19:24:04 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 1QZ4gD-0003g2-TR for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2011 19:24:02 +0200 Original-Received: from localhost ([::1]:45499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4gC-0002iS-JE for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2011 13:24:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4QH-0006WU-8Y for Help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 13:07:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ4QF-0000nI-0c for Help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 13:07:33 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:38304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ4QE-0000mr-L0 for Help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 13:07:30 -0400 Original-Received: by wwf22 with SMTP id 22so2591866wwf.30 for ; Tue, 21 Jun 2011 10:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:message-id:from:to:subject:user-agent :mime-version:content-type; bh=8iYPuFZZjgCqC6oj+X19N1rHWX9FwBJnsdrT1STbhGM=; b=a/4mALf4TPoU8que5iF9X8X2aybCGHl4JANX4Pxe3lksV04s7pYj+2CKuJeqQQjcS9 FYJIXiJDyKSNz7mmBA1j5+M24+NwDYY0ZFkI+Qud6JqMuE59KWQVST423WmUOA9b/Z8r 7lxVoKNKRr/pVF30emLKUTnVjtKlxDLE53wkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:user-agent:mime-version :content-type; b=EUhJhvoIrXHNBOe6xMewzqj9kcIqnbpkSj9APJ++XUBA08WpG+yBWTMZwbwp0a94tu Q8+hswWMUqb8We+UxqsjIywLOYl/IgayrTA4V6am5Rd7HyoHkQmFLePSRR7BSZe1hQ7X llk2DDJL1ixnGEE6RtCwGfD/ieC7+kRBV0IT0= Original-Received: by 10.216.93.4 with SMTP id k4mr1080120wef.14.1308676048785; Tue, 21 Jun 2011 10:07:28 -0700 (PDT) Original-Received: from voli.gmail.com (188-22-101-251.adsl.highway.telekom.at [188.22.101.251]) by mx.google.com with ESMTPS id g2sm3590542wes.10.2011.06.21.10.07.27 (version=SSLv3 cipher=OTHER); Tue, 21 Jun 2011 10:07:27 -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: 74.125.82.49 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:81389 Archived-At: Hello, I have some trouble with keyboard-translate This is in my .emacs ... (keyboard-translate ?\C-p ?\C-t) ; translate (keyboard-translate ?\C-e ?\C-p) ; translate (keyboard-translate ?\C-f ?\C-e) ; translate ... The Problem is that this doesn't get evaluated when the emacs daemon starts, so I have to eval it by hand. Also if I close the frame where my .emacs is opened after evaluating, it stops working and I have to evaluate my .emacs again. Which sucks... a lot... Any clues how to solve this? Cheers, Valentin