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: How do you see if a function is dumped? Date: Fri, 9 Jan 2009 22:17:11 +0100 Message-ID: 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 1231535849 9884 80.91.229.12 (9 Jan 2009 21:17:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2009 21:17:29 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 09 22:18:40 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 1LLOkZ-0001f5-FM for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 22:18:39 +0100 Original-Received: from localhost ([127.0.0.1]:49554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLOjJ-0005me-DN for ged-emacs-devel@m.gmane.org; Fri, 09 Jan 2009 16:17:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLOjD-0005j2-FM for emacs-devel@gnu.org; Fri, 09 Jan 2009 16:17:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLOjB-0005gk-8s for emacs-devel@gnu.org; Fri, 09 Jan 2009 16:17:14 -0500 Original-Received: from [199.232.76.173] (port=47236 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLOjA-0005gR-Vz for emacs-devel@gnu.org; Fri, 09 Jan 2009 16:17:13 -0500 Original-Received: from mail-gx0-f17.google.com ([209.85.217.17]:58954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLOjA-0007wd-S5 for emacs-devel@gnu.org; Fri, 09 Jan 2009 16:17:13 -0500 Original-Received: by gxk10 with SMTP id 10so1436243gxk.18 for ; Fri, 09 Jan 2009 13:17:11 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=85cajSsxEnWXmGs5bH52qZDJPjWHf/79EBFmtA1j01c=; b=JMj41sXuKp7uW985vc1B9yUUsW5a9THXq1k/4/8AIpxcdi6ISIdPZ8MWNt4jU/T+7F pzfeFqW1GRI0afcUk+1KrVW72nB8s6QYcpor5Y1ruwfGE3EvB7ZnT/lg1HHcPK6TnBpg H6CXDgS8Y8f5tgEJejwhgnJqJGtQjXIYYV1Z8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=j/zlAwrjfTY48HE4a82CTv774R+TYZafnZCVuWL6oCjvtQeI2VidIdDYYWQdXMjLWU Bh2IlVxcB2GL5ofR66CMrvhjdk8BGjVK29WNfy0+atvs0xGdpJ5Qjbw/KjSSVa11LAYA AZlHmIrmzMg1dOaaXylpC0m38NMtI+HENPdIk= Original-Received: by 10.150.123.18 with SMTP id v18mr4808450ybc.85.1231535831343; Fri, 09 Jan 2009 13:17:11 -0800 (PST) Original-Received: by 10.151.117.1 with HTTP; Fri, 9 Jan 2009 13:17:11 -0800 (PST) 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:107732 Archived-At: 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?