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: Breakpoint ignored. Date: Mon, 19 Oct 2009 09:19:38 -0400 Message-ID: References: <877hutz9zb.fsf@telefonica.net> <83hbtxgwqz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255958426 17212 80.91.229.12 (19 Oct 2009 13:20:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 13:20:26 +0000 (UTC) Cc: ofv@wanadoo.es, Eli Zaretskii , rms@gnu.org, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 15:20:17 2009 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 1Mzs9m-0008Jo-KU for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 15:20:14 +0200 Original-Received: from localhost ([127.0.0.1]:54230 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzs9m-0007wM-1W for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 09:20:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mzs9d-0007vD-Uv for emacs-devel@gnu.org; Mon, 19 Oct 2009 09:20:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzs9Z-0007s7-2W for emacs-devel@gnu.org; Mon, 19 Oct 2009 09:20:05 -0400 Original-Received: from [199.232.76.173] (port=35543 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzs9Z-0007s4-0F for emacs-devel@gnu.org; Mon, 19 Oct 2009 09:20:01 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:21661 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzs9U-0008BZ-Ur; Mon, 19 Oct 2009 09:19:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEAOIE3EpLd/m0/2dsb2JhbACBUtlWhDEEiAU X-IronPort-AV: E=Sophos;i="4.44,585,1249272000"; d="scan'208";a="47801576" Original-Received: from 75-119-249-180.dsl.teksavvy.com (HELO pastel.home) ([75.119.249.180]) by ironport2-out.pppoe.ca with ESMTP; 19 Oct 2009 09:19:38 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 648DC80E7; Mon, 19 Oct 2009 09:19:38 -0400 (EDT) In-Reply-To: (Miles Bader's message of "Mon, 19 Oct 2009 15:22:17 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: 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:116244 Archived-At: >>> You are probably missing the fact that Emacs tries to optimize the >>> case of insertion of a single character. >> >>> or add a variable to control it and turn on the variable >>> only on the slower computers. >> >> I've removed the optimization here, and can't tell the difference even >> on my 400MHz cell phone. > Tho I imagine it's hard to type very quickly on a cell phone! > (at least compared to the speed of typing with a real keyboard) No doubt, typing on a resistive touchscreen is not fast, but for those tests, I remote-displayed on my desktop, so it was a normal keyboard with a "normal" repeat rate (40Hz in my case). Stefan