From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexander Nikolov Newsgroups: gmane.emacs.help Subject: ispell and emacs Date: 22 May 2003 02:57:19 +0000 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053564098 10577 80.91.224.249 (22 May 2003 00:41:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 00:41:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 22 02:41:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Ie8t-0002ic-00 for ; Thu, 22 May 2003 02:41:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IdVW-0001z8-Ra for gnu-help-gnu-emacs@m.gmane.org; Wed, 21 May 2003 20:00:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-feed1.de1.concert.net!fu-berlin.de!uni-berlin.de!ip217-30.mnet.BG!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: ip217-30.mnet.bg (193.110.217.30) Original-X-Trace: fu-berlin.de 1053561505 30572922 193.110.217.30 (16 [159246]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:113495 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9989 I installed a Bulgarian dictionary for ispell and tried to make it work under emacs too, but it is acting somewhat strange. What I added in my .emacs file was: ;;ispell Bulgarian (load-library "ispell") (setq ispell-dictionary-alist (cons '("bulgarian""[A-Za-z\192-\255]""[^A-Za-z\192-\255]"""nil("-d" "bulgarian")nil cp1251) ispell-dictionary-alist)) Sometimes it seems to work nice and sometimes it doesn't(which is the more frequent case). If I don't put a string of latin letters in the beginning of the buffer, ispell reports that the spell-check is finished (without reporting errors), no matter what terrible mistakes I've made. Actually I even think that things work correctly only when I put a number of latin letters in front of each misspelled word- then both the word and the latin string are reported as incorrect. Suggestions? ps Ispell is working correctly with '-d bulgarian' when started from the command line.