From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: force reparse of file variables Date: Thu, 13 Aug 2015 09:59:23 -0700 (PDT) Message-ID: <79a7c233-3819-4aef-89ec-7d1e6bc317ee@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1439485221 24479 80.91.229.3 (13 Aug 2015 17:00:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2015 17:00:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 13 19:00:21 2015 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 1ZPvrV-0004NI-G3 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2015 19:00:17 +0200 Original-Received: from localhost ([::1]:43507 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPvrU-0003Fd-LS for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2015 13:00:16 -0400 X-Received: by 10.182.142.99 with SMTP id rv3mr34678589obb.2.1439485163650; Thu, 13 Aug 2015 09:59:23 -0700 (PDT) X-Received: by 10.140.81.149 with SMTP id f21mr398464qgd.8.1439485163569; Thu, 13 Aug 2015 09:59:23 -0700 (PDT) Original-Path: usenet.stanford.edu!x6no43743igd.0!news-out.google.com!b31ni6404qge.0!nntp.google.com!69no824409qgi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Thu, 13 Aug 2015 16:59:23 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:214261 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:106545 Archived-At: Hi all, Is there a way to force (re)-load all the file variables in a buffer? I have a template (with yasnippet) that populates files of certain types and derives some file variables (such as the 'compile-command), but I need to save/open to load it. Best regards, Sam