From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [comp.emacs] Announcing Easymacs: an all-in-one Emacs configuration for newbies Date: Fri, 01 Jul 2005 16:55:15 +0200 Message-ID: <42C55953.1010700@student.lu.se> References: <85y88r6kf2.fsf@lola.goethe.zz> <200507011421.j61ELIm27564@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120229530 17853 80.91.229.2 (1 Jul 2005 14:52:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2005 14:52:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 16:52:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DoMrS-0005jo-ME for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2005 16:51:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoMzv-0002Xx-Re for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2005 11:00:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DoMwf-0001Tv-R6 for emacs-devel@gnu.org; Fri, 01 Jul 2005 10:56:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DoMwW-0001M7-Bd for emacs-devel@gnu.org; Fri, 01 Jul 2005 10:56:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoMwT-0001Ac-R3 for emacs-devel@gnu.org; Fri, 01 Jul 2005 10:56:34 -0400 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DoN0U-0001Et-L7; Fri, 01 Jul 2005 11:00:42 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B0001FBA89; Fri, 1 Jul 2005 16:55:16 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Luc Teirlinck In-Reply-To: <200507011421.j61ELIm27564@raven.dms.auburn.edu> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40033 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40033 Luc Teirlinck wrote: >David Kastrup wrote: > > The following announcement seems like an excellent reason to get > custom themes working. While I have not looked at it yet, such > customization sets might be desirable to be available in the core > Emacs. > >That announcement is talking about key bindings. The current Custom >themes machinery does not attempt to handle key bindings at all. So >it would be useless for this particular purpose. > >Custom themes only try to handle user options defined with defcustom. > > Which make me think that these two things would overlap if the key bindings where defined through define-minor-mode.