From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Arentz Newsgroups: gmane.emacs.help Subject: Re: emacs new user. Date: Sun, 10 Feb 2008 12:07:00 +0100 Message-ID: <87bq6prrxn.fsf@lvps87-230-32-149.dedicated.hosteurope.de> References: <12863621.post@talk.nabble.com> <46f9830a$0$90272$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202656629 17194 80.91.229.12 (10 Feb 2008 15:17:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 15:17:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 10 16:17:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JODvv-0001Xs-JL for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Feb 2008 16:17:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JODvS-000592-E9 for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Feb 2008 10:17:02 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!transit4.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:rtDHedk3Xzd2VpSZxh/hAO5B7iU= Original-Lines: 16 Original-NNTP-Posting-Host: 82.94.255.141 Original-X-Trace: 1202641620 news.xs4all.nl 85796 [::ffff:82.94.255.141]:54295 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: shelby.stanford.edu gnu.emacs.help:156024 X-Mailman-Approved-At: Sun, 10 Feb 2008 10:16:39 -0500 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:51401 Archived-At: "Colin S. Miller" writes: ... > 6) Spell checking is enabled (if ispell/aspell is installed; it will > be on unix systems but not MS-Windows systems) This one is awesome. I had not used flyspell-prog-mode before. Is there also a hook available that makes it possible to run flyspell-buffer after a source file has been loaded? I would like to run the spell checking automatically as part of opening a source file in the editor. S.