From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: New primitive buffer-position-at Date: Wed, 12 Jan 2005 19:11:35 +1300 Message-ID: <16868.49047.365457.181621@farnswood.snap.net.nz> References: <16868.19239.506292.507882@farnswood.snap.net.nz> <16868.24118.468795.219802@farnswood.snap.net.nz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1105512780 21084 80.91.229.6 (12 Jan 2005 06:53:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2005 06:53:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 12 07:52:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CocNA-0002Rn-00 for ; Wed, 12 Jan 2005 07:52:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CocYl-0006uG-87 for ged-emacs-devel@m.gmane.org; Wed, 12 Jan 2005 02:04:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CocVB-0006RN-29 for emacs-devel@gnu.org; Wed, 12 Jan 2005 02:01:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CocUp-0006M6-GO for emacs-devel@gnu.org; Wed, 12 Jan 2005 02:00:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CocUn-0006Hf-CL for emacs-devel@gnu.org; Wed, 12 Jan 2005 02:00:45 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cobpx-0001a7-7n for emacs-devel@gnu.org; Wed, 12 Jan 2005 01:18:33 -0500 Original-Received: from farnswood.snap.net.nz (p237-tnt1.snap.net.nz [202.124.110.237]) by viper.snap.net.nz (Postfix) with ESMTP id E68341EE976; Wed, 12 Jan 2005 19:18:31 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id F17DA628AD; Wed, 12 Jan 2005 06:11:35 +0000 (GMT) Original-To: Stefan Monnier In-Reply-To: X-Mailer: VM 7.19 under Emacs 21.3.50.32 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: main.gmane.org gmane.emacs.devel:32152 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32152 > Try C-h f posn-at-x-y RET Hmm! I don't know how I missed that one. I can't even use my usual excuse of it not being in the manual. On the one hand that makes my function useless, but on the other it makes what I'm ultimately trying to do much simpler. Nick