From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.help Subject: Re: lisp evaluation command Date: Thu, 15 Jan 2009 10:13:02 +0200 Message-ID: <87k58xrnqp.fsf@iki.fi> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232007251 6543 80.91.229.12 (15 Jan 2009 08:14:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 08:14:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 15 09:15:22 2009 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.50) id 1LNNNg-000262-EY for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jan 2009 09:15:13 +0100 Original-Received: from localhost ([127.0.0.1]:55484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNNMP-0004lN-Sm for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Jan 2009 03:13:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNNM6-0004l0-0d for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 03:13:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNNM4-0004kl-BG for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 03:13:33 -0500 Original-Received: from [199.232.76.173] (port=57939 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNNM4-0004ki-99 for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 03:13:32 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:2835) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LNNM3-00037H-SD for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 03:13:32 -0500 Original-Received: from mta-out.inet.fi ([195.156.147.13] helo=jenni2.inet.fi) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNNLv-0001tG-Dj for help-gnu-emacs@gnu.org; Thu, 15 Jan 2009 03:13:23 -0500 Original-Received: from mithlond.arda.local (80.220.180.181) by jenni2.inet.fi (8.5.014) id 48FC5A8803C184CB; Thu, 15 Jan 2009 10:13:05 +0200 Original-Received: from dtw by mithlond.arda.local with local (Exim 4.69) (envelope-from ) id 1LNNLa-00016Q-MM; Thu, 15 Jan 2009 10:13:02 +0200 In-Reply-To: (Tassilo Horn's message of "Thu\, 15 Jan 2009 08\:46\:48 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:61343 Archived-At: Tassilo Horn (2009-01-15 08:46 +0100) wrote: > Nope, `C-j' is bound to `eval-print-last-sexp' in all lisp modes > (elisp, common lisp, I guess scheme, too). No, C-j is newline-and-indent in Lisp modes which are meant for programming. But in lisp-interaction-mode it does eval-print-last-sexp.