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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=js 85Tr1GsE2AAYuhAyOYc8LkxWgbzI8tcEAUo0M2IpBO4zgH52qtCC/QgRxsbs1ZGL d50sodI8EYuiw2Vv4FAHuhNq5Zkyz4trkqo1n2N7pM6XDPrFLDwda86D4WSpy5Sr U7xG28VOGICe5hPWHqaWG1bKcg0vw6j3aa0/Ks7qI= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=JN3U7xzW 8MRXffDTH0tX1jTqA6w=; b=VVym/BNsoQ2k1DTnQ7O2FY6BckRZq7yGX+XcA+es tqvkkX2lISJYZXae+HKXATAyd0pA3saP/wYLQTdu9PD8Z44luQ6hGW8bIiknAfJN mYFp8IXY9ZgpCOg9lg+OxE9HJbDNCJJJnhhP7kO7J0P6LW8G3JsBbp32IwsZr6YR RfA= 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=0.1 required=5.0 tests=AWL,BAYES_50,KAM_INFOUSME,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 X-HELO: alum-mailsec-scanner-1.mit.edu MIME-Version: 1.0 X-Received: by 10.112.147.41 with SMTP id th9mr13916498lbb.12.1406277006000; Fri, 25 Jul 2014 01:30:06 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Jul 2014 02:30:05 -0600 Message-ID: Subject: Re: Emacs flyspell mode can't get process lock From: Jim Reisert AD1C To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 (setq text-mode-hook '(lambda () (auto-fill-mode 1) (flyspell-mode 1))) (setq csv-mode-hook '(lambda () (auto-fill-mode 0) (flyspell-mode 0))) -- Jim Reisert AD1C, , http://www.ad1c.us -- 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