From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: Re: automate command after saving Date: Thu, 19 Nov 2015 16:10:07 +0100 Message-ID: <87d1v6vxdc.fsf@mbork.pl> References: <87ziyamhx1.fsf@kaffanke.at> <87lh9u6pk9.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447946123 23141 80.91.229.3 (19 Nov 2015 15:15:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2015 15:15:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Martin Kaffanke To: Phillip Lord Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 19 16:15:09 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 1ZzQvO-0003yz-Q1 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2015 16:15:03 +0100 Original-Received: from localhost ([::1]:42337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQvO-0003jq-Cc for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2015 10:15:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQrA-0005H1-ON for help-gnu-emacs@gnu.org; Thu, 19 Nov 2015 10:10:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzQr6-0006Ab-LC for help-gnu-emacs@gnu.org; Thu, 19 Nov 2015 10:10:40 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:37654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzQr6-00068s-01 for help-gnu-emacs@gnu.org; Thu, 19 Nov 2015 10:10:36 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 810878F2003; Thu, 19 Nov 2015 16:10:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75c4A2rGcSDK; Thu, 19 Nov 2015 16:10:13 +0100 (CET) Original-Received: from localhost (c76-224.wmi.amu.edu.pl [150.254.76.224]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 67E8E8F2002; Thu, 19 Nov 2015 16:10:13 +0100 (CET) User-agent: mu4e 0.9.15; emacs 25.0.50.1 In-reply-to: <87lh9u6pk9.fsf@newcastle.ac.uk> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.110.48.8 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:108136 Archived-At: On 2015-11-19, at 15:17, Phillip Lord wrote: > You could do this using after-save-hook. So, something like > > (add-hook 'after-save-hook > 'pandoc-hook) > > (defun pandoc-hook() > (compile "pandoc -t latex....")) > > Personally, I do this outside Emacs, though, with this little bash > script. You could also use focus-out-hook to run the compilation each time you /leave Emacs/. Hth, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University