From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: christian.place@gmail.com Newsgroups: gmane.emacs.help Subject: Spell check a directory from emacs Date: 29 May 2006 03:13:55 -0700 Organization: http://groups.google.com Message-ID: <1148897635.605664.149820@i39g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1148899241 22855 80.91.229.2 (29 May 2006 10:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 10:40:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 29 12:40:38 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkfAo-0001FI-Tx for geh-help-gnu-emacs@m.gmane.org; Mon, 29 May 2006 12:40:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkfAn-0004wi-RF for geh-help-gnu-emacs@m.gmane.org; Mon, 29 May 2006 06:40:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i39g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 130.226.31.28 Original-X-Trace: posting.google.com 1148897640 19766 127.0.0.1 (29 May 2006 10:14:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 29 May 2006 10:14:00 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060523 Ubuntu/dapper Firefox/1.5.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i39g2000cwa.googlegroups.com; posting-host=130.226.31.28; posting-account=nZxtVg0AAAByNS7XFBmR5LqTLxas2JKf Original-Xref: shelby.stanford.edu gnu.emacs.help:139649 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35272 Archived-At: Hi, is it possible to have emacs and ispell to spell check all (TeX) files in a directory? I want to spell check every file in a directory using emacs instead of using the command line ispell. I could of course open every file in emacs and then spell check them one by one, by calling spell-check-buffer on each file, but if it is possible to call spell-check only once. Thanks for any answers in advance, Christian Place