From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: defcustom standard value and byte-compilation Date: Thu, 12 Mar 2015 08:43:05 +0100 Message-ID: <87ioe6u0dy.fsf@gnu.org> References: <87r3sxukh4.fsf@gnu.org> <8761a8rohr.fsf@gnu.org> <87egovr2xl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426146208 27677 80.91.229.3 (12 Mar 2015 07:43:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2015 07:43:28 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 12 08:43:18 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YVxm0-0004BM-Tm for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2015 08:43:17 +0100 Original-Received: from localhost ([::1]:58419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVxlz-0003pX-FG for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2015 03:43:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVxlv-0003pG-MX for emacs-devel@gnu.org; Thu, 12 Mar 2015 03:43:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVxlr-0004Mh-Ln for emacs-devel@gnu.org; Thu, 12 Mar 2015 03:43:11 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:49332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVxlr-0004MV-FP for emacs-devel@gnu.org; Thu, 12 Mar 2015 03:43:07 -0400 Original-Received: from thinkpad-t440p (dhcp27.uni-koblenz.de [141.26.71.27]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id ED4071A84E9; Thu, 12 Mar 2015 08:43:05 +0100 (CET) Mail-Followup-To: Drew Adams , Stefan Monnier , emacs-devel@gnu.org In-Reply-To: (Drew Adams's message of "Wed, 11 Mar 2015 13:27:23 -0700 (PDT)") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183803 Archived-At: Drew Adams writes: >> >> IIRC there's a way to get the expression rather than the value. > > I haven't been following this. But are you perhaps looking for > State > Show Saved Lisp Expression? Hm, the entry's name looks promising but the effect is not. BEFORE: --8<---------------cut here---------------start------------->8--- Hide Tex Style Path: INS DEL /usr/local/var/auctex INS DEL /home/horn/Repos/el/auctex/style INS DEL /home/horn/.emacs.d/auctex/auto INS DEL /home/horn/.emacs.d/auctex/style INS DEL auto INS DEL style INS State : STANDARD. --8<---------------cut here---------------end--------------->8--- AFTER: --8<---------------cut here---------------start------------->8--- Hide TeX-style-path: '("/usr/local/var/auctex" "/home/horn/Repos/el/auctex/style" "/home/horn/.emacs.d/auctex/auto" "/home/horn/.emacs.d/auctex/style" "auto" "style") State : STANDARD. (lisp) --8<---------------cut here---------------end--------------->8--- So that doesn't really show the Lisp expression which computes the standard value, it just shows the standard value as Lisp expression... Bye, Tassilo