From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Menzel Newsgroups: gmane.emacs.help Subject: Re: How to insert a new line below current line? Date: Thu, 2 Nov 2006 16:04:29 +0000 (UTC) Organization: Texas A&M University Message-ID: References: <3dd9a95e0611011837l4237556dpe355a3b98110203d@mail.gmail.com> Reply-To: cmenzel@remove-this.tamu.edu NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1162485702 1112 80.91.229.2 (2 Nov 2006 16:41:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 16:41:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 02 17:41:41 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gffcj-0000Kh-Sx for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Nov 2006 17:41:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gffcj-0004le-9G for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Nov 2006 11:41:01 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.aset.psu.edu!news.cse.psu.edu!elk.ncren.net!newsfeed.cs.utexas.edu!news.tamu.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: philebus.tamu.edu Original-X-Trace: news.tamu.edu 1162483469 2121 128.194.75.11 (2 Nov 2006 16:04:29 GMT) Original-X-Complaints-To: abuse@tamu.edu Original-NNTP-Posting-Date: Thu, 2 Nov 2006 16:04:29 +0000 (UTC) User-Agent: slrn/0.9.8.1 (FreeBSD) Original-Xref: shelby.stanford.edu gnu.emacs.help:142886 Original-To: help-gnu-emacs@gnu.org 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:38506 Archived-At: On Thu, 2 Nov 2006 16:14:00 +0800, gniuxiao said: >> > On 11/2/06, gniuxiao wrote: >> >> I have to type C-e (move to end) then C-j (enter with indentation) to >> >> do it, are there better solutions? >> >> You mean you want to be able to do with with one keystroke instead of >> two? > > Yes! And I want to know if there exists the default keystroke rather > than writing elisp. I don't believe there is a builtin command for this. You could of course write a macro and assign it to a single keystroke, but I must say I have a hard time perceiving much of a difference in effort between "Hold down Ctrl, " and "Hold down Ctrl, ej" given the lightening quick reflexes of the average Emacs user. :-)