From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: error? "Package lucid is obsolete!" Date: Sat, 08 Oct 2011 14:21:23 +0530 Message-ID: <818vovn9x0.fsf@gmail.com> References: <8362k0eyry.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318063912 27155 80.91.229.12 (8 Oct 2011 08:51:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 08:51:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ishi soichi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 08 10:51:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RCSdH-0001iM-Q1 for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 10:51:47 +0200 Original-Received: from localhost ([::1]:45252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCSdH-0000jE-6W for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 04:51:47 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCSdC-0000i3-N1 for help-gnu-emacs@gnu.org; Sat, 08 Oct 2011 04:51:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCSdB-0003ZX-Ja for help-gnu-emacs@gnu.org; Sat, 08 Oct 2011 04:51:42 -0400 Original-Received: from mail-pz0-f47.google.com ([209.85.210.47]:47777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCSdB-0003ZO-F8; Sat, 08 Oct 2011 04:51:41 -0400 Original-Received: by pzk4 with SMTP id 4so12565455pzk.6 for ; Sat, 08 Oct 2011 01:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=MctcDVV9fqSQ5XjeOweTLmQR4hFHcbf4g2oiEut9LYc=; b=mwaZp7ZnIWFc4jinrSyih7vBNkvL6cbUwAzAYHfkTCBQhQP1pWcDaDozryHcYTFF+y r8TRvDy/1njhpVA6hMe3J32uyjGDnQj6UIuGPBJIqe6yigpTEy49G8voAnaCj3eOOCVn X8H9fMkdI6eJfjVl8fRuLUolMhWGkMtIhoztQ= Original-Received: by 10.68.74.230 with SMTP id x6mr15521224pbv.57.1318063900233; Sat, 08 Oct 2011 01:51:40 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.241.122.245]) by mx.google.com with ESMTPS id ji3sm40673386pbc.2.2011.10.08.01.51.32 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Oct 2011 01:51:39 -0700 (PDT) In-Reply-To: (ishi soichi's message of "Sat, 8 Oct 2011 16:23:43 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.47 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82504 Archived-At: ishi soichi writes: > Thanks for the reply. > > But I don't have customizations that require "lucid.el" in .emacs > file. > Perhaps, some other elisp codes require this particular portion... > My emacs loads "lucid.el" indirectly, I guess. 1. M-x locate-library RET lucid RET 2. Temporarily move lucid.el and lucid.elc to some other dir 3. emacs -Q 4. M-x toggle-debug-on-error RET 5. load your init file Check the backtrace for what is causing the problem.