all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kgold@watson.ibm.com (kgold)
Subject: Re: Spell Checking
Date: 7 Jun 2005 14:00:09 GMT	[thread overview]
Message-ID: <42a5a869_3@news1.prserv.net> (raw)
In-Reply-To: 1118025860.410843.208180@g44g2000cwa.googlegroups.com

"Shug Boabby" <Shug.Boabby@gmail.com> writes:
> 
> i realise the flyspell and spell checking .el files heavily depend upon
> spell/ispell/aspell being installed on the system, but many modern GUI
> libs (such as GTK+2 with GtkSpell and OS X's Aqua/Cocoa) have the
> ability to add spell checking to any text-input window. can anyone see
> this kind of spellchecking becoming available in GNU Emacs in the
> future?
> 
> in GTK+2 it is really just a 2-liner in the source to add the support.
> but of course that won't do context stuff (like not checking maths
> equations in LaTeX mode) but i'm sure it could be worked around.
> 
> at the moment i have to maintain 2 dictionaries on OS X as Emacs is not
> making use of the system one, its quite irritating... also, these
> methods are *much* faster than flyspell.

IMHO, it's the context sensitive spell checker that makes emacs/ispell
so useful.  My guess is that most emacs users are writing text with
markup (code, tex, html, ...) and the ability to check the text while
ignoring the markup is critical.

I used to wonder why people's C code had so many spelling errors,
until I realized that only emacs can spell check the comments and
strings and ignore the code.

And my periodic question:

When I spell check comments and strings and the string is part of
a printf

	printf("\tHello, world\n");

I'd like the spell checker to ignore the letter after the \.
Currently, it complains that tHello is misspelled, causing many false
errors.

-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646

  parent reply	other threads:[~2005-06-07 14:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-06  2:44 Spell Checking Shug Boabby
2005-06-06  3:52 ` Eli Zaretskii
2005-06-06 10:30 ` Peter Dyballa
2005-06-07 14:00 ` kgold [this message]
2005-06-07 17:59   ` Kevin Rodgers
     [not found]   ` <mailman.3723.1118168249.25862.help-gnu-emacs@gnu.org>
2005-06-07 21:28     ` kgold
2005-06-07 22:51     ` Stefan Monnier
2005-06-08 17:05       ` Kevin Rodgers
2005-06-09  0:10   ` Shug Boabby
  -- strict thread matches above, loose matches on Subject: below --
2008-05-13  6:04 Spell checking Oleg Oltar
2008-05-14  3:05 ` Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42a5a869_3@news1.prserv.net \
    --to=kgold@watson.ibm.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.