From: Neon Absentius <absent@sdf.lonestar.org>
Subject: Re: aspell and emacs, SOLVED
Date: Mon, 3 Jan 2005 21:08:49 +0000 [thread overview]
Message-ID: <20050103210849.GB4784@SDF.LONESTAR.ORG> (raw)
In-Reply-To: <20041231092853.GA11700@SDF.LONESTAR.ORG>
Ok, I now I understand what was wrong. I had a broken aspell
installation which worked for certain options (for example --lang el)
but not with the option that ispell.el sends. The error messages were
from aspell itself. The replies by ehud and Eli Zaretskii made me
look further and unearth the misconfiguration. Now aspell is working
fine with or without emacs.
Thanks for your help.
For future reference here are the details.
Similarly to ehud I evaluate
(setq ispell-program-name "aspell")
(add-to-list 'ispell-dictionary-alist
'("el"
"[a-zA-Z``A_long_list_of_octal_characters'']"
"[^a-zA-Z``A_long_list_of_octal_characters'']"
"['\"]" t ("latin/greek") nil iso-8859-7))
(setq ispell-dictionary "el")
(ispell-change-dictionary "el")
(set-default 'ispell-local-dictionary "el")
where ``A_long_list_of_octal_characters'' is a list of all characters
used by modern greek. I generated the list by evaluating
(insert
(mapconcat (lambda (c) (format "\\%o" (multibyte-char-to-unibyte
c)))
"List_of_greek_characters"))
where I typed the "List_of_greek_characters" using the input-method
"greek" from Mule. (I found this in Emacs Wiki).
If anybody wants to have the list of octals itself I can provide it.
--
Charity in capitalism is like urinating to extinguish a forest fire.
-- Neon Absentius
absent a.in.cirle sdf period lonestar period org
SDF Public Access UNIX System - http://sdf.lonestar.org
prev parent reply other threads:[~2005-01-03 21:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2005-01-03 21:08 ` Neon Absentius [this message]
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=20050103210849.GB4784@SDF.LONESTAR.ORG \
--to=absent@sdf.lonestar.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.
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).