From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Re: global-visual-line-mode Word Wrap Date: Sun, 17 Jul 2011 09:07:18 -0500 Message-ID: <479FD007-21E1-49DD-BAEE-01BE948F83D6@gmail.com> References: <32070159.post@talk.nabble.com> <4E20B640.7080903@dogan.se> <32071979.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1310911772 31441 80.91.229.12 (17 Jul 2011 14:09:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Jul 2011 14:09:32 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: spinner Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 17 16:09:28 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QiS2A-0006ra-Ka for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2011 16:09:26 +0200 Original-Received: from localhost ([::1]:54259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiS29-0002rh-Gu for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Jul 2011 10:09:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiS0D-0002qx-38 for Help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 10:07:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QiS0B-0001dQ-BL for Help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 10:07:24 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:61562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QiS0A-0001dF-Td for Help-gnu-emacs@gnu.org; Sun, 17 Jul 2011 10:07:23 -0400 Original-Received: by yxj17 with SMTP id 17so1156795yxj.0 for ; Sun, 17 Jul 2011 07:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=RF3Tm3fP64NlaJiuRLwhu/40D4hGwP3z3cv55ZgjVEs=; b=VMJyynKz2p6EEEvSRVxEFyUDU9ZCkJg7xKkxaNbpCWWE5YuPXMmzVoYaV3myplV0VH YJTRwmejdoCUa8tpFgfSnlcoCG1B8rulvNm5fw6ZEMYDL6EPrNjXeMvC2yApqIH6DAcC xklrxDSDbgbv7o6GYOaVtnOVq+3I4nrlCHqtA= Original-Received: by 10.236.185.134 with SMTP id u6mr6903930yhm.76.1310911642238; Sun, 17 Jul 2011 07:07:22 -0700 (PDT) Original-Received: from [10.0.0.4] ([64.128.19.234]) by mx.google.com with ESMTPS id a47sm2428621yhj.52.2011.07.17.07.07.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Jul 2011 07:07:21 -0700 (PDT) In-Reply-To: <32071979.post@talk.nabble.com> X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81628 Archived-At: On Jul 15, 2011, at 6:49 PM, spinner wrote: > I'm new to emacs and would have thought line wrapping from such edits = would > occur automatically. Emacs is a sea of options... this is an option. Check out = auto-fill-mode Probably one newbie tendency is to find things like this and add them = always to be the default with: (auto-fill-mode t) which is fine but you probably want to hook in to the mode hooks to do = that so that auto fill is on (or off) depending upon the mode of the = buffer. I flip back and forth frequently so I have this tied to a key. Good luck! pedz