From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 10:26:53 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 8C8DF16A4CF for ; Thu, 27 Jan 2005 10:26:53 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D42543D49 for ; Thu, 27 Jan 2005 10:26:53 +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 CF0122FABB; Thu, 27 Jan 2005 11:28:11 +0100 (CET) Message-ID: <41F8C211.3000504@incubus.de> Date: Thu, 27 Jan 2005 11:27:29 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Vilot References: <41F7D73D.2060409@vilot.com> <41F881A4.7040304@incubus.de> <41F8A2C0.5050903@vilot.com> In-Reply-To: <41F8A2C0.5050903@vilot.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions 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:26:53 -0000 Tom Vilot wrote: >> have you tried to include the above bindings in your $HOME/.gtkrc-2.0 >> file? maybe then it will get read by all applications using the gtk >> 2.x toolkit. > Thank you thank you thank you ... > This has been driving me bonkers! .... > It's not a systemwide setting .. but that's okay. In my home directory > will do ..... actually I think it's a little more involved.. or not. the bindings alone will probably not do, you also have to activate them. for an ordinary theme, you simply include in your .gtkrc-2.0 the line gtk-theme-name = "Foobar" maybe gtk-theme-name = "Emacs" will already work. if not, you somehow have to attach the defined bindings to the appropriate widgets; you probably have to google around a bit, or look it up how it's done in other theme files, since the gtk developers haven't deemed it necessary to document the gtkrc syntax (...)