From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: fill length of visual line mode Date: Fri, 03 Oct 2014 23:19:39 +0200 Message-ID: <8761g0svf8.fsf@gnu.org> References: <87oatu6hfn.fsf@kanis.fr> <83tx3mijrz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412371255 8683 80.91.229.3 (3 Oct 2014 21:20:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2014 21:20:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 03 23:20:48 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XaAHP-0006Wb-Vc for ged-emacs-devel@m.gmane.org; Fri, 03 Oct 2014 23:20:48 +0200 Original-Received: from localhost ([::1]:41396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaAHP-0006uX-Hj for ged-emacs-devel@m.gmane.org; Fri, 03 Oct 2014 17:20:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaAGq-0006tq-Ok for emacs-devel@gnu.org; Fri, 03 Oct 2014 17:20:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaAGh-00084y-TC for emacs-devel@gnu.org; Fri, 03 Oct 2014 17:20:12 -0400 Original-Received: from smtprelay-b22.telenor.se ([195.54.99.213]:53742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaAGh-00084R-MI for emacs-devel@gnu.org; Fri, 03 Oct 2014 17:20:03 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b22.telenor.se (Postfix) with ESMTP id A03DB44B03 for ; Fri, 3 Oct 2014 23:19:42 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.197.4] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMKAOARL1RV5MUEPGdsb2JhbABggw6BIAuCMoUHyyICgQ0XAQEFAQEBATg5hAMBAQEBAgFWMwsUAQwlDwEEGAEMCi2INgwBvyQYkDUWhDUFtyM7L4JKAQEB X-IPAS-Result: AqMKAOARL1RV5MUEPGdsb2JhbABggw6BIAuCMoUHyyICgQ0XAQEFAQEBATg5hAMBAQEBAgFWMwsUAQwlDwEEGAEMCi2INgwBvyQYkDUWhDUFtyM7L4JKAQEB X-IronPort-AV: E=Sophos;i="5.04,650,1406584800"; d="scan'208";a="86387338" Original-Received: from c-04c5e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.197.4]) by ipb2.telenor.se with ESMTP; 03 Oct 2014 23:19:42 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 35E7048427E; Fri, 3 Oct 2014 23:19:40 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <83tx3mijrz.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 02 Oct 2014 18:16:48 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.213 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174956 Archived-At: Eli Zaretskii writes: >> From: Ivan Kanis >> Date: Thu, 02 Oct 2014 09:48:12 +0200 >> >> I just enabled visual line mode today. I have started using it to >> display gnus article. I noticed that the fill happens at the width of >> the Emacs window. I set fill-column to 70 and I was expecting it to wrap >> there. > > That's not how word-wrap was designed and implemented. It works more > like Web browsers, i.e. it wraps at the window edge. The original word wrap patch by Kim did support wrapping at a specified column, but this feature was removed when the code was integrated into Emacs.