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: Display-based word wrapping Date: Tue, 24 Jun 2008 23:45:40 -0400 Message-ID: References: <87k5gen1vn.fsf@stupidchicken.com> <87od5qd2x3.fsf@stupidchicken.com> <87ej6mxzzp.fsf@stupidchicken.com> <87bq1q9th3.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214365561 11152 80.91.229.12 (25 Jun 2008 03:46:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 03:46:01 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 25 05:46:46 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 1KBLy1-0007DR-6d for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 05:46:45 +0200 Original-Received: from localhost ([127.0.0.1]:38961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBLxB-00016m-Kq for ged-emacs-devel@m.gmane.org; Tue, 24 Jun 2008 23:45:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBLx8-00016h-7o for emacs-devel@gnu.org; Tue, 24 Jun 2008 23:45:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBLx5-00016J-JZ for emacs-devel@gnu.org; Tue, 24 Jun 2008 23:45:49 -0400 Original-Received: from [199.232.76.173] (port=55045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBLx5-00016G-GT for emacs-devel@gnu.org; Tue, 24 Jun 2008 23:45:47 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:5527 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBLwz-0002Tg-Uo; Tue, 24 Jun 2008 23:45:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhkFAFdcYUhFxIdG/2dsb2JhbACBW7EEgW8 X-IronPort-AV: E=Sophos;i="4.27,700,1204520400"; d="scan'208";a="23171352" Original-Received: from 69-196-135-70.dsl.teksavvy.com (HELO pastel.home) ([69.196.135.70]) by ironport2-out.teksavvy.com with ESMTP; 24 Jun 2008 23:45:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 6C6AF7F1C; Tue, 24 Jun 2008 23:45:40 -0400 (EDT) In-Reply-To: <87bq1q9th3.fsf@catnip.gol.com> (Miles Bader's message of "Wed, 25 Jun 2008 10:46:48 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:99888 Archived-At: >>> There's also the matter of what to do with `toggle-truncate-lines'. >> >> This has 2 issues: the name of the command, and its functionality. >> I think we'll find that once we figured what is the right fix for its >> functionality, the naming issue will be easy to solve. > Tho the concept of truncation still seems quite valid Agreed. Stefan