From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: delete-file to trash Date: Sun, 23 May 2010 12:00:05 +0200 Message-ID: References: <877hmvxyuv.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1274608840 32669 80.91.229.12 (23 May 2010 10:00:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 10:00:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 23 12:00:39 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 1OG7z3-0003wO-Vr for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 12:00:38 +0200 Original-Received: from localhost ([127.0.0.1]:44380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG7z3-0005IN-8u for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 06:00:37 -0400 Original-Received: from [140.186.70.92] (port=34989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG7yu-0005Gf-00 for emacs-devel@gnu.org; Sun, 23 May 2010 06:00:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OG7ys-0007J3-IH for emacs-devel@gnu.org; Sun, 23 May 2010 06:00:27 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:49598) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OG7ys-0007Iy-Fr for emacs-devel@gnu.org; Sun, 23 May 2010 06:00:26 -0400 Original-Received: by gyg4 with SMTP id 4so1593182gyg.0 for ; Sun, 23 May 2010 03:00:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=elMwYn6qDI9BjJP/VUvopLmykhBA6Gj+SKjSSAn7S/w=; b=PGD6uW8YZjWOJiV0a8ssQn/UI34HgciGcQkd8Y6FwIobMz7H4W3Cgj3BfpU/bNVpi3 ka8CjUXs8CM0MNtbED3pK2fiaj2zobbvaucDBY6MykR9kbMT5gdMoNcICtFZv5FbXysu PxgfNp0JlmiFoxhxF7zgj5cWSPK0luoTBMLWw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=FwCfxQhnaLkHbyAwFlJCg1LEEcrAWJTOQTCpcQSM6D236Lwo6pOHH4ipSf7r215wK4 8iBR75kA2xQqAKxyDnIUgPDLcA65PxIkDCIOQX9tvycjjpL44IZvksem/tdtu2NPrgLI inw5UK51hxRUoOkUJu6lNh9Bq5A6hqW+CWcJY= Original-Received: by 10.101.28.39 with SMTP id f39mr4671608anj.69.1274608825149; Sun, 23 May 2010 03:00:25 -0700 (PDT) Original-Received: by 10.100.177.20 with HTTP; Sun, 23 May 2010 03:00:05 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125101 Archived-At: On Sun, May 23, 2010 at 10:20 AM, Leo wrote: > > of them. For example, I quite like to use visual-line-mode for editing > TeX, but the fact that the line goes to window edge makes it almost > unusable in this scenario since I tend to maximise emacs frames. I also like `visual-line-mode=C2=B4 and most of the time has Emacs maximized so I wrote `wrap-to-fill-column-mode' for this (part of nXhtml). With it you are editing in a middle column (like in Dark Room etc).