From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: indent-region for long Java strings very slow Date: Thu, 26 Oct 2006 21:21:21 +0200 Organization: disorganized Message-ID: <87slhadgsu.fsf@localhorst.mine.nu> References: <1161872117.135227.178220@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161890658 8361 80.91.229.2 (26 Oct 2006 19:24:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 19:24:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 26 21:24:14 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdApY-0000PF-42 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 21:23:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdApX-00082H-Fr for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 15:23:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdAp8-0007ut-3m for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 15:23:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdAp6-0007tO-4y for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 15:23:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdAp5-0007tJ-VG for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 15:23:28 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdAp5-0001sJ-LD for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 15:23:27 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GdAp2-0000KQ-LC for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 21:23:24 +0200 Original-Received: from e178055026.adsl.alicedsl.de ([85.178.55.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Oct 2006 21:23:24 +0200 Original-Received: from david.hansen by e178055026.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Oct 2006 21:23:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178055026.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:4VsTsBD2HcFVxkFoVvhAJ+GdcqQ= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38311 Archived-At: On Thu, 26 Oct 2006 13:43:16 -0400 Chris McMahan wrote: > I think the issue is not the running time of the program, but the time > it takes emacs to parse the string sequence when indenting the java > source code. In that case, it is an emacs issue. That's what i wanted to say with the "Not emacs related". Sorry for not being clear here. David