From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeff Clough Newsgroups: gmane.emacs.help Subject: Re: SLIME and CTRL-D Date: Fri, 09 Apr 2010 08:07:24 -0400 Organization: A noiseless patient Spider Message-ID: References: <4bbe1f01$0$9897$80265adb@spool.cs.wisc.edu> <4bbe3c95$0$9896$80265adb@spool.cs.wisc.edu> <4bbe697b$0$9896$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 1273004875 2716 80.91.229.12 (4 May 2010 20:27:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 20:27:55 +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:27:54 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 1O9Oif-0007kp-Mx for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 22:27:53 +0200 Original-Received: from localhost ([127.0.0.1]:37093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Oif-0001Tv-34 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 16:27:53 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Injection-Date: Fri, 9 Apr 2010 12:07:25 +0000 (UTC) Injection-Info: feeder.eternal-september.org; posting-host="VDM3607lx+ft0F522riMcQ"; logging-data="575"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX186W1Kisv/f72SWkRgBZVnD" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.95 (gnu/linux) Cancel-Lock: sha1:QSMZr8Q7uQ4I41lBBF/XbirUyzI= sha1:J+5QnUe0NsGk1Bd1Fg1xaRdrITE= Original-Xref: usenet.stanford.edu gnu.emacs.help:177668 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:73136 Archived-At: Peter Keller writes: > Helmut Eller wrote: > ... I just know C-u to be a "do this N times" > command, so relating it to stdin was surprising. In Emacs, C-u specifies the prefix argument, which *may* be a repetition count, but sometimes simply changes the behavior of the command. I think the canonical example of this is fill-paragraph. If you give it a prefix argument, it ignores the value but interprets the presence of the argument to mean "justify the paragraph too". Jeff