From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Akim Demaille Newsgroups: gmane.emacs.help Subject: Re: 24.2.1: ispell: use of local ispell-personal-dictionary Date: Wed, 28 Nov 2012 09:47:26 +0100 Message-ID: <22AE6E01-DB0C-419A-A386-69AFBFBFBB17@gmail.com> References: <87boenu2r5.fsf@web.de> <87d2yy8du6.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1354092457 25831 80.91.229.3 (28 Nov 2012 08:47:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2012 08:47:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 28 09:47:49 2012 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 1TddJ6-0001ZF-NP for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2012 09:47:48 +0100 Original-Received: from localhost ([::1]:55667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TddIv-0000Ws-Bv for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Nov 2012 03:47:37 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TddIp-0000WY-ET for help-gnu-emacs@gnu.org; Wed, 28 Nov 2012 03:47:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TddIo-0003qf-Ch for help-gnu-emacs@gnu.org; Wed, 28 Nov 2012 03:47:31 -0500 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:63407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TddIo-0003qW-2d for help-gnu-emacs@gnu.org; Wed, 28 Nov 2012 03:47:30 -0500 Original-Received: by mail-we0-f169.google.com with SMTP id t49so3927348wey.0 for ; Wed, 28 Nov 2012 00:47:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=U1rPzQ/OGA9FzUtOFbtZdK5guIYuCL/Sk+6ICrlnYF4=; b=pCOMDpunqpUDZ/On7+OxD4ebjdw+XvV1SExU0497bRvSVa8tXEaho/kh265IigGoV/ yCaGTFFWevIb86wGBq/ebnzKqkeREnUGthyzuWsq3EafxRjMvb/8X08J0eqPGMAcjJAd oH+5xtr2w08/5U0g5NQrxDYN1FuV9aOz+G/o9/2fJVMluGuvSDdQCnvqJaAu9m/TS8A1 hnv77jiSUtrmDDZTHPu58ak17fBkTe6IaKGNnuzgzIyjLOK8Cc0B2wH3NoPmhjh7NUmC XEuoLnZ3nWZj3ZeSnFtnp5MlqG9mCbRQq7FsAjH/zyXgrh1hPyh7YCqYksyEITVgjtHk Z0zg== Original-Received: by 10.180.92.166 with SMTP id cn6mr27825284wib.19.1354092449147; Wed, 28 Nov 2012 00:47:29 -0800 (PST) Original-Received: from mcote-eth.lrde.epita.fr (sao-paulo.lrde.epita.fr. [163.5.55.1]) by mx.google.com with ESMTPS id fq6sm6026310wib.7.2012.11.28.00.47.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 00:47:27 -0800 (PST) In-Reply-To: <87d2yy8du6.fsf@web.de> X-Mailer: Apple Mail (2.1499) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.169 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:87920 Archived-At: Le 28 nov. 2012 =E0 07:02, Michael Heerdegen = a =E9crit : > Akim Demaille writes: >=20 >>> your file local variable `ispell-personal-dictionary' is bound to = the >>> string "../en.dict" when you open your file. Note that no expansion = of >>> the ".." takes place. Whether this string later is interpreted as >>> intended or not is just luck=85 >>=20 >> But it used to work. This looks very much like a regression to me. >=20 > I didn't mean that the behavior was not useful. But it was never > documented, so it was just luck that it worked. Note that something > like "../en.dict" is not a filename. I simplified my example, but relative file names were fine before. > Why don't you file a feature request (M-x report-emacs-bug)? Just > explain what you wrote here. Will do, thanks! =04=