From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 10:34:49 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9DB16A4CE for ; Thu, 27 Jan 2005 10:34:49 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE1343D2F for ; Thu, 27 Jan 2005 10:34:48 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (pD9E68C71.dip.t-dialin.net [217.230.140.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 415DE3031D; Thu, 27 Jan 2005 11:36:05 +0100 (CET) Message-ID: <41F8C3E5.4070603@incubus.de> Date: Thu, 27 Jan 2005 11:35:17 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthias Buelow References: <41F7D73D.2060409@vilot.com> <41F881A4.7040304@incubus.de> <41F8A2C0.5050903@vilot.com> <41F8C211.3000504@incubus.de> In-Reply-To: <41F8C211.3000504@incubus.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions cc: Tom Vilot Subject: Re: X11 / keyboard emacs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 10:34:49 -0000 I wrote: > maybe gtk-theme-name = "Emacs" will already work. That didn't work but one apparently can include files. The following line appended to ~/.gtkrc-2.0 enabled "emacs" keybindings for me in the text entry widgets: include "/usr/X11R6/share/themes/Emacs/gtk-2.0-key/gtkrc" Don't know if that's the "proper" way to do that but it seems to work ok (no warnings when starting gtk2 apps).