From owner-freebsd-questions@FreeBSD.ORG Sun Jan 14 06:49:04 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 D4AD316A755 for ; Sun, 14 Jan 2007 06:49:04 +0000 (UTC) (envelope-from a@zeos.net) Received: from mail5.ukrtel.net (mail5.ukrtel.net [195.5.6.49]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA6413C441 for ; Sun, 14 Jan 2007 06:49:04 +0000 (UTC) (envelope-from a@zeos.net) Received: from 144-58-124-91.pool.ukrtel.net ([91.124.58.144] helo=host.my.domain) by mail5.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1H5zAs-0003Ys-BM for freebsd-questions@freebsd.org; Sun, 14 Jan 2007 08:49:02 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id l0E6mkRt003129 for ; Sun, 14 Jan 2007 08:48:46 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id l0E6mkog003128 for freebsd-questions@freebsd.org; Sun, 14 Jan 2007 08:48:46 +0200 (EET) (envelope-from a@zeos.net) Date: Sun, 14 Jan 2007 08:48:46 +0200 From: a@zeos.net To: freebsd-questions@freebsd.org Message-ID: <20070114064846.GA2907@host.my.domain> Mail-Followup-To: freebsd-questions@freebsd.org References: <20070111074322.GA702@host.my.domain> <20070111081840.GA965@host.my.domain> <44tzyx1w6u.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <44tzyx1w6u.fsf@be-well.ilk.org> User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: 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: Sun, 14 Jan 2007 06:49:04 -0000 On Thu, Jan 11, 2007 at 09:20:57AM -0500, Lowell Gilbert wrote: > a@zeos.net writes: > > >> 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. > > Some libraries are dumped with the executable. Where such a dumping is described? I want to prevent some libraries from dumping into the executable. Is it possible during port building? Thank you in advance.