From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Behaviour of add-file-local-variable? Date: Wed, 19 Oct 2011 14:27:06 +0530 Message-ID: <81ipnltl3x.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319014661 6147 80.91.229.12 (19 Oct 2011 08:57:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2011 08:57:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 19 10:57:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGRxx-0006nN-BD for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 10:57:37 +0200 Original-Received: from localhost ([::1]:52353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGRxt-0003Pi-Tr for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2011 04:57:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGRxq-0003Np-QV for emacs-devel@gnu.org; Wed, 19 Oct 2011 04:57:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGRxo-000237-JC for emacs-devel@gnu.org; Wed, 19 Oct 2011 04:57:30 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:56046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGRxo-00022j-3l for emacs-devel@gnu.org; Wed, 19 Oct 2011 04:57:28 -0400 Original-Received: by ywb3 with SMTP id 3so1737221ywb.0 for ; Wed, 19 Oct 2011 01:57:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:mail-followup-to:date:message-id:user-agent :mime-version:content-type; bh=zLjHGwAb9PQWtmOJKigQ8AhTLIqb9n9qO7CnYiu7J8c=; b=XgHIPZkKuckF64lXOHe7KujO7xselu/9su5oEVyhnpPp0NlO7VyvYsKzFhcFaKnUcJ fJncDQ6xCJUR5iJvnNLAN6sNucTxSuGrTyLWTFmFbp9B1+TTPyqR59YT6WX+GsS0vxXc DYPF8WkuCVQ/UBiw7WuYEgL1Dmhho7uPamKlg= Original-Received: by 10.68.57.102 with SMTP id h6mr11271355pbq.7.1319014647232; Wed, 19 Oct 2011 01:57:27 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.228.19]) by mx.google.com with ESMTPS id v8sm5248117pbf.8.2011.10.19.01.57.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Oct 2011 01:57:25 -0700 (PDT) Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 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:145320 Archived-At: Should add-file-local-variable also set the variable immediately rather than merely updating the file footer? --