From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Lexbind (was: Emacs 23.3 released) Date: Thu, 17 Mar 2011 20:46:48 +0100 Message-ID: References: <87sjuulr20.fsf@gmail.com> <87aah2p1s1.fsf@gmail.com> <83vczhsg7l.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300391266 18971 80.91.229.12 (17 Mar 2011 19:47:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 19:47:46 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 20:47:41 2011 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.69) (envelope-from ) id 1Q0JAa-0004EH-CZ for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 20:47:40 +0100 Original-Received: from localhost ([127.0.0.1]:40485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0JAZ-0004a6-VR for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2011 15:47:40 -0400 Original-Received: from [140.186.70.92] (port=35617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0JAU-0004Zt-2E for emacs-devel@gnu.org; Thu, 17 Mar 2011 15:47:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0JAS-00007p-Vj for emacs-devel@gnu.org; Thu, 17 Mar 2011 15:47:33 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:34687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0JAP-00007D-5o; Thu, 17 Mar 2011 15:47:29 -0400 Original-Received: by gyg10 with SMTP id 10so1574269gyg.0 for ; Thu, 17 Mar 2011 12:47:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=VfivhdWDTnxXQm5a+h5cp8mqNgryzNr8ipp7tPb7Wk0=; b=YKIzDcSWFtQq/mWnyUROw4dM6q28UsJCUTbXNY2e0A7D2e2/F/JfXL7phgkMLDF+c+ A3Y/HLSeuzRKVzxi7HIjoBrSk8TG+o+EhXpxaxit3XHUtzFc1ffAiHV6i6whLCwudqJ4 +6gOlvfxsopIOIt7usPcgN1YKrggcZEIRecLs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=jNxMwEZ2R8eRXxLjpUMrKtMFLMVdteDvzKxH9/0Wjo0xdQSHvA8kG6/BzVpTVOeeC5 udAz6KpUjsfjf4ASzv0lVwJ6qggJfdbGGc2/E9161VEgKovl03WJ40kyxZJAdxa2+BgN 0cTVHHnJx4Or1iIuou7KUjijenU7/kAZdUpkg= Original-Received: by 10.151.158.18 with SMTP id k18mr245348ybo.299.1300391248164; Thu, 17 Mar 2011 12:47:28 -0700 (PDT) Original-Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 12:46:48 -0700 (PDT) In-Reply-To: <83vczhsg7l.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:137364 Archived-At: On Thu, Mar 17, 2011 at 20:24, Eli Zaretskii wrote: > Yes, but the lexical-new branch still has redisplay, doesn't it? ;-) Just wanted to be sure you knew and I wasn't sending you in a wild goose ch= ase. > It would make sense to turn off bidi reordering and see if the hangs > still happen. OK, I'll do. > Which means it loops inside try_scrolling. =C2=A0Next step is to see wher= e > it loops there, and why it doesn't return. Now that you say try_scrolling, perhaps is a good time to mention that I'm a line-by-line-scrolling zealot, with things like this in my .emacs: (setq scroll-preserve-screen-position :always scroll-conservatively most-positive-fixnum scroll-step 0) =C2=A0 =C2=A0 Juanma