From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: File local variables in a tutorial Date: Sat, 31 Jul 2010 19:02:28 +0200 Message-ID: References: <834off3azd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1280595783 18162 80.91.229.12 (31 Jul 2010 17:03:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Jul 2010 17:03:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 31 19:03:01 2010 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.69) (envelope-from ) id 1OfFSa-0000Yi-Le for ged-emacs-devel@m.gmane.org; Sat, 31 Jul 2010 19:02:56 +0200 Original-Received: from localhost ([127.0.0.1]:54761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfFSa-0006GL-14 for ged-emacs-devel@m.gmane.org; Sat, 31 Jul 2010 13:02:56 -0400 Original-Received: from [140.186.70.92] (port=55202 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfFSV-0006GF-5J for emacs-devel@gnu.org; Sat, 31 Jul 2010 13:02:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfFST-0006CZ-VU for emacs-devel@gnu.org; Sat, 31 Jul 2010 13:02:50 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:53388) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfFST-0006CP-QE; Sat, 31 Jul 2010 13:02:49 -0400 Original-Received: by iwn2 with SMTP id 2so3134122iwn.0 for ; Sat, 31 Jul 2010 10:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zQQKCj0BV/INTTU9mGUf9ABqp5zGpRUu7wQDJwnEC08=; b=pSw3pvRx92sFx2iP6TmmWuUJqTNNDVHO7jHB5yDNKo1NjsRrhNAMTKm5bUX8ypARAI n1k2tRY+jnsoV6sCSrxsvU610ozmmEnkJQqWpWf/v879tEAuGHtUaKyPjvjYDEDIsZSM u2KQKO2Tr4TcrOtpCyTqUphDvfoH2lEIAUjb8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=phL23fdAKYgxdE/6/mn3AKYlcdNBfpkig4g//oHQjHW74dtJKZR0hAFGRiFU2rvQGX /f1gK+BEI68o8RVJKC6bgdVDUHApPnpNso6Tb6+mAD5Nz/qb17x3BWgbuC0ZY9QZKMAF M8XWytw3hhxfIjN7okNfBBLN1IMBSmltTolyc= Original-Received: by 10.231.37.140 with SMTP id x12mr3537573ibd.190.1280595768157; Sat, 31 Jul 2010 10:02:48 -0700 (PDT) Original-Received: by 10.231.162.4 with HTTP; Sat, 31 Jul 2010 10:02:28 -0700 (PDT) In-Reply-To: <834off3azd.fsf@gnu.org> X-detected-operating-system: by eggs.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:128059 Archived-At: On Sat, Jul 31, 2010 at 17:52, Eli Zaretskii wrote: > Is there a good reason not to call hack-local-variables after the > tutorial is read in by insert-file-contents? Seems like an oversight. =C2=A0 =C2=A0 Juanma