X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=SZ8llJdPCgfDngh0bJkFpLpbXzXkgFUvckjQS+4ro5X qHUf4aPoAWHze2RAtjiseya0n1TAuI6/B62l2ipy+5YwBnmah4urqzcGbGwc0tvS vX8blrvfHjTYyUh2xFEN5lYV1QtnUgwykhmdNjgcuXuQ0mQQFClkfMgnyHy2wpLc = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=1Klio/Ysk3DPlZZe8/2lLnLkO60=; b=w0XmTcAxkw7zXH+jI zxJ8oNljMyO6ePbrhMsJRokIcd39VIxhjGqFl0u+PQRvijUhvoxR4ztneYKHxp1x iT3nGYojigOvnB2mYaorsaTUHP3tTPNUki6lTv9PmjHvVwROjHw0STlbZL0HDP/I 3ErtolXE++wT5YIGBl0KfK61CQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <53D25622.8080605@cornell.edu> Date: Fri, 25 Jul 2014 09:05:38 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Emacs flyspell mode can't get process lock References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/25/2014 4:30 AM, Jim Reisert AD1C wrote: > (setq text-mode-hook '(lambda () > (auto-fill-mode 1) > (flyspell-mode 1))) > > (setq csv-mode-hook '(lambda () > (auto-fill-mode 0) > (flyspell-mode 0))) Sorry, I still can't reproduce the problem. Here's what I did: I created a .emacs file with the contents above, I created a text file foo.txt, and I started emacs from an xterm window by typing "emacs foo.txt". emacs started up and give me the following message in the mode line: Starting new Ispell process [/usr/bin/aspell::default] ... Spell checking works as expected. Maybe strace would give you some clue as to what's going on. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple