From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Helmut Eller Newsgroups: gmane.emacs.help Subject: Re: SLIME and CTRL-D Date: Thu, 08 Apr 2010 21:19:26 +0200 Message-ID: References: <4bbe1f01$0$9897$80265adb@spool.cs.wisc.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273005802 6394 80.91.229.12 (4 May 2010 20:43:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 20:43:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 22:43:21 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9OxX-000097-7W for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 22:43:15 +0200 Original-Received: from localhost ([127.0.0.1]:47485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Oe5-0006nq-6z for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 16:23:09 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.kpnqwest.it!news.kpnqwest.it.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 08 Apr 2010 14:19:27 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:eDTUKfSgBKgYyMA0OFQecl/oPTM= Original-Lines: 15 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 212.46.181.203 Original-X-Trace: sv3-g9RLhTKSCADcqeiEauFtlmgBDvo558XkH6c0UG7OI5/yTltT6bSxYsmUc2UbGaviJDchQviEDP2y5a7!zLJ81OgiwQAyCBCDhL3VyhAipLq8xocTuPoisrE1QNZ2EjtfJxxuHfxI25Ggc955RWcYiog= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Original-Xref: usenet.stanford.edu gnu.emacs.help:177664 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73144 Archived-At: * Peter Keller [2010-04-08 20:22+0200] writes: > Hello, > > I use slime with sbcl on linux and in general it works fine. > > My question is: in the raw sbcl repl (say starting sbcl from the > command line) I can do ^D to signal the END-OF-FILE condition for > something reading *standard-input*. SLIME doesn't seem to understand > this. How can I do the equivalent of ^D when using the SLIME repl for > sbcl? Probably C-u RET. Helmut