From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: Incompatibility in emacs & aspell-0.60.4 Date: Thu, 26 Oct 2006 13:28:05 +0200 Message-ID: <20061026112805.GA4651@agmartin.aq.upm.es> References: <87bqqiuhmr.fsf@stupidchicken.com> <20060829171605.2024@henman-np.b-eng.it.to-be.co.jp> <87irkbkjwa.fsf@furball.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161862301 12134 80.91.229.2 (26 Oct 2006 11:31:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 11:31:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 26 13:31:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gd3SO-0004ie-HA for ged-emacs-devel@m.gmane.org; Thu, 26 Oct 2006 13:31:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gd3SN-0001xC-Ib for ged-emacs-devel@m.gmane.org; Thu, 26 Oct 2006 07:31:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gd3SA-0001wv-MU for emacs-devel@gnu.org; Thu, 26 Oct 2006 07:31:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gd3S4-0001wj-PI for emacs-devel@gnu.org; Thu, 26 Oct 2006 07:31:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gd3S4-0001wg-JA for emacs-devel@gnu.org; Thu, 26 Oct 2006 07:31:12 -0400 Original-Received: from [138.100.4.49] (helo=edison.ccupm.upm.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gd3S3-0003Jw-Gv for emacs-devel@gnu.org; Thu, 26 Oct 2006 07:31:12 -0400 Original-Received: from mala.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by edison.ccupm.upm.es (8.13.6/8.13.6) with ESMTP id k9QBS6ES011426; Thu, 26 Oct 2006 13:28:06 +0200 Original-Received: by mala.aq.upm.es (Postfix, from userid 1000) id F1BAE15AC; Thu, 26 Oct 2006 13:28:05 +0200 (CEST) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87irkbkjwa.fsf@furball.mit.edu> User-Agent: Mutt/1.5.13 (2006-08-11) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61195 Archived-At: On Tue, Aug 29, 2006 at 11:00:21PM -0400, Chong Yidong wrote: > "djh" writes: > > > GNU Emacs 22.0.50.1 (i686-pc-cygwin, X toolkit) of 2006-08-29 > > CYGWIN_NT-5.1 1.5.21(0.156/4/2) 2006-07-30 > > > > Here is the self contained input to cause the error, iwthout fail, each time. > > > > M-X ispell > > > > -------- > > RESULT displays: > > "Starting new Ispell process [default] ..." > > ispell-init-process: Error: nroff: dlopen returned "No such file or directory". > > > > -------- > > nroff does exist. So why does yours work and mine doesn't? > > This is probably some cygwin problem, since it doesn't show up on > GNU/Linux. Try doing `M-: (setq debug-on-error) RET' and showing the > backtrace. Just to close this thread, this same problem was later reported by original submitter to the aspell-user mailing list, http://lists.gnu.org/archive/html/aspell-user/2006-10/msg00011.html I am attaching the relevant part from Kevin Atkinson reply at http://lists.gnu.org/archive/html/aspell-user/2006-10/msg00012.html ------ you might want to try recompiling Aspell with "--enable-compile-in-filters" as suggested in http://aspell.sourceforge.net/man-html/Loadable-Filter-Notes.html ------ which was reported to work in that aspell-user thread. So this problem has nothing to do with emacs files. -- Agustin