From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jens Lechtenboerger Newsgroups: gmane.emacs.help Subject: Re: Calling external programs in emacs Date: Sat, 14 Jan 2017 12:44:02 +0100 Message-ID: <87o9z9988t.fsf@informationelle-selbstbestimmung-im-internet.de> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484394283 605 195.159.176.226 (14 Jan 2017 11:44:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Jan 2017 11:44:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 14 12:44:34 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cSMl7-0007mo-SZ for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jan 2017 12:44:34 +0100 Original-Received: from localhost ([::1]:47488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSMlC-0001Sb-B7 for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jan 2017 06:44:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSMkl-0001SL-PO for help-gnu-emacs@gnu.org; Sat, 14 Jan 2017 06:44:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSMkh-0000Fv-Rm for help-gnu-emacs@gnu.org; Sat, 14 Jan 2017 06:44:11 -0500 Original-Received: from mx2.mailbox.org ([80.241.60.215]:41209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cSMkh-0000Ep-Kp for help-gnu-emacs@gnu.org; Sat, 14 Jan 2017 06:44:07 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 8201A44DBA for ; Sat, 14 Jan 2017 12:44:05 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id YngHd2dX7msQ for ; Sat, 14 Jan 2017 12:44:03 +0100 (CET) OpenPGP: id=0xA142FD84; url=https://www.informationelle-selbstbestimmung-im-internet.de/A142FD84.asc Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Dan Espen's message of "Fri, 13 Jan 2017 17:34:12 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 80.241.60.215 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:112115 Archived-At: On 2017-01-13, at 17:34, Dan Espen wrote: > Sam Nirvana writes: > >> As you know, with Vim I can compile, say, a TeX file from within the >> editor with the following command: >> >> :!pdftex % >> >> Is there a way to do the same thing with emacs? In addition to the various suggestions for shell commands so far: If you are looking for an integrated (La)TeX environment, you may like AUCTeX: https://www.gnu.org/software/auctex/ Best wishes Jens