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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=EGCNY/F2xEvovRg+JK5uBACNHsUo7 +hd5aQ+2ostLf61bVhJnNlYyE1Ss9x4wv8tpmCYKbj/CRKXxYaWTa9XIfUgfcvMH ycVyIav4LGxUJWgshnpwk9D0lM0L8jf/MmlHnk0wr3oaA3dZYY4HqrbNn+8vkTTv vWgZMBdj5D8Ql0= 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:date:message-id:subject:from:to :content-type; s=default; bh=Hfh4cj/P4GGdFt64AGXffQ5sxPs=; b=hsz Q2Ygv6lrW1a6OtJ7mWbrmeG9PoOwwdIAfuSPG2084kJtPEVOt4vCXsUV51AdBNh/ R/5VAyU5HkfpJNRcUuAAe9d3UHzjGNfD3tkVXobK+B6+YNa4Bz/HKyt18yBbMcgI BtTv8uIYe+az7MZrveB89U7mxTp2xXUav5mSNE/s= 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=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f51.google.com MIME-Version: 1.0 X-Received: by 10.152.204.5 with SMTP id ku5mr12301566lac.68.1406818309179; Thu, 31 Jul 2014 07:51:49 -0700 (PDT) Date: Thu, 31 Jul 2014 15:51:49 +0100 Message-ID: Subject: (call-process ...) hangs in emacs From: Peter Hull To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 VC integration in emacs has stopped working for me in the past few days. Using emacs debugger I found the last function call was to call-process which never returns. I can reproduce this by evaluating in Lisp Interaction mode (using ^J) (call-process "pwd" nil t) I would expect to see the PWD and exit code but instead it just hangs until I Quit it (^G) I am using GNU Emacs 24.3.1 and confirmed cygwin and all packages up to date. (cygwin DLL 1.7.31) Thanks. Peter -- 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