From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Robinow" Newsgroups: gmane.emacs.devel Subject: Re: How do you see if a function is dumped? Date: Sun, 11 Jan 2009 20:33:28 -0500 Message-ID: <4eb0089f0901111733o63a2e88dj80aa80478dd252e5@mail.gmail.com> References: <508490.65120.qm@web83208.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231724029 24414 80.91.229.12 (12 Jan 2009 01:33:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Jan 2009 01:33:49 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 12 02:34:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LMBhf-0007IC-CF for ged-emacs-devel@m.gmane.org; Mon, 12 Jan 2009 02:34:55 +0100 Original-Received: from localhost ([127.0.0.1]:52996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMBgP-0007qD-2D for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2009 20:33:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMBgK-0007pt-F3 for emacs-devel@gnu.org; Sun, 11 Jan 2009 20:33:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMBgI-0007oh-EM for emacs-devel@gnu.org; Sun, 11 Jan 2009 20:33:31 -0500 Original-Received: from [199.232.76.173] (port=57836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMBgI-0007oe-9K for emacs-devel@gnu.org; Sun, 11 Jan 2009 20:33:30 -0500 Original-Received: from rv-out-0708.google.com ([209.85.198.240]:43887) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMBgH-0001J1-VN for emacs-devel@gnu.org; Sun, 11 Jan 2009 20:33:30 -0500 Original-Received: by rv-out-0708.google.com with SMTP id k29so12576862rvb.6 for ; Sun, 11 Jan 2009 17:33:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HbCkrmUWkguNiIMO02dzfRV+8ARxuJjqwqmwpfGR8eU=; b=rLAEFWexJHUThlsZ2QTZJskU5O5pV2lMmCmr1S1JOg5M/n+ls47y7LDwitpQY6yKtC R/79U4FZCPgJboK5UeSTDyXgwv1cEjbkwUfhgDj7pJXR7bIxNpmSAiuSvDEsloAWPYVR wH9OJK3G91e5U3nmTrKYGBxx0pJYpAfeThRmQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=k4z4sS/A2RPHv3ivbMz/OSjWlVF5WGxzeJLqunWsJbPqkDLgP5gxg7W7SJS+SJ1krF cCPurbn0l0W7vA+EIjFvA/9jRC7ND123RSpaDb2jUch32EpLM+u9CjVyFo6uz68BMOz3 0YMPZYvI9878PXPnfSMt/CIv95Pu5VACBGGL8= Original-Received: by 10.114.170.2 with SMTP id s2mr18737648wae.5.1231724008108; Sun, 11 Jan 2009 17:33:28 -0800 (PST) Original-Received: by 10.114.125.7 with HTTP; Sun, 11 Jan 2009 17:33:28 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107793 Archived-At: On Fri, Jan 9, 2009 at 6:29 PM, Lennart Borgman wrote: > On Sat, Jan 10, 2009 at 12:25 AM, Chetan Pandya wrote: >> >> >>> I tried to change things in custom.el and then byte compiled them. My >>> changes did not show up when I started Emacs again. >> >>> I guess this has something to do with dumping, or? Is there something >>> that will tell me it is useless to byte recompile custom.el? >> >> emacs -Q >> C-h v load-history >> will provide the list of files and functions > > Thanks Chetan, but I do not think it gives me what I am looking for. I think it does. It shows you that custom is loaded. You could also look at loadup.el You do need to have some idea of how emacs is built. Rebuild your emacs executable. Restarting is not sufficient.