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 09:11:03 -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 1190899075 6247 80.91.229.12 (27 Sep 2007 13:17:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2007 13:17:55 +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 15:17:50 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 1IatFS-0001WH-RQ for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2007 15:17:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IatFP-0003Rq-AI for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2007 09:17:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IatFL-0003QT-7d for emacs-devel@gnu.org; Thu, 27 Sep 2007 09:17:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IatFJ-0003Pe-Hh for emacs-devel@gnu.org; Thu, 27 Sep 2007 09:17:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IatFJ-0003PV-9X for emacs-devel@gnu.org; Thu, 27 Sep 2007 09:17:37 -0400 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74] helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IatF6-0001E6-KW; Thu, 27 Sep 2007 09:17:24 -0400 Original-Received: from pastel.home ([74.12.208.240]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070927131723.EZLZ8273.tomts20-srv.bellnexxia.net@pastel.home>; Thu, 27 Sep 2007 09:17:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0BCBB89C5; Thu, 27 Sep 2007 09:11:02 -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: Solaris 8 (1) 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:79955 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. Ah, OK, thanks, that should be enough to find a fix, Stefan