From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David R Newsgroups: gmane.emacs.help Subject: Re: Running ispell Date: Tue, 26 Jun 2007 09:50:30 +0100 Message-ID: <4680d358_4@mk-nntp-2.news.uk.tiscali.com> References: <46802C82.7010201@alfarrabio.di.uminho.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1182850851 22974 80.91.229.12 (26 Jun 2007 09:40:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jun 2007 09:40:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 26 11:40:50 2007 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 1I37XS-0007GW-HU for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jun 2007 11:40:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I37XR-0006u9-OZ for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jun 2007 05:40:45 -0400 User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 36 X-Original-NNTP-Posting-Host: 80.47.244.20 Original-NNTP-Posting-Host: mk-nntp-2.news.uk.tiscali.com Original-X-Trace: 26 Jun 2007 09:50:35 +0100, mk-nntp-2.news.uk.tiscali.com Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.astraweb.com!newsrouter-eu.astraweb.com!tiscali!newsfeed2.ip.tiscali.net!212.74.112.120.MISMATCH!mk-nntp-1.news.uk.tiscali.com!mk-nntp-2.news.uk.tiscali.com Original-Xref: shelby.stanford.edu gnu.emacs.help:149701 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:45288 Archived-At: Peter Dyballa wrote: > > Am 25.06.2007 um 22:58 schrieb Alberto Simões: > >> I am trying to configure ispell, but when I run M-$ I get the default >> usage message from ispell. > > Options menu -> Customize Emacs -> Specific Group..., type isp TAB or > ispell RET – ready. Apply or save your changes. > >> >> How can I check the command that is really being issued, so I can >> debug this problem? >> > > In *shell* buffer: ps -augwwwx | grep -v grep | egrep '^USER|spell' > > or in another shell: pstree -w -p ; can be > determined in *shell* buffer with 'echo $$' (close match) or (exact): > pstree -w -p $$. > > -- > Greetings > > Pete > > There's something the technicians need to learn from the artists. If it > isn't aesthetically pleasing, it's probably wrong. ps on cygwin just lists two processes, bash and the ps emacs is being run in this case as a win32 patched version in c:\program files I had similar problems a week ago. I got aspell which is invoked at each ispell command automatically. David R