From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Inserting \n when longlines-mode Date: Sat, 27 Oct 2007 18:38:50 -0400 Message-ID: <87ve8srxmt.fsf@stupidchicken.com> References: <47239849.4010608@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193524799 16758 80.91.229.12 (27 Oct 2007 22:39:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 22:39:59 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 28 00:40:00 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IluJy-00017C-I3 for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 00:39:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IluJp-0000d8-Mu for ged-emacs-devel@m.gmane.org; Sat, 27 Oct 2007 18:39:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IluJM-0008Ps-29 for emacs-devel@gnu.org; Sat, 27 Oct 2007 18:39:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IluJK-0008Nq-CD for emacs-devel@gnu.org; Sat, 27 Oct 2007 18:39:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IluJK-0008Nh-5j for emacs-devel@gnu.org; Sat, 27 Oct 2007 18:39:18 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IluJK-0000lX-1X for emacs-devel@gnu.org; Sat, 27 Oct 2007 18:39:18 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 005AC4E35B; Sat, 27 Oct 2007 18:38:50 -0400 (EDT) In-Reply-To: <47239849.4010608@gmail.com> (Lennart Borgman's message of "Sat\, 27 Oct 2007 21\:58\:01 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81887 Archived-At: "Lennart Borgman (gmail)" writes: > Can someone please tell me how one is supposed to insert a \n in the > buffer when longlines-mode is on? > > The following will not do it > > (insert "\n") (insert hard-newline)