From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: next-line screws up column at the EOL Date: Thu, 27 Sep 2007 14:59:04 -0400 Message-ID: References: <46F7E6CE.1010907@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190919568 18195 80.91.229.12 (27 Sep 2007 18:59:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2007 18:59:28 +0000 (UTC) Cc: Sam Steingold , rms@gnu.org, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 27 20:59:23 2007 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.50) id 1Iaya0-00064e-QW for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2007 20:59:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IayZx-0008U8-LW for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2007 14:59:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IayZu-0008Rb-HM for emacs-devel@gnu.org; Thu, 27 Sep 2007 14:59:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IayZs-0008PP-9V for emacs-devel@gnu.org; Thu, 27 Sep 2007 14:59:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IayZr-0008P0-U9 for emacs-devel@gnu.org; Thu, 27 Sep 2007 14:59:11 -0400 Original-Received: from vpn-132-204-232-106.acd.umontreal.ca ([132.204.232.106] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IayZi-0002o9-27; Thu, 27 Sep 2007 14:59:02 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 4BDDCB4062; Thu, 27 Sep 2007 14:59:04 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Wed\, 26 Sep 2007 17\:26\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Linux 2.6 (newer, 3) 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:79963 Archived-At: >> I cannot reproduce your problem. Can you give a recipe starting from >> "emacs -Q"? My guess is that some code somewhere uses "column + 1" >> so the most-positive-fixnum causes a wraparound, but I can't find >> the relevant code. > For me, in a 64-bit Emacs > (move-to-column most-positive-fixnum) > goes to column zero. In a 32-bit Emacs, it goes to the end of line. > HTH. I believe this is fixed now, Stefan