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: Longlines mode in menu Date: Thu, 12 Jun 2008 15:39:17 -0400 Message-ID: References: <87wsl41lq0.fsf@stupidchicken.com> <87bq2666dd.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213299600 5732 80.91.229.12 (12 Jun 2008 19:40:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Jun 2008 19:40:00 +0000 (UTC) Cc: David Reitter , Emacs-Devel devel , "Kim F. Storm" To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 12 21:40:43 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 1K6sf3-0007Lv-Rs for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 21:40:42 +0200 Original-Received: from localhost ([127.0.0.1]:46515 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6seG-0007C1-0g for ged-emacs-devel@m.gmane.org; Thu, 12 Jun 2008 15:39:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6sdj-0006l6-Ee for emacs-devel@gnu.org; Thu, 12 Jun 2008 15:39:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6sdi-0006kN-Rg for emacs-devel@gnu.org; Thu, 12 Jun 2008 15:39:18 -0400 Original-Received: from [199.232.76.173] (port=51242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6sdi-0006kC-Ft for emacs-devel@gnu.org; Thu, 12 Jun 2008 15:39:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:56961) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6sdi-0005Y6-KB for emacs-devel@gnu.org; Thu, 12 Jun 2008 15:39:18 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao0FADkYUUhMCpzv/2dsb2JhbACBW61T X-IronPort-AV: E=Sophos;i="4.27,633,1204520400"; d="scan'208";a="22462088" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 12 Jun 2008 15:39:17 -0400 Original-Received: from pastel.home ([76.10.156.239]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id SZZ82817; Thu, 12 Jun 2008 15:39:17 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7D51785E3; Thu, 12 Jun 2008 15:39:17 -0400 (EDT) In-Reply-To: <87bq2666dd.fsf@stupidchicken.com> (Chong Yidong's message of "Thu, 12 Jun 2008 11:05:34 -0400") 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:99037 Archived-At: > The display-time work wrapping won't necessarily help. It would > interfere with commands that expect soft newlines to behave like > newlines (next-line, etc). That's a problem we have to solve anyway at some point. > One way to fix this might be to selectively bind search-spaces-regexp > during font-lock, if longlines mode is on. It would probably not fix it, because I'd expect the bug to come from parse-partial-sexp. Stefan