emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more candidates for obsoletion


From: Juanma Barranquero
Subject: Re: more candidates for obsoletion
Date: Wed, 2 May 2012 00:06:12 +0200

On Tue, May 1, 2012 at 9:51 PM, Sam Steingold <address@hidden> wrote:

> btw, I have been getting "Package assoc is obsolete!" message on startup
> for some time. I don't use assoc myself, so I wonder how I can figure
> out which of the packages I use load it (to alert their maintainers).

It shouldn't be hard to see in *Messages*. For example, if you do

 emacs -Q
 M-x load-library vhdl-mode <RET>

you'll see this in *Messages*

  Loading vhdl-mode...done
  Package assoc is obsolete!

Or, as a last resort, you can temporarily rename
lisp/obsolete/assoc.elc? and see which package from your .emacs fails
to load :-)

    Juanma



reply via email to

[Prev in Thread] Current Thread [Next in Thread]