From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: set-window-start Date: Sun, 18 Jul 2004 03:18:14 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200407150202.i6F22fR28552@raven.dms.auburn.edu> <40F80FCB.2010904@yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090135127 31105 80.91.224.253 (18 Jul 2004 07:18:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2004 07:18:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 18 09:18:42 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bm5wY-0003SH-00 for ; Sun, 18 Jul 2004 09:18:42 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bm5wY-0007og-00 for ; Sun, 18 Jul 2004 09:18:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm5zA-0004BR-TD for emacs-devel@quimby.gnus.org; Sun, 18 Jul 2004 03:21:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bm5yq-00043q-8v for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bm5yp-00043R-FL for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm5yp-00043O-CW for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bm5wA-00056N-Pl for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:18:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bm5w6-0002hz-JK; Sun, 18 Jul 2004 03:18:15 -0400 Original-To: Kevin Rodgers In-reply-to: <40F80FCB.2010904@yahoo.com> (message from Kevin Rodgers on Fri, 16 Jul 2004 11:26:35 -0600) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25808 Not surprising, given the comment that precedes it (in the 21.3 source): /* this is not right, but much easier than doing what is right. */ w->start_at_line_beg = Qnil; This is what's supposed to turn off the code that moves to the line start. I see no bug here. I suspect a bug in the code that is supposed to test start_at_line_beg.