From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.help Subject: Re: Flyspell Date: Fri, 22 Nov 2002 16:45:13 GMT Organization: Shaw Residential Internet Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037983835 16588 80.91.224.249 (22 Nov 2002 16:50:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Nov 2002 16:50:35 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18FH03-0004HE-00 for ; Fri, 22 Nov 2002 17:49:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18FH1U-0001xj-00; Fri, 22 Nov 2002 11:51:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!pd2nf1so.cg.shawcable.net!residential.shaw.ca!news3.calgary.shaw.ca.POSTED!not-for-mail X-Trace-PostClient-IP: 68.144.207.94 Original-Newsgroups: gnu.emacs.help Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.71.223.147 Original-X-Complaints-To: abuse@shaw.ca Original-X-Trace: news3.calgary.shaw.ca 1037983513 24.71.223.147 (Fri, 22 Nov 2002 09:45:13 MST) Original-NNTP-Posting-Date: Fri, 22 Nov 2002 09:45:13 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:107317 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3872 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3872 Michael Hudson writes: > > > Tormod Omholt-Jensen writes: > > > > > > > I try to run flyspell and ntemacs. When a erronenous word > > > > occures, the word is underlined and turned red. Flyspell tells > > > > me to hit mouse button2 to correct word at point. Hitting either > > > > mouse button yields no action at all. Anyone has an idea of the > > > > reason for this and/or how to fix it? > [...] > > What if I have a one-button mouse (i.e. a Mac)? Try binding it to C-S-mouse-1, e.g., (add-hook 'flyspell-mode-hook '(lambda () (define-key flyspell-mode-map [(C-S-mouse-1)] 'flyspell-correct-word)))