From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ye eugene Newsgroups: gmane.emacs.help Subject: Can not install slime for emacs on my windows-7-64 Date: Wed, 26 Nov 2014 10:44:19 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416969881 20283 80.91.229.3 (26 Nov 2014 02:44:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 02:44:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 03:44:37 2014 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 1XtSar-0002Dt-Ms for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 03:44:37 +0100 Original-Received: from localhost ([::1]:60247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtSar-000511-AX for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 21:44:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtSac-0004yt-ID for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 21:44:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtSaa-0004kM-Kx for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 21:44:22 -0500 Original-Received: from mail-ie0-x242.google.com ([2607:f8b0:4001:c03::242]:58186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtSaa-0004jE-DQ for help-gnu-emacs@gnu.org; Tue, 25 Nov 2014 21:44:20 -0500 Original-Received: by mail-ie0-f194.google.com with SMTP id y20so221720ier.9 for ; Tue, 25 Nov 2014 18:44:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OW1Zf0gUbgo+ICH6MNk3L/fwVn8Rk4d+zVm7zb2HSHQ=; b=tSn7+CbziD9c1rGSel6w57TxPRUwSMjsyGDUfOukeWWeftff8OK0jecxdwLpnF13QH OFlr7IMHN8i/SU7wHRBqcsgK86ZTE7A0apokm+Mt4mk6hfFg58rNFprfcwKdiZkAFNaT /kLpCDr91onHg9vXcFjeEe5mUZGBfv4HPx0u62vawJnM8+6KxViG0rNdqbXxyGn5S/gU ofJmtOS8dlgAcSgCJ8WKSKVBf3gmCjiW9w/xdbeu5bJRDCqdUYhxz2ksMXFKemevlK4o oXeTYLAPNKXmjoex0gHDoNZiN8G0oo6cdNDEEBm9VCMCwDRCMHfdVi0Z3N5RQleq+VYn iUCQ== X-Received: by 10.107.132.78 with SMTP id g75mr27123250iod.21.1416969859513; Tue, 25 Nov 2014 18:44:19 -0800 (PST) Original-Received: by 10.64.8.81 with HTTP; Tue, 25 Nov 2014 18:44:19 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::242 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101204 Archived-At: Hello everyone I download lispbox ( http://commonlisp.net/project/lispbox/ ) lispstick ( http://www.iqool.de/lispstick.html ) .When i run them on my windows 7-64,they all shows the same error: Debugger entered: (("Error in timer" slime-attempt-connection (# nil 5) (file-error "make client process failed" "too many open files" :name "SLIME Lisp" :buffer nil :host "127.0.0.1" :service 33947 :nowait nil))) (condition-case data (apply fun args) ((debug error) (debug nil (list "Error in timer" fun args data)))) slime-timer-call(slime-attempt-connection # nil 5) apply(slime-timer-call (slime-attempt-connection # nil 5)) byte-code("r\301 \302H \303H\"\210)\301\207" [timer apply 5 6] 4) timer-event-handler([t 21620 23714 532000 nil slime-timer-call (slime-attempt-connection # nil 5) nil 0]) When I try to add (url-retrieve "http://google.com" 'print) to .emacs and then run emacs,it shows the error: Warning (initialization): An error occurred while loading `f:/lisp/.emacs': File error: make client process failed, too many open files, :name, google.com, :buffer, #, :host, google.com, :service, 80, :nowait, nil I asked the author of slime,he said it is not a slime bug.So I want to know what's the error and how to fix it.