From owner-freebsd-questions@FreeBSD.ORG Thu Jan 11 08:19:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA82B16A40F for ; Thu, 11 Jan 2007 08:19:23 +0000 (UTC) (envelope-from a@zeos.net) Received: from jan.ukrtel.net (jan.ukrtel.net [195.5.6.41]) by mx1.freebsd.org (Postfix) with ESMTP id A4D9413C45E for ; Thu, 11 Jan 2007 08:19:23 +0000 (UTC) (envelope-from a@zeos.net) Received: from 43-61-124-91.pool.ukrtel.net ([91.124.61.43] helo=host.my.domain) by jan.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1H4v9D-0007cD-0E for freebsd-questions@freebsd.org; Thu, 11 Jan 2007 10:19:21 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id l0B8Ie5W001010 for ; Thu, 11 Jan 2007 10:18:40 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id l0B8IeUX001009 for freebsd-questions@freebsd.org; Thu, 11 Jan 2007 10:18:40 +0200 (EET) (envelope-from a@zeos.net) Date: Thu, 11 Jan 2007 10:18:40 +0200 From: a@zeos.net To: freebsd-questions@freebsd.org Message-ID: <20070111081840.GA965@host.my.domain> Mail-Followup-To: freebsd-questions@freebsd.org References: <20070111074322.GA702@host.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20070111074322.GA702@host.my.domain> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Strange Emacs autoloaded library X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jan 2007 08:19:24 -0000 > I have removed the files > menu-bar.el.gz > menu-bar.elc > from /usr/local/share/emacs/22.0.50/lisp. > But load-history variable still shows me > /usr/local/share/emacs/22.0.50/lisp/menu-bar.elc > loaded and menu-bar appeared at emacs startup. > > What is this? > > Any other library from /usr/local/share/emacs/22.0.50/lisp/ > does not load being deleted. > > Elisej Babenko I was wrong with the last thesis: startup.el.gz startup.elc and may be some other libraries behave in the same strange manner. They are loaded being deleted from /usr/local/share/emacs/22.0.50/lisp/. My question is the same.