From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: overlay start/end marker access funs? Date: 12 Mar 2002 11:51:31 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1015901848 10963 80.91.224.249 (12 Mar 2002 02:57:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2002 02:57:28 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16kcTg-0002qi-00 for ; Tue, 12 Mar 2002 03:57:28 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16kcVf-0007g2-00 for ; Tue, 12 Mar 2002 03:59:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16kcTK-0000kz-00; Mon, 11 Mar 2002 21:57:06 -0500 Original-Received: from tyo202.gate.nec.co.jp ([210.143.35.52]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16kcQT-0000fA-00; Mon, 11 Mar 2002 21:54:09 -0500 Original-Received: from mailgate4.nec.co.jp ([10.7.69.195]) by TYO202.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id g2C2rlQ02925; Tue, 12 Mar 2002 11:53:47 +0900 (JST) Original-Received: from mailsv.nec.co.jp (mailgate51.nec.co.jp [10.7.69.196]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id g2C2rkY00616; Tue, 12 Mar 2002 11:53:46 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp ([10.30.114.133]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id g2C2pW816355; Tue, 12 Mar 2002 11:52:55 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.10.2+Sun/3.7Wlsi_mx_6.0) with ESMTP id g2C2pVg05368; Tue, 12 Mar 2002 11:51:31 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 62A1636FA; Tue, 12 Mar 2002 11:51:31 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop Original-Lines: 19 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:1868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1868 I wanted to augment `describe-text-at' to print the start/end insertion-types of overlays, but there doesn't seem to be any way to actually get that info in elisp. So, I thought it might be nice to add `overlay-start-marker'and `overlay-end-marker' access functions -- then one could use `marker-insertion-type' to do what I want. Does anyone see a problem with allowing elisp access to these markers? (or is there one already, and I'm missing it?) [If there is a problem, I guess something like `overlay-start-insertion-type' and `overlay-end-insertion-type' would be OK, then.] Thanks, -Miles -- 97% of everything is grunge _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel