From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: visual-line-mode tweaks Date: Wed, 03 Feb 2010 09:23:47 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265207041 32759 80.91.229.12 (3 Feb 2010 14:24:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2010 14:24:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 15:23:59 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 1Ncg98-00040v-5e for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 15:23:58 +0100 Original-Received: from localhost ([127.0.0.1]:44154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncg97-0002aM-Hb for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2010 09:23:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ncg91-0002ZZ-Vd for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:23:52 -0500 Original-Received: from [199.232.76.173] (port=58805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ncg91-0002ZJ-Mj for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:23:51 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ncg8z-0000A4-Lr for emacs-devel@gnu.org; Wed, 03 Feb 2010 09:23:50 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:2296 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ncg8y-00009T-5k; Wed, 03 Feb 2010 09:23:48 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkFAAsWaUtFpaN9/2dsb2JhbACBM9dUhEUEimA X-IronPort-AV: E=Sophos;i="4.49,398,1262581200"; d="scan'208";a="55229795" Original-Received: from 69-165-163-125.dsl.teksavvy.com (HELO pastel.home) ([69.165.163.125]) by ironport2-out.pppoe.ca with ESMTP; 03 Feb 2010 09:23:47 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 523127F5A; Wed, 3 Feb 2010 09:23:47 -0500 (EST) In-Reply-To: (Miles Bader's message of "Wed, 03 Feb 2010 16:19:03 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:120857 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. > [I turn on auto-fill mode for text-mode, text-mode is my default > major-mode -- but if i visit a file which uses line-per-paragraph, I do > M-x visual-line-mode...] I'm not completely opposed to it, but I'm not sure how we could do it in a way that wouldn't be annoying in one case or another. So if you propose a patch, maybe I would accept it. > (2) The lighter should probably be "Wrap", not "wrap", to match other > lighters. Yes, that's just a bug, Stefan