From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Very long lines in shell-mode Date: Fri, 08 Dec 2006 00:04:14 -0500 Message-ID: References: <87zma0gbr5.fsf@pacem.orebokech.com> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165554279 27685 80.91.229.10 (8 Dec 2006 05:04:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Dec 2006 05:04:39 +0000 (UTC) Cc: romain@orebokech.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 08 06:04:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GsXuS-0004V5-Cb for ged-emacs-devel@m.gmane.org; Fri, 08 Dec 2006 06:04:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsXuS-0002sw-3O for ged-emacs-devel@m.gmane.org; Fri, 08 Dec 2006 00:04:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GsXuD-0002rU-03 for emacs-devel@gnu.org; Fri, 08 Dec 2006 00:04:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GsXuB-0002qY-IY for emacs-devel@gnu.org; Fri, 08 Dec 2006 00:04:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsXuB-0002qV-CX for emacs-devel@gnu.org; Fri, 08 Dec 2006 00:04:15 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GsXuB-0006Db-0k for emacs-devel@gnu.org; Fri, 08 Dec 2006 00:04:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GsXuA-0005pJ-FT; Fri, 08 Dec 2006 00:04:14 -0500 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:63446 Archived-At: > A possible simple solution: in Shell mode, don't fontify a line that > doesn't end in a newline. If that solves the problem, it would be > simple enough to install now. What about prompt lines ? They never end in a newline. We would have to make an exception for them, but that may not be hard either.