From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: [david.reitter@gmail.com: vertical-motion fails when tab in line] Date: Fri, 16 Jun 2006 09:12:29 +0100 Message-ID: <183F63F1-58B3-44FF-BEC0-402723F3174A@gmail.com> References: <87bqsxrt9i.fsf@stupidchicken.com> <87lkrzu7q0.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150445608 17352 80.91.229.2 (16 Jun 2006 08:13:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 08:13:28 +0000 (UTC) Cc: Emacs-Devel ' Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 16 10:13:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fr9S8-00053n-3Q for ged-emacs-devel@m.gmane.org; Fri, 16 Jun 2006 10:13:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr9S7-0007Lq-Gq for ged-emacs-devel@m.gmane.org; Fri, 16 Jun 2006 04:13:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fr9Rw-0007Jm-Np for emacs-devel@gnu.org; Fri, 16 Jun 2006 04:13:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fr9Rv-0007Fz-1n for emacs-devel@gnu.org; Fri, 16 Jun 2006 04:13:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr9Ru-0007Fk-Tl for emacs-devel@gnu.org; Fri, 16 Jun 2006 04:13:02 -0400 Original-Received: from [212.227.126.186] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fr9bU-0006Ip-Rq for emacs-devel@gnu.org; Fri, 16 Jun 2006 04:22:57 -0400 Original-Received: from [82.3.89.191] (helo=[192.168.1.2]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1Fr9Rh374z-0003Vk; Fri, 16 Jun 2006 10:13:01 +0200 In-Reply-To: <87lkrzu7q0.fsf@stupidchicken.com> Original-To: Chong Yidong X-Mailer: Apple Mail (2.750) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:f3c9a04d49beab9fcce37ffcb55ebfb9 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:55929 Archived-At: On 14 Jun 2006, at 15:34, Chong Yidong wrote: > > I've checked in a patch that resets continuation_lines_width in > back_to_previous_visible_line_start, which is the same thing. After > looking at forward_to_next_line_start, I think it does not need > updating, since moving forward and moving backward is apparently > handled asymmetrically. Those functions that call > reseat_at_next_visible_line_start already reset > continuation_lines_width if necessary. > > The bug should now be fixed. Yes, it's working fine now - thank you very much.