From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: fill length of visual line mode Date: Thu, 02 Oct 2014 11:50:10 -0400 Message-ID: References: <87oatu6hfn.fsf@kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412265026 8300 80.91.229.3 (2 Oct 2014 15:50:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2014 15:50:26 +0000 (UTC) Cc: Emacs Development List To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 02 17:50:21 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 1XZie2-000524-U8 for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2014 17:50:19 +0200 Original-Received: from localhost ([::1]:34870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZie2-0003Lm-Kp for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2014 11:50:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZidz-0003LG-LY for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:50:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZidy-0000Kh-Dc for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:50:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZidy-0000KW-Av for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:50:14 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XZidv-000158-5j; Thu, 02 Oct 2014 11:50:11 -0400 X-Spook: ISEC unclassified CIA Khaddafi halcon Mantis military X-Ran: a@CQGh%K*Vhh+]42(-Icuj{#k>;YGx[O]/;v?-xBh:fJ*hNJt4KAm'\L*JY~9I"sL'3btg X-Hue: magenta X-Attribution: GM In-Reply-To: <87oatu6hfn.fsf@kanis.fr> (Ivan Kanis's message of "Thu, 02 Oct 2014 09:48:12 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:174939 Archived-At: Ivan Kanis wrote: > 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. This is http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18589 . (Presumably wrote a blog post or something and this is now flavour of the week.) > There is a hack [1] by James Wright to make it work by expanding the > right margin of the buffer's window. See comments at http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00495.html . The code you quote seems mostly OK, but I don't know who wrote it, so I can't just install it, for copyright reasons. If someone can rewrite it and submit a patch, or if the original author can submit the patch, I'd be happy to install the feature.