From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roy Smith Newsgroups: gmane.emacs.help Subject: Re: How do you normally type text in emacs? Date: Sun, 31 Jul 2005 10:28:48 -0400 Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122820398 26757 80.91.229.2 (31 Jul 2005 14:33:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Jul 2005 14:33:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 31 16:33:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzEsD-0007rK-22 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 16:33:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzEuo-0005qC-F7 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Jul 2005 10:35:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!roy Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: p67-13.acedsl.com Original-X-Trace: reader2.panix.com 1122820128 24174 66.114.67.13 (31 Jul 2005 14:28:48 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sun, 31 Jul 2005 14:28:48 +0000 (UTC) User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) Original-Xref: shelby.stanford.edu gnu.emacs.help:132789 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:28313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28313 In article , rincewind wrote: > How do you normally type plain English text in emacs? > It appears that emacs either doesn't break lines at all (i.e., it just > wraps a line if it exceeds the screen width, disregarding word > boundaries), or inserts newlines when you run 'fill' command! Or > Fundamental is not a proper mode for exiting text (which mode I need, then)? > > How can I make emacs automatically format paragraphs visually, without > breaking words and without inserting newlines? Try "M-X text-mode". You'll generally end up in text mode automatically if you name your files with a ".txt" extension. It probably also want to turn on auto-fill mode (M-X auto-fill-mode).