From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Interesting problem: eval-after-load and local variables Date: Tue, 16 Oct 2012 11:18:06 +0200 Message-ID: <795E4C18-96B0-476E-BEA7-289CF9B88361@Web.DE> References: <80y5j6etfl.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1350379132 16715 80.91.229.3 (16 Oct 2012 09:18:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Oct 2012 09:18:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Sebastien Vauban Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 16 11:19:00 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1TO3Id-0003qk-7L for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Oct 2012 11:18:55 +0200 Original-Received: from localhost ([::1]:44500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO3IV-0006t1-9I for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Oct 2012 05:18:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO3IK-0006rz-Bz for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 05:18:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO3IE-0004vB-Km for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 05:18:36 -0400 Original-Received: from mout.web.de ([212.227.15.3]:62382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO3IE-0004v1-BB for help-gnu-emacs@gnu.org; Tue, 16 Oct 2012 05:18:30 -0400 Original-Received: from [192.168.178.8] ([95.222.201.211]) by smtp.web.de (mrweb103) with ESMTPA (Nemesis) id 0MddJY-1SyqMk1y60-00Pybs; Tue, 16 Oct 2012 11:18:06 +0200 In-Reply-To: <80y5j6etfl.fsf@somewhere.org> X-Mailer: Apple Mail (2.1085) X-Provags-ID: V02:K0:bTB55D72IJ3DDRzdfaaEGDoRe2Q/zBFEdYmSsE835Xb bc1kfQbFM4tU6PlJq8uNskaEyUyALXsQk+0PYlNe57s4Hnj49k GqPHK7b0cgl4xersXE57wieGGRIw7GDYyKTjUJmUebwUeARBsr BzBdOvl8zCaOsFAqQhRfRU6Kmz7TmugluK3VoPgxSCQejmS40/ cQsGOr3xOJE5NpV6p9uCw== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.15.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87284 Archived-At: Am 16.10.2012 um 10:02 schrieb Sebastien Vauban: > (eval-after-load "time-stamp" > '(progn > ;; format of the string inserted by `M-x time-stamp' > (setq time-stamp-format "%:y-%02m-%02d %3a %02H:%02M %u"))) With only one statement in the FORM you don't need progn. -- Mit friedvollen Gr=FC=DFen Pete When Richard Stallman goes to the loo, he core dumps.