all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Edward Dodge <someone@g3.com>
Subject: Re: Help: ISPELL and Aqua EMACS (OSX)
Date: 27 Nov 2002 21:16:35 -0600	[thread overview]
Message-ID: <m2u1i2fkoc.fsf@g3.com> (raw)
In-Reply-To: pb.m2smxrfi65.fsf@ID-42241.news.dfncis.de

Hans-Peter Binder <tethys.pb@gmx.net> writes:

> Edward Dodge <someone@g3.com> wrote:
> 
> > THE PROBLEM:
> > 
> > Aqua EMACS doesn't seem to source the whole PATH variable, because it
> > can't seem to find my ispell program.  In fact, I get an error when I
> > source my .emacs at startup because it can't find ispell.  Terminal
> > emacs ("% emacs -nw") doesn't have this problem and I can use ispell
> > without any issues.
> 
> I have this in my .emacs:
> 
> 	(setq ispell-program-name "/usr/bin/ispell") 
> 
> HTH

Thanks Hans,

And thanks to everyone else in the thread.  This has been most
educational and I am inspired to learn more about elisp!

I think for now I will just put Hans' code in my system-dependent
section of my EMACS file:

(when (eq system-type 'darwin)
  (setq ispell-program-name "/usr/local/bin/ispell")
  (set-frame-font "fontset-mac")
  (set-keyboard-coding-system 'mac-roman-unix)
  (set-frame-font "-etl-fixed-medium-r-normal--14-140-75-75-m-140-iso8859-1")
  (modify-frame-parameters (selected-frame) '((font .
  "-*-Monaco-*-140-*"))))

------------------

If I run into any other problems,  I'll probably have to go with
something more along the lines of launching EMACS through a shell
script.

Edward  

  reply	other threads:[~2002-11-28  3:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-24  3:57 Help: ISPELL and Aqua EMACS (OSX) Edward Dodge
2002-11-24  9:09 ` Hans-Peter Binder
2002-11-28  3:16   ` Edward Dodge [this message]
2002-11-24 14:28 ` Hugo Wolf
2002-11-25 14:59   ` Stefan Monnier <foo@acm.com>
2002-11-25 15:20     ` Schone Mullerin
2002-11-25 18:07       ` Stefan Monnier <foo@acm.com>
2002-11-25 18:47         ` Schone Mullerin
2002-11-25 19:22           ` Stefan Monnier <foo@acm.com>
2002-11-26 14:05             ` Michael Hudson
2002-11-26 17:32             ` Kai Großjohann
2002-11-26 18:08     ` Benjamin Riefenstahl
2002-11-26 23:12 ` Stefan Monnier <foo@acm.com>

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=m2u1i2fkoc.fsf@g3.com \
    --to=someone@g3.com \
    /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.