From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Paramonov Newsgroups: gmane.emacs.devel Subject: Re: visual-line-mode tweaks Date: Fri, 5 Feb 2010 18:14:31 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1265393709 32168 80.91.229.12 (5 Feb 2010 18:15:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2010 18:15:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 05 19:15:06 2010 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 1NdShu-0001n7-8m for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 19:15:06 +0100 Original-Received: from localhost ([127.0.0.1]:46356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdSht-0001Uz-If for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 13:15:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdShn-0001UC-TL for emacs-devel@gnu.org; Fri, 05 Feb 2010 13:14:59 -0500 Original-Received: from [199.232.76.173] (port=45784 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdShn-0001Tm-Gr for emacs-devel@gnu.org; Fri, 05 Feb 2010 13:14:59 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdShk-0004j2-W1 for emacs-devel@gnu.org; Fri, 05 Feb 2010 13:14:59 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:39060) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdShk-0004iK-AO for emacs-devel@gnu.org; Fri, 05 Feb 2010 13:14:56 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NdShh-0001dM-BE for emacs-devel@gnu.org; Fri, 05 Feb 2010 19:14:53 +0100 Original-Received: from aparamon.static.corbina.ru ([89.179.245.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 19:14:53 +0100 Original-Received: from cmr.Pent by aparamon.static.corbina.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 19:14:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 89.179.245.94 (Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.6 (like Firefox/3.5.6; Debian-3.5.6-1)) X-detected-operating-system: by monty-python.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:120945 Archived-At: > (1) Maybe visual-line-mode should turn off auto-fill-mode -- it's > annoying to have your lines truncated physically when editing a file > that intentionally uses a line-per-paragraph, and it's very common for > auto-fill mode to be turned on by default. > Please do not do so. I'm used to formatting files physically, but I always have visual-line-mode on as well. The latter helps so much for occasional side-by-side Ediff on my narrow display. Andrey Paramonov