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: point-min and 1 Date: Thu, 13 Aug 2009 21:29:04 -0400 Message-ID: References: <83vdkvjbet.fsf@gnu.org> <4A813774.1030309@gmx.at> <83tz0ejjm8.fsf@gnu.org> <4A82839E.2010409@gmx.at> <83ljlpj5im.fsf@gnu.org> <4A83E27B.1030802@gmx.at> <4A84568F.7040706@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250213366 26195 80.91.229.12 (14 Aug 2009 01:29:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 01:29:26 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 14 03:29:19 2009 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 1Mblbb-0006iZ-6i for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 03:29:19 +0200 Original-Received: from localhost ([127.0.0.1]:47058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mblba-00054k-HV for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 21:29:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MblbV-00052U-5l for emacs-devel@gnu.org; Thu, 13 Aug 2009 21:29:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MblbP-0004vy-CL for emacs-devel@gnu.org; Thu, 13 Aug 2009 21:29:12 -0400 Original-Received: from [199.232.76.173] (port=37926 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MblbP-0004vk-66 for emacs-devel@gnu.org; Thu, 13 Aug 2009 21:29:07 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:5761) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MblbN-0000Y8-Hn; Thu, 13 Aug 2009 21:29:05 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcEADNbhEpFpZNo/2dsb2JhbACBUtJIhBkFh0E X-IronPort-AV: E=Sophos;i="4.43,377,1246852800"; d="scan'208";a="43496633" Original-Received: from 69-165-147-104.dsl.teksavvy.com (HELO pastel.home) ([69.165.147.104]) by ironport2-out.teksavvy.com with ESMTP; 13 Aug 2009 21:28:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 586FE7F24; Thu, 13 Aug 2009 21:29:04 -0400 (EDT) In-Reply-To: <4A84568F.7040706@gmx.at> (martin rudalics's message of "Thu, 13 Aug 2009 20:08:15 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114214 Archived-At: >>> We have some 1000 occurrences of `(goto-char (point-min))' in current >>> Emacs. If this really made a difference, we should replace them. >> I'd rather change the byte-compiler to change it for us if we really >> find it to be necessary. > I'd opt for two new primitives `goto-point-min' and `goto-point-max'. What for? Stefan