From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: prefixes and enable-theme, ... Date: Mon, 05 Sep 2005 14:59:44 -0400 Message-ID: <87vf1fmjd7.fsf-monnier+emacs@gnu.org> References: <87hdcznyz9.fsf-monnier+emacs@gnu.org> <200509051856.j85IuZA28933@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125948308 11525 80.91.229.2 (5 Sep 2005 19:25:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2005 19:25:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 05 21:25:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ECMZa-000689-Kt for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2005 21:24:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECMe2-0007NZ-QF for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2005 15:28:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ECMZ1-0003XA-Mh for emacs-devel@gnu.org; Mon, 05 Sep 2005 15:23:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ECMYz-0003WD-OR for emacs-devel@gnu.org; Mon, 05 Sep 2005 15:23:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ECMYr-0002pT-Gq for emacs-devel@gnu.org; Mon, 05 Sep 2005 15:23:21 -0400 Original-Received: from [209.226.175.4] (helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ECMFp-0002HQ-OO for emacs-devel@gnu.org; Mon, 05 Sep 2005 15:03:41 -0400 Original-Received: from alfajor ([67.71.35.49]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050905185945.YRHC21026.tomts16-srv.bellnexxia.net@alfajor>; Mon, 5 Sep 2005 14:59:45 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 1C2BFD73D4; Mon, 5 Sep 2005 14:59:45 -0400 (EDT) Original-To: Luc Teirlinck In-Reply-To: <200509051856.j85IuZA28933@raven.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 5 Sep 2005 13:56:35 -0500 (CDT)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:42628 Archived-At: > I see that some custom-theme functions have been renamed: > require-theme -> load-theme > If I remember well that was not just a renaming. The function was > changed from a `require-type' behavior (load if not already loaded) > to `load-type' behavior (unconditional loading). Could be: I wasn't talking about that part. I was talking about the lack of prefix. Stefan