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: Unfill please! Date: Wed, 5 Aug 2009 09:05:24 +0200 Message-ID: References: <87ws5i3h12.fsf@bzg.ath.cx> <87skg63gim.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249455944 29958 80.91.229.12 (5 Aug 2009 07:05:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 07:05:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 09:05:37 2009 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 1MYaZ7-00011M-7L for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 09:05:37 +0200 Original-Received: from localhost ([127.0.0.1]:55919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYaZ6-0004mw-JS for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 03:05:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYaZ1-0004mr-5w for emacs-devel@gnu.org; Wed, 05 Aug 2009 03:05:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYaYw-0004mQ-S8 for emacs-devel@gnu.org; Wed, 05 Aug 2009 03:05:30 -0400 Original-Received: from [199.232.76.173] (port=37665 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYaYw-0004mN-LH for emacs-devel@gnu.org; Wed, 05 Aug 2009 03:05:26 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:40533) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MYaYw-0006qY-1n for emacs-devel@gnu.org; Wed, 05 Aug 2009 03:05:26 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.248]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYaYv-0007yX-EB for emacs-devel@gnu.org; Wed, 05 Aug 2009 03:05:25 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so3222874ana.21 for ; Wed, 05 Aug 2009 00:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CrPNZFHTWvwJh6QcFpXlNvh+skRlcyx3NXaWPvKxCOc=; b=P8WWAznzeybaNpPC6ytf5hfrT5aaLaHaoNCLHbjLxWkyoWsevpJMetq2jSYQnCF9Nx +HCEqRQBVXmvREwYSc4a2YjSgpyz+/uHr1DrHDJ4aVow43rH8ioR2tcycR7zIbgiD9Ha H9VwUzDbvbDTo1nNrt8F0btlIgp8ZDJFGXi20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=uluXWkP9N1VYlsupm+cr1V3H0PoBPi4FGQe+76bFQPNFFEu9RNR/wRtl3CeMA25enA OPlUeEjRfZcnaNBfjWat8P13Jtp5b4yPGEyM2/MTeNijck+FzMg/BY7U++6Yoj1iJCNR EatzmibEyN0BMvoT8t/bgOr+D9dnlPw+1w0dg= Original-Received: by 10.100.38.12 with SMTP id l12mr11098649anl.167.1249455924506; Wed, 05 Aug 2009 00:05:24 -0700 (PDT) In-Reply-To: <87skg63gim.fsf@bzg.ath.cx> X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113708 Archived-At: On Wed, Aug 5, 2009 at 8:45 AM, Bastien wrote= : > Lennart Borgman writes: > >>> Just being curious: why is visual-line-mode good for writing text? >> >> You do not have to re-fill it all the time... > > What about auto-fill-mode? =C2=A0Does it not just do that? Don't know, I never tried it. > I don't clearly see the interaction between filling and visual-line-mode.= .. I have a minor mode that sets margins so that the width is fill-column...