From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: text_property_stickiness Date: Tue, 27 Jun 2006 12:16:17 -0400 Message-ID: References: <87r71ee1uq.fsf@stupidchicken.com> <87ac81eyu7.fsf@stupidchicken.com> <87d5cvx0vd.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151425108 20003 80.91.229.2 (27 Jun 2006 16:18:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 16:18:28 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 18:18:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvGG9-0005pO-Ha for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 18:17:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGG8-0003ro-4L for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 12:17:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvGEf-0003AE-JS for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvGEe-00039W-IE for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGEe-00039N-9E for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:16:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvGQm-0005Kw-Md for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:28:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvGEb-0005GX-Er; Tue, 27 Jun 2006 12:16:17 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on Tue, 27 Jun 2006 11:03:24 +0900) 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:56228 Archived-At: I just checked the code and since `get_pos_property' is only called with the initial position being passed by the original caller, I think you're right, it does make sense to signal an error if it's out of range. Since you agree with this, let's do it. Would someone please do it?