From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: ispell: The file "/usr/lib/aspell/german" can not be opened for reading. Date: Mon, 02 Dec 2013 21:57:56 +0530 Message-ID: <87siubjjzn.fsf@gmail.com> References: <2013-12-01T11-42-41@devnull.Karl-Voit.at> <2013-12-02T17-09-01@devnull.Karl-Voit.at> <0E7514B1-8921-4740-916B-6A91FE826439@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386001715 31194 80.91.229.3 (2 Dec 2013 16:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2013 16:28:35 +0000 (UTC) Cc: news1142@Karl-Voit.at, help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 02 17:28:38 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VnWMM-0003Lc-4R for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Dec 2013 17:28:34 +0100 Original-Received: from localhost ([::1]:37613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnWML-0005CT-He for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Dec 2013 11:28:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnWM2-0005BB-4o for help-gnu-emacs@gnu.org; Mon, 02 Dec 2013 11:28:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnWLt-0006Dt-N9 for help-gnu-emacs@gnu.org; Mon, 02 Dec 2013 11:28:14 -0500 Original-Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:35866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnWLt-0006Dk-Ex for help-gnu-emacs@gnu.org; Mon, 02 Dec 2013 11:28:05 -0500 Original-Received: by mail-pb0-f52.google.com with SMTP id uo5so19228136pbc.39 for ; Mon, 02 Dec 2013 08:28:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=6xcZciKGEmIX25XK8+yeBXSK23XrqnfPS1U0h/XjhyQ=; b=WxAYI5P7/VTmukVx1T6pNwxS69Y+YRHuTGMzJtc5ySZWyZa9zT3foX6N9L3KU+I6S8 fxWsSPXX4E3N0BE7OSVJ2ML/Irx+KElx0YUe3d77sM4PIFXuyqf1+Gd7Kzmyw35qUrU8 GvJCHgLGiKr/yv2U3adrwrAh1RymY6eT1+zvBPZ0tm4HP/dV1IchA1DvA6UeKedHMFC9 IE5HQomytaMx0t6hvde3hZtIuXkAgNPJ7eVUEplmRs+X87jQvZ7G84ZuJfOrUXXwsR0b t1a+WkPS/WuwT5+THuwCLJrAh9C4ST/PQwqYE/qiPCC7mmBYSLxoAWZdHvOWA2kDYtO7 JWNg== X-Received: by 10.66.65.108 with SMTP id w12mr65164094pas.84.1386001684142; Mon, 02 Dec 2013 08:28:04 -0800 (PST) Original-Received: from debian-6.05 ([115.242.243.232]) by mx.google.com with ESMTPSA id og5sm81978990pbb.10.2013.12.02.08.28.01 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 02 Dec 2013 08:28:03 -0800 (PST) In-Reply-To: <0E7514B1-8921-4740-916B-6A91FE826439@Web.DE> (Peter Dyballa's message of "Mon, 2 Dec 2013 17:23:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94786 Archived-At: Peter Dyballa writes: > Yes. I think your problem is that you are not using the correct syntax > in the files. In a file's footer you would have to use: > > %%% Local Variables: > %%% mode: LaTeX > %%% flyspell-default-dictionary: "german8" > %%% End: M-x add-file-local-variable > In the header you would use: > > %% -*- mode: LaTeX; flyspell-default-dictionary: "german8"; -*- > > Notice the use of ";"! M-x add-file-local-variable-prop-line