From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ein Terakawa Newsgroups: gmane.emacs.devel Subject: Re: Line Continuation Bugs & Patch Date: Wed, 22 May 2002 07:19:29 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: <20020522071929B.applause@elfmimi.jp> References: <20020520033228O.applause@elfmimi.jp> <200205201448.g4KEmIl25419@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022019654 25961 127.0.0.1 (21 May 2002 22:20:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 22:20:54 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17AHzy-0006kc-00 for ; Wed, 22 May 2002 00:20:54 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AIEa-0001KD-00 for ; Wed, 22 May 2002 00:36:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AI0K-0003fm-00; Tue, 21 May 2002 18:21:16 -0400 Original-Received: from elfmimi.jp ([202.224.236.120] helo=mx.elfmimi.jp) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17AHyf-0003ZW-00 for ; Tue, 21 May 2002 18:19:34 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mx.elfmimi.jp (Postfix) with ESMTP id 664EA2CE89 for ; Wed, 22 May 2002 07:19:30 +0900 (JST) Original-To: emacs-devel@gnu.org In-Reply-To: <200205201448.g4KEmIl25419@aztec.santafe.edu> X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.1 (AOI) X-Dispatcher: imput version 991025(IM133) Original-Lines: 34 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4264 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4264 Well, I just created patches for 21.2 and 21.2.50 . There is one thing I'm not clear. That is the follwing line in window_scroll_pixel_based of window.c . w->start_at_line_beg = Fbolp (); I think we can't say PT == window-start here. Am I right? I'll be happy if you can decide to install the patch just by looking at the chages the patch makes, and if I don't have to do things like detailed description. If so I'can just proceed to the farther step of line continuation issue. Please let me know if there is something I'm supposed to do. Notice: * As for 21.2.50 the patch intentionally overrides a change done by gerd at revision 1.150 of indent.c . * Some messy keywords ('XXX' and 'XXXX') are contained. * No change logs. Here are the new patches. http://applause.elfmimi.jp/emacs-lisp/emacs-21.1-proper-continuation-20020520.diff.gz http://applause.elfmimi.jp/emacs-lisp/emacs-21.2-proper-continuation-20020520.diff.gz http://applause.elfmimi.jp/emacs-lisp/emacs-21.2.50-proper-continuation-20020520.diff.gz # Thanks to the flexibility of the patch command # patch for 21.1 can also be applied to 21.2 . ---- Ein Terakawa