From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Running ispell Date: Mon, 25 Jun 2007 23:38:27 +0200 Message-ID: References: <46802C82.7010201@alfarrabio.di.uminho.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1182807534 6229 80.91.229.12 (25 Jun 2007 21:38:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 21:38:54 +0000 (UTC) Cc: emacs To: albie@alfarrabio.di.uminho.pt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 25 23:38:52 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 1I2wGp-0007RD-J1 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jun 2007 23:38:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2wGp-0001ga-2R for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jun 2007 17:38:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2wGY-0001gL-7F for help-gnu-emacs@gnu.org; Mon, 25 Jun 2007 17:38:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2wGV-0001g9-Oy for help-gnu-emacs@gnu.org; Mon, 25 Jun 2007 17:38:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2wGV-0001g6-JQ for help-gnu-emacs@gnu.org; Mon, 25 Jun 2007 17:38:31 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I2wGV-0007ZZ-4k for help-gnu-emacs@gnu.org; Mon, 25 Jun 2007 17:38:31 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id 60F7888415C3; Mon, 25 Jun 2007 23:38:30 +0200 (CEST) Original-Received: from [62.134.234.6] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1I2wGT-0001lp-00; Mon, 25 Jun 2007 23:38:29 +0200 In-Reply-To: <46802C82.7010201@alfarrabio.di.uminho.pt> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/Hb1cZJRY0CBJh2iosX9qcBpBmOR8q4JugpM9N 44V6FhjGY9CWX2iunRrM9Sbnhfp7fMeb0lEKEFd8y18xbE5esc ALEaYW0m6WiLPJYO4ULg== X-detected-kernel: Linux 2.4-2.6 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:45287 Archived-At: Am 25.06.2007 um 22:58 schrieb Alberto Sim=F5es: > I am trying to configure ispell, but when I run M-$ I get the =20 > default usage message from ispell. Options menu -> Customize Emacs -> Specific Group..., type isp TAB or =20= ispell RET =96 ready. Apply or save your changes. > > How can I check the command that is really being issued, so I can =20 > debug this problem? > In *shell* buffer: ps -augwwwx | grep -v grep | egrep '^USER|spell' or in another shell: pstree -w -p ; can be =20 determined in *shell* buffer with 'echo $$' (close match) or (exact): =20= pstree -w -p $$. -- Greetings Pete There's something the technicians need to learn from the artists. If =20 it isn't aesthetically pleasing, it's probably wrong.