From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Allan Gottlieb Newsgroups: gmane.emacs.help Subject: Re: Quite a few emacs questions Date: Wed, 23 May 2007 17:36:22 -0400 Message-ID: References: <1179276142.234222.189970@p77g2000hsh.googlegroups.com> <1179430428.737521.121530@p77g2000hsh.googlegroups.com> <1179575217.163647.82220@p77g2000hsh.googlegroups.com> <1179827408.352184.5160@z28g2000prd.googlegroups.com> <1179881880.267422.323050@36g2000prm.googlegroups.com> <465408D5.1050808@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179956213 25499 80.91.229.12 (23 May 2007 21:36:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 21:36:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 23 23:36:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqyVf-0001XL-UH for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 23:36:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqyVh-00019e-S4 for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 17:36:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HqyVT-00019K-MU for help-gnu-emacs@gnu.org; Wed, 23 May 2007 17:36:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqyVR-00018v-C3 for help-gnu-emacs@gnu.org; Wed, 23 May 2007 17:36:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqyVR-00018s-6D for help-gnu-emacs@gnu.org; Wed, 23 May 2007 17:36:29 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.140.230]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HqyVQ-0005pq-RH for help-gnu-emacs@gnu.org; Wed, 23 May 2007 17:36:28 -0400 Original-Received: from ajglap.localdomain (ool-4578d5e5.dyn.optonline.net [69.120.213.229]) (authenticated bits=0) by smtp.cs.nyu.edu (8.13.6/8.13.6) with ESMTP id l4NLaRRY027622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 23 May 2007 17:36:27 -0400 (EDT) Original-Received: by ajglap.localdomain (Postfix, from userid 1502) id 42E6719DA4A; Wed, 23 May 2007 17:36:22 -0400 (EDT) In-Reply-To: <465408D5.1050808@gmail.com> (Lennart Borgman's message of "Wed\, 23 May 2007 11\:26\:45 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44343 Archived-At: At Wed, 23 May 2007 11:26:45 +0200 "Lennart Borgman (gmail)" wrote: > That looks very strange. The function color-theme-initialize is > defined in color-theme and you have just done (require 'color-theme). > > Can you first turn on Enter Debugger on Error and then do > > M-x find-library RET color-theme RET > > and then look for color-theme-initialize in the file that is opened. I just did that and it is not there. I have color-theme version 6.5.4 and emacs version 22.0.990. What version are you using? allan