unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Jeff D. Hamann" <jeff.hamann@forestinformatics.com>
Subject: ispell gives "Wrong type argument: stringp, nil"
Date: Wed, 12 Oct 2005 23:42:30 -0700	[thread overview]
Message-ID: <jamdnS10xtBQnNPeRVn-qg@scnresearch.com> (raw)

I'm setting up a new installation of emacs+auctex+ispell+balh, blah,blah. 
FLyspell mode turns on and when I attempt  and when I attempt to either 
spell check the document or simply check a word I get the following error in 
the minibuffer:

Wrong type argument: stringp, nil

I've added the following lines to my .emacs file:

; set some reftex modes
(setq reftex-extra-bindings t)
(setq reftex-plug-info-AUCTeX t)
(setq bib-cite-use-reftex-view-crossref t)
(setq reftex-cite-format 'natbib)
(add-hook 'text-mode-hook 'turn-on-auto-fill)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)    ; with AUCTeX LaTeX mode
(add-hook 'latex-mode-hook 'turn-on-reftex)    ; with Emacs latex mode

;; to make auctex aware of style files and multi-file docs
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)

(require 'tex-site)

;;; try the flyspell stuff..
(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
(setq ispell-dictionary "C:/ispell/dic/american.hash")
(add-hook 'text-mode-hook (lambda () (flyspell-mode 1)))

So I'm not sure what's going wrong. I've got an old installation on another 
machine (not sure the versions on the old machine) and it works just fine. 
I'm running emacs 21.3.1 with the ispell-3.2.06 downloaded from

http://www.fsci.fuk.kindai.ac.jp/aftp/pub/ptex/utils/

Any help?

Jeff.

             reply	other threads:[~2005-10-13  6:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13  6:42 Jeff D. Hamann [this message]
2005-10-13  8:50 ` ispell gives "Wrong type argument: stringp, nil" Peter Dyballa
     [not found] ` <mailman.11175.1129195674.20277.help-gnu-emacs@gnu.org>
2005-10-13 16:42   ` Jeff D. Hamann
2005-10-13 23:11     ` Peter Dyballa
2005-12-27  6:55   ` Jeff D. Hamann
2005-12-27 12:26     ` Peter Dyballa
2005-12-28 18:30       ` Kevin Rodgers
     [not found]       ` <mailman.20694.1135794740.20277.help-gnu-emacs@gnu.org>
2005-12-29 18:36         ` Jeff D. Hamann
2005-12-29 23:03           ` Peter Dyballa
2005-12-30 22:16           ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2005-12-27  6:49 Jeff D. Hamann

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=jamdnS10xtBQnNPeRVn-qg@scnresearch.com \
    --to=jeff.hamann@forestinformatics.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).