From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Spell check a directory from emacs
Date: Tue, 30 May 2006 10:49:07 -0600 [thread overview]
Message-ID: <e5ht3a$6h5$1@sea.gmane.org> (raw)
In-Reply-To: <1148897635.605664.149820@i39g2000cwa.googlegroups.com>
christian.place@gmail.com wrote:
> 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.
emacs *.tex --eval '(mapc (lambda (buffer) (with-current-buffer buffer
(ispell-buffer)) (buffer-list))'
--
Kevin
prev parent reply other threads:[~2006-05-30 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-29 10:13 Spell check a directory from emacs christian.place
2006-05-30 16:49 ` Kevin Rodgers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='e5ht3a$6h5$1@sea.gmane.org' \
--to=ihs_4664@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).