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: Emacs manipulate files with long-lines very slowly. Date: Fri, 08 Dec 2006 20:26:02 -0500 Message-ID: References: <20061208090419.GA8476@localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1165627634 29547 80.91.229.10 (9 Dec 2006 01:27:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 9 Dec 2006 01:27:14 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 09 02:27:12 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 1Gsqzd-000073-0b for ged-emacs-devel@m.gmane.org; Sat, 09 Dec 2006 02:27:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsqzc-0004ux-FR for ged-emacs-devel@m.gmane.org; Fri, 08 Dec 2006 20:27:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gsqyb-0004Ky-GO for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gsqyb-0004Kc-3b for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsqya-0004KT-Qf for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gsqya-0000A4-MC for emacs-devel@gnu.org; Fri, 08 Dec 2006 20:26:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GsqyY-0001rb-JR; Fri, 08 Dec 2006 20:26:02 -0500 Original-To: Hongyi Zhao In-reply-to: <20061208090419.GA8476@localdomain> (message from Hongyi Zhao on Fri, 8 Dec 2006 17:04:19 +0800) 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:63481 Archived-At: Now, I've a tex source file which is written on Microsoft Windows. When I open it with Emacs on my Ubuntu Linux, Please do not call our operating system "Linux". Ubuntu is an example of a GNU/Linux system, basically GNU with Linux added. Calling it "Linux" is denying us the credit for our work. because the linefeed is different between Windows and Linux/Unix, Emacs is supposed to recognize different end-of-line data automatically and convert. If that doesn't happen in your case, but sounds like a bug. Since you provided a test case, we will be able to debug it. Thanks.