unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Aspell and Emacs
Date: Thu, 29 Jan 2004 13:17:49 -0700	[thread overview]
Message-ID: <40196A6D.8020400@yahoo.com> (raw)
In-Reply-To: DrXRb.276612$0P1.80114@twister.nyc.rr.com

Bruce Ingalls wrote:

> Are you using Fink? I added the following contribution recently to
> <url: http://emacro.sf.net/ > for Mac users.
> 
> Hmm. I bet I can change the first line to simply
>     (when (file-readable-p "/sw/bin")


I suggest:

	(when (and (file-directory-p "/sw/bin") (file-readable-p "/sw/bin"))


> as well as drop the defun declaration...


Definitely.  And is there any situation in which exec-path is not bound or its
value is not a list?


> ;;__________________________________________________________________________ 
> 
> ;;;;        Fink Paths
> (when (and (file-readable-p "/sw/bin") (file-exists-p "/sw/sbin"))
>   (defvar shell-bin-path
>     '("/sw/bin" "/sw/sbin")
>     "The paths where fink binaries can be found")
> 
>   (defun fix-shell-paths nil
>     (if (and (boundp 'exec-path) (listp exec-path))
>     (setq exec-path (append shell-bin-path exec-path))
>       (setq exec-path shell-bin-path)))
> 
>   (fix-shell-paths))


-- 
Kevin Rodgers

  parent reply	other threads:[~2004-01-29 20:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-28  3:06 Aspell and Emacs Chris Swoyer
2004-01-28 21:50 ` Martin Stemplinger
2004-01-28 22:46   ` Chris Swoyer
2004-01-29  1:35     ` Tim McNamara
2004-01-28 23:18 ` Bruce Ingalls
2004-01-29  0:30   ` Chris Swoyer
2004-01-29 20:17   ` Kevin Rodgers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-31  9:28 aspell and emacs Neon Absentius
2004-12-31 10:31 ` Ehud Karni
2004-12-31 22:43   ` Neon Absentius
2005-01-01 10:40     ` Eli Zaretskii
2005-01-02 13:04     ` Ehud Karni

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40196A6D.8020400@yahoo.com \
    --to=ihs_4664@yahoo.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).