From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmg3000@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How to insert a new line below current line? Date: 6 Nov 2006 07:15:58 -0800 Organization: http://groups.google.com Message-ID: <1162826158.064835.130270@h48g2000cwc.googlegroups.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1162828472 3566 80.91.229.2 (6 Nov 2006 15:54:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 15:54:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 06 16:54:30 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 1Gh6b2-0003YY-GL for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Nov 2006 16:41:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gh6b2-0003ty-0P for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Nov 2006 10:41:12 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 72.1.159.253 Original-X-Trace: posting.google.com 1162826163 24578 127.0.0.1 (6 Nov 2006 15:16:03 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 6 Nov 2006 15:16:03 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=72.1.159.253; posting-account=0jymeQwAAAALbReIpIl6kgFFa_Xdu9Pp Original-Xref: shelby.stanford.edu gnu.emacs.help:142943 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:38561 Archived-At: gniuxiao wrote: > I have to type C-e (move to end) then C-j (enter with indentation) to > do it, are there better solutions? > > Thanks. I've found that, when writing Perl code, cperl-mode makes C-j do what you're looking for. ---John