From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: overlay start/end marker access funs? Date: Tue, 12 Mar 2002 13:29:03 -0700 (MST) Sender: emacs-devel-admin@gnu.org Message-ID: <200203122029.g2CKT3T04883@wijiji.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1015965848 11438 80.91.224.249 (12 Mar 2002 20:44:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2002 20:44:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16kt7v-0002yN-00 for ; Tue, 12 Mar 2002 21:44:07 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16ktAF-0007Mn-00 for ; Tue, 12 Mar 2002 21:46:32 +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 16ksur-0000bV-00; Tue, 12 Mar 2002 15:30:37 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16kstO-0000JV-00; Tue, 12 Mar 2002 15:29:07 -0500 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.9.3) with ESMTP id g2CKT4a10968; Tue, 12 Mar 2002 13:29:04 -0700 (MST) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g2CKT3T04883; Tue, 12 Mar 2002 13:29:03 -0700 (MST) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on 12 Mar 2002 11:51:31 +0900) 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:1891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1891 Does anyone see a problem with allowing elisp access to these markers? (or is there one already, and I'm missing it?) That would make it possible to call move-marker on them, which would mess up the overlay data structure. So it would be better to add a function that only provides access to the insertion types. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel