all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: albie@alfarrabio.di.uminho.pt
Cc: emacs <help-gnu-emacs@gnu.org>
Subject: Re: Running ispell
Date: Mon, 25 Jun 2007 23:38:27 +0200	[thread overview]
Message-ID: <A9A210D8-C006-45E1-856B-0032885CA280@Web.DE> (raw)
In-Reply-To: <46802C82.7010201@alfarrabio.di.uminho.pt>


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 <emacs pid>; <emacs pid> 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.

  reply	other threads:[~2007-06-25 21:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-25 20:58 Running ispell Alberto Simões
2007-06-25 21:38 ` Peter Dyballa [this message]
     [not found] ` <mailman.2619.1182807516.32220.help-gnu-emacs@gnu.org>
2007-06-26  8:50   ` David R
2007-06-26 10:10     ` Peter Dyballa

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=A9A210D8-C006-45E1-856B-0032885CA280@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=albie@alfarrabio.di.uminho.pt \
    --cc=help-gnu-emacs@gnu.org \
    /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.