From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14129 Path: main.gmane.org!not-for-mail From: Matthew Huggett Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt and emacs Date: Sun, 30 Nov 2003 13:24:27 +0900 Sender: ntg-context-admin@ntg.nl Message-ID: <3FC970FB.2090808@zam.att.ne.jp> References: <6.0.0.22.2.20031127222152.03067c80@server-1> <32989.129.16.195.65.1069969132.squirrel@mail.medic.chalmers.se> <20031128103624.GA7890@physik.fu-berlin.de> <530AF61D-227B-11D8-AA89-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1070166726 23400 80.91.224.253 (30 Nov 2003 04:32:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 04:32:06 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Nov 30 05:32:03 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQJFb-0002qg-00 for ; Sun, 30 Nov 2003 05:32:03 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E62F410B25; Sun, 30 Nov 2003 05:31:58 +0100 (MET) Original-Received: from smtp2.att.ne.jp (smtp2.att.ne.jp [165.76.15.138]) by ref.ntg.nl (Postfix) with ESMTP id DD2B310AFB for ; Sun, 30 Nov 2003 05:24:43 +0100 (MET) Original-Received: from zam.att.ne.jp (218.45.67.26.eo.eaccess.ne.jp [218.45.67.26]) by smtp2.att.ne.jp (Postfix) with ESMTP id 0415B25314 for ; Sun, 30 Nov 2003 13:24:28 +0900 (JST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-us, en, zh-cn, ja, zh-tw Original-To: ntg-context@ntg.nl In-Reply-To: <530AF61D-227B-11D8-AA89-00039318D414@uni-bonn.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14129 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14129 Thomas A.Schmitz wrote: > Dear co-listers, > > I'm (very slowly) trying to use emacs with ConTeXt. I have tried > Berend de Boers context.el which offers a good many nice features, but > I couldn't find for the life of me how to do a couple of things (such > as run texexec on the file I'm editing). In Emacs, to process a file with texexec you can select "TeX file" from the TeX menu or you can hit C-c C-f. (providing context.el is loaded) If you need to run texexec with any switches, I guess you could start up eshell (M-x eshell) and do it manually from there. Matt