From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: delete-file to trash Date: Sun, 23 May 2010 13:14:34 +0100 Organization: University of Cambridge Message-ID: References: <877hmvxyuv.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274616892 21169 80.91.229.12 (23 May 2010 12:14:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 12:14:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 23 14:14:51 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OGA4x-0001SH-8k for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 14:14:51 +0200 Original-Received: from localhost ([127.0.0.1]:39878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGA4w-0003Jv-El for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 08:14:50 -0400 Original-Received: from [140.186.70.92] (port=51409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGA4p-0003Jq-Sc for emacs-devel@gnu.org; Sun, 23 May 2010 08:14:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGA4o-00039u-Gz for emacs-devel@gnu.org; Sun, 23 May 2010 08:14:43 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:44395) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGA4o-00039l-9B for emacs-devel@gnu.org; Sun, 23 May 2010 08:14:42 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGA4m-0001Nj-Im for emacs-devel@gnu.org; Sun, 23 May 2010 14:14:40 +0200 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 May 2010 14:14:40 +0200 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 May 2010 14:14:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 12 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:Vz6V2/tdy5PRF+24UzTC6mP9Guw= X-detected-operating-system: by eggs.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:125107 Archived-At: On 2010-05-23 12:12 +0100, Lennart Borgman wrote: >> Does your code re-use word-wrap code? > > The basic idea of it is very simple. It just sets margin on both sides > of the middle column. (And then it does a bit more to "bullets" and > such things to make the text more readable.) There are a few workarounds and none of them is ideal. I think the wrapping length should be customisable in visual-line-mode and then longlines-mode can be obsoleted. Leo