From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: point-min and 1 Date: Fri, 14 Aug 2009 10:44:58 +0200 Organization: Organization?!? Message-ID: <87ljlmkcmt.fsf@lola.goethe.zz> 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> <4A850F0B.5060006@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250240658 18379 80.91.229.12 (14 Aug 2009 09:04:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 09:04:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 14 11:04:11 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 1Mbshm-0007nf-Ba for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 11:04:11 +0200 Original-Received: from localhost ([127.0.0.1]:59309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbshl-0005eS-60 for ged-emacs-devel@m.gmane.org; Fri, 14 Aug 2009 05:04:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbshd-0005eB-OJ for emacs-devel@gnu.org; Fri, 14 Aug 2009 05:04:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbshY-0005cz-Kd for emacs-devel@gnu.org; Fri, 14 Aug 2009 05:04:01 -0400 Original-Received: from [199.232.76.173] (port=51553 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbshY-0005cw-EW for emacs-devel@gnu.org; Fri, 14 Aug 2009 05:03:56 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:57941 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbshX-0002Hd-D5 for emacs-devel@gnu.org; Fri, 14 Aug 2009 05:03:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MbshS-0007In-TF for emacs-devel@gnu.org; Fri, 14 Aug 2009 09:03:50 +0000 Original-Received: from p5b2c3116.dip.t-dialin.net ([91.44.49.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Aug 2009 09:03:50 +0000 Original-Received: from dak by p5b2c3116.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Aug 2009 09:03:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b2c3116.dip.t-dialin.net X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:qEgSLcHL+Z9sCUpW/HnCkzRz53k= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:114229 Archived-At: martin rudalics writes: >>> I'd opt for two new primitives `goto-point-min' and `goto-point-max'. >> >> What for? > > To simplify typing. And dicussions like the present one ;-) I don't see how this "discussion" would be implified, typing is simplified only marginally, and understanding is usually affected negatively when simple, logical language idioms are replaced by functions with a separate name. If performance were an issue, it would perfectly well be addressed by the byte compiler. -- David Kastrup