From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.help Subject: Re: error? "Package lucid is obsolete!" Date: Sat, 8 Oct 2011 21:32:11 +0530 Message-ID: References: <8362k0eyry.fsf@gnu.org> <818vovn9x0.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd48e3e349d9204aecbaeec X-Trace: dough.gmane.org 1318089749 30168 80.91.229.12 (8 Oct 2011 16:02:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2011 16:02:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 08 18:02:20 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 1RCZLv-00051z-JF for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 18:02:19 +0200 Original-Received: from localhost ([::1]:58101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCZLv-0006ff-3o for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Oct 2011 12:02:19 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCZLp-0006fY-VO for help-gnu-emacs@gnu.org; Sat, 08 Oct 2011 12:02:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCZLo-0001a2-Kp for help-gnu-emacs@gnu.org; Sat, 08 Oct 2011 12:02:13 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:59514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCZLo-0001Zx-Hg for help-gnu-emacs@gnu.org; Sat, 08 Oct 2011 12:02:12 -0400 Original-Received: by iaen33 with SMTP id n33so7252824iae.0 for ; Sat, 08 Oct 2011 09:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SdH+UcGOxxreMX8KsIdQuAtPIAqtPaBHDaTWbOkw6WY=; b=uVM6Z1/QFAWpHR3yh1wj/mryFd5udfE3Naab24oHR2LA0wwwpMzVo7z0Gfrmd4zGbX ts+IKA+RdweDXFGABXT7MgR24d9gNjrEA9NFf7I+EgLFZgy7y1qFvQbg2SkdWd6Ju4D+ cfg/FRvnyZW1Ic5p3zW9BxjO0OdyoUXv2hiRo= Original-Received: by 10.231.63.144 with SMTP id b16mr3712796ibi.9.1318089731120; Sat, 08 Oct 2011 09:02:11 -0700 (PDT) Original-Received: by 10.231.168.21 with HTTP; Sat, 8 Oct 2011 09:02:11 -0700 (PDT) In-Reply-To: <818vovn9x0.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:82506 Archived-At: --000e0cd48e3e349d9204aecbaeec Content-Type: text/plain; charset=ISO-8859-1 On Sat, Oct 8, 2011 at 2:21 PM, Jambunathan K wrote: > 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. > > Neat! You should put up these config debuggings into a emacswiki page --000e0cd48e3e349d9204aecbaeec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Sat, Oct 8, 2011 at 2:21 PM, Jambunat= han K <kjamb= unathan@gmail.com> wrote:
ishi soichi <so= ichi777@gmail.com> 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.


Neat!
You should put up these config debuggings i= nto a emacswiki page
--000e0cd48e3e349d9204aecbaeec--