From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Fri, 18 Jun 2010 02:12:23 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> <87631jvpzg.fsf@gmail.com> <4C18211C.3070106@harpegolden.net> <87vd9j5neu.fsf@kfs-lx.rd.rdm> <83sk4misf2.fsf@gnu.org> <83iq5hiiin.fsf@gnu.org> <83fx0lihov.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1276819976 21210 80.91.229.12 (18 Jun 2010 00:12:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 00:12:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii , Stefan Monnier , "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 18 02:12:53 2010 connect(): No such file or directory 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 1OPPCW-00018l-Q1 for ged-emacs-devel@m.gmane.org; Fri, 18 Jun 2010 02:12:53 +0200 Original-Received: from localhost ([127.0.0.1]:48042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPPCW-00071U-8Q for ged-emacs-devel@m.gmane.org; Thu, 17 Jun 2010 20:12:52 -0400 Original-Received: from [140.186.70.92] (port=41536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPPCP-00070l-Mg for emacs-devel@gnu.org; Thu, 17 Jun 2010 20:12:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPPCO-0006un-A3 for emacs-devel@gnu.org; Thu, 17 Jun 2010 20:12:45 -0400 Original-Received: from mail-yw0-f177.google.com ([209.85.211.177]:51651) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPPCO-0006uh-4U; Thu, 17 Jun 2010 20:12:44 -0400 Original-Received: by ywh7 with SMTP id 7so586126ywh.26 for ; Thu, 17 Jun 2010 17:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=Sh+SuU98XCosZWNQI9MA8D5UsFxqI85oxXXDhzjFtUI=; b=aavvk+fsJZL66L0684THZ1AREjFVihYR94v4yoweS1K/yzqf0aMrbs30dWI9nAk8nF bRj1Yp9SUXP4zwMyuFCEdzAjarR947KgK4NUGozJdRUGllgeiW7UCPNoZtFpyXrefRRH preI/iiOFroeETdDZY+NuVmWYpQ6fpCZQEDW0= 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; b=CeoswWoWqU/Ztx7HL2XNNq3znP6XK+gPrqCfEydr/KHHsc8tKYP5lTi0f+cOQ5FzKP 7J2qqwx07zJQGTUldc9Sj4bhJRmchddNwxvBrF32+ztw/vKMnT4MQwVUWnSoeMbdMyBz N0uIFF/JXbsqZze+4jnF5SD4+2uoc9MDLjIKI= Original-Received: by 10.101.172.1 with SMTP id z1mr217257ano.235.1276819963262; Thu, 17 Jun 2010 17:12:43 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Thu, 17 Jun 2010 17:12:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126115 Archived-At: On Fri, Jun 18, 2010 at 1:59 AM, Lennart Borgman wrote: > > For width 55 there is the bug I described before. > > For width 56 things seems to work better. Forgot to say: - In the 55 case line 702 is wrapped in 3 parts and you are in the middle part when you are on W. - In the 56 case it is wrapped in 2 parts and you are at the bottom part when you are on W.