From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "maru dubshinki" Newsgroups: gmane.emacs.help Subject: Re: ispell Date: Wed, 29 Mar 2006 20:32:47 -0500 Message-ID: References: <442ad764$1_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1143701330 28934 80.91.229.2 (30 Mar 2006 06:48:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 06:48:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 30 08:48:49 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 1FOqxY-0003E7-RA for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Mar 2006 08:48:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOqxY-0007u1-DS for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Mar 2006 01:48:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOm1q-0008HB-WA for help-gnu-emacs@gnu.org; Wed, 29 Mar 2006 20:32:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOm1p-0008Gz-Ft for help-gnu-emacs@gnu.org; Wed, 29 Mar 2006 20:32:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOm1p-0008Gw-Bk for help-gnu-emacs@gnu.org; Wed, 29 Mar 2006 20:32:49 -0500 Original-Received: from [64.233.184.226] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FOm3t-0004qK-JE for help-gnu-emacs@gnu.org; Wed, 29 Mar 2006 20:34:57 -0500 Original-Received: by wproxy.gmail.com with SMTP id 69so584819wri for ; Wed, 29 Mar 2006 17:32:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bFUs9Ohw1AOH++zyNcTL7eF+7dBHM0f8pOXGmUHDjST4jbQsHtI7VvgsKuaPa1O+tOkofeWgp1vSvTfzsgZRPwLTZ+YeUkuFF0Hhedkczsaec9NDCS47udUP7W2//uUxv+qDV0JAeasHoGnIotSpi4dw3fbqwa2LdWrhDF8N8oM= Original-Received: by 10.64.208.19 with SMTP id f19mr925127qbg; Wed, 29 Mar 2006 17:32:47 -0800 (PST) Original-Received: by 10.64.195.16 with HTTP; Wed, 29 Mar 2006 17:32:47 -0800 (PST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Content-Disposition: inline X-Mailman-Approved-At: Thu, 30 Mar 2006 01:48:33 -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:34076 Archived-At: On 3/29/06, Walker Pendleton wrote: > On 30 Mar 2006, Gary Weselle wrote: > > Hi > > > > Does any one knows the key combinations for correcting spelling in > > text mode once the word turns red. And not to wait till the end to > > do M-x ispell? > > > > Thanks > > The function you're looking for is flyspell-auto-correct-word. By > default, it seems to be bound to C-. & M-TAB. Consult your > self-documenting editor for details about *your* setup. Really? To me, it sounds like what he wants is M-$ ~Maru