From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: visual-line-mode Date: Thu, 10 Jul 2008 00:53:40 -0400 Message-ID: <87iqvecpbf.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215665635 1851 80.91.229.12 (10 Jul 2008 04:53:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2008 04:53:55 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 06:54:42 2008 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 1KGoAy-0004zA-Gp for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 06:54:40 +0200 Original-Received: from localhost ([127.0.0.1]:44622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGoA6-0003L5-Vf for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 00:53:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGoA2-0003L0-L4 for emacs-devel@gnu.org; Thu, 10 Jul 2008 00:53:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGoA2-0003Kl-1K for emacs-devel@gnu.org; Thu, 10 Jul 2008 00:53:42 -0400 Original-Received: from [199.232.76.173] (port=55585 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGoA1-0003Ki-UY for emacs-devel@gnu.org; Thu, 10 Jul 2008 00:53:41 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:11896 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGoA1-0003F2-Ri for emacs-devel@gnu.org; Thu, 10 Jul 2008 00:53:41 -0400 Original-Received: by furry (Postfix, from userid 1000) id 4EC71C054; Thu, 10 Jul 2008 00:53:41 -0400 (EDT) In-Reply-To: (David Reitter's message of "Sun, 29 Jun 2008 07:30:27 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:100523 Archived-At: I've checked in a change to the Options menu to reflect the fact that there's now three possible states for line wrapping (word wrap/window edge wrap/truncate lines), instead of two. Also, I've reverted my previous change adding Longlines mode to this menu. (Hopefully, with a little more work the display-based word wrap will make longline mode obsolete.)