From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: How do you see if a function is dumped? Date: Sat, 10 Jan 2009 00:29:28 +0100 Message-ID: References: <508490.65120.qm@web83208.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231543918 7969 80.91.229.12 (9 Jan 2009 23:31:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2009 23:31:58 +0000 (UTC) Cc: Emacs Devel To: "Chetan Pandya" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 10 00:33:09 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 1LLQqa-0000IX-CT for ged-emacs-devel@m.gmane.org; Sat, 10 Jan 2009 00:33:00 +0100 Original-Received: from localhost ([127.0.0.1]:55964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLQpK-0005Pk-A8 for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 18:31:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLQnE-0004WX-Bw for emacs-devel@gnu.org; Fri, 09 Jan 2009 18:29:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLQnD-0004W2-9m for emacs-devel@gnu.org; Fri, 09 Jan 2009 18:29:31 -0500 Original-Received: from [199.232.76.173] (port=40652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLQnD-0004Vv-1z for emacs-devel@gnu.org; Fri, 09 Jan 2009 18:29:31 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:36523) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLQnC-0007Oo-M9 for emacs-devel@gnu.org; Fri, 09 Jan 2009 18:29:30 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so3765645fgb.30 for ; Fri, 09 Jan 2009 15:29:29 -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=eVp6SakNcgmxKhT3S9zMBl22PU+BYNlfwsf8dCVSjPY=; b=aACqsQK1F/5iKBgLz5MB2k751rDcqXOFeDosh4aVSDWWIJYAmej82Ni7ZWKN240WwD bqLm6eRzsd562J8in2uneJNky+4RpwxiS93X/D3fUIKwnqOaT5b1V6k/G7LomM1NCG/+ S+xA15ywsW9tu/ayuoC+bO8paOLzOGSkAYG5g= 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=qmpEj6APw/qZwMx3lCaChF6EmnsSuxy+rq0IeXlmoFg45fRsL714fAA37tR8PPDeOV WoR+7vjowp72POR/weUeS2iI4izrdPNuUG27o9UfmoWAD/EMOMAtW4TuWh6ZbsVmBjKv p/MirnB0qZRPz6RkVWIWw0c57epjaLQtGeeO0= Original-Received: by 10.86.91.12 with SMTP id o12mr15092067fgb.52.1231543768951; Fri, 09 Jan 2009 15:29:28 -0800 (PST) Original-Received: by 10.86.29.10 with HTTP; Fri, 9 Jan 2009 15:29:28 -0800 (PST) In-Reply-To: <508490.65120.qm@web83208.mail.mud.yahoo.com> 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:107734 Archived-At: 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.