From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: point-min and 1 Date: Thu, 13 Aug 2009 20:08:15 +0200 Message-ID: <4A84568F.7040706@gmx.at> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250186957 19989 80.91.229.12 (13 Aug 2009 18:09:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2009 18:09:17 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 13 20:09:10 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 1Mbeje-00025i-1M for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 20:09:10 +0200 Original-Received: from localhost ([127.0.0.1]:57431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbejd-0000N9-Id for ged-emacs-devel@m.gmane.org; Thu, 13 Aug 2009 14:09:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbeit-0007wa-6b for emacs-devel@gnu.org; Thu, 13 Aug 2009 14:08:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbeio-0007qe-L8 for emacs-devel@gnu.org; Thu, 13 Aug 2009 14:08:22 -0400 Original-Received: from [199.232.76.173] (port=43441 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbeio-0007qS-Fp for emacs-devel@gnu.org; Thu, 13 Aug 2009 14:08:18 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:48136) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Mbein-0005Oq-O1 for emacs-devel@gnu.org; Thu, 13 Aug 2009 14:08:18 -0400 Original-Received: (qmail invoked by alias); 13 Aug 2009 18:08:16 -0000 Original-Received: from 62-47-56-63.adsl.highway.telekom.at (EHLO [62.47.56.63]) [62.47.56.63] by mail.gmx.net (mp071) with SMTP; 13 Aug 2009 20:08:16 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX193Wo0Brxt3yiNWiSCnA0AtKSOP+ke7+GPHXAsWN8 GL9/SWdkPpgEtK User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.77 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:114195 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'. martin