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: Word wrapping and long lines Date: Thu, 18 Sep 2008 21:12:31 -0400 Message-ID: <877i99kkg0.fsf@cyd.mit.edu> References: <48D2D293.1050409@gmail.com> <87vdwt3uck.fsf@cyd.mit.edu> <48D2EB33.7000104@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221786553 11117 80.91.229.12 (19 Sep 2008 01:09:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 01:09:13 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 19 03:10:09 2008 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 1KgUVW-00030p-KB for ged-emacs-devel@m.gmane.org; Fri, 19 Sep 2008 03:10:02 +0200 Original-Received: from localhost ([127.0.0.1]:58489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgUUV-0008Ap-AG for ged-emacs-devel@m.gmane.org; Thu, 18 Sep 2008 21:08:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgUUI-000829-8u for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:08:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgUUG-000802-6Y for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:08:45 -0400 Original-Received: from [199.232.76.173] (port=32867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgUUG-0007zw-36 for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:08:44 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:43124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgUUG-0004A2-Fk for emacs-devel@gnu.org; Thu, 18 Sep 2008 21:08:44 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 6B8F157E357; Thu, 18 Sep 2008 21:12:31 -0400 (EDT) In-Reply-To: <48D2EB33.7000104@gmail.com> (Lennart Borgman's message of "Fri, 19 Sep 2008 01:58:43 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:103949 Archived-At: "Lennart Borgman (gmail)" writes: >> Longlines mode will hopefully be phased out as its functionality is >> replaced by visual-line-mode. > > But what about wrapping at some specific width (like longlines-mode > does), is that not implemented yet? No.