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: Thu, 29 Jun 2006 08:59:03 -0400 Message-ID: References: <87r71ee1uq.fsf@stupidchicken.com> <87ac81eyu7.fsf@stupidchicken.com> <87d5cvx0vd.fsf@stupidchicken.com> <87psgutaat.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 1151586159 711 80.91.229.2 (29 Jun 2006 13:02:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Jun 2006 13:02:39 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 29 15:02:19 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 1Fvw9g-0004NU-2b for ged-emacs-devel@m.gmane.org; Thu, 29 Jun 2006 15:02:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvw9f-00071D-IP for ged-emacs-devel@m.gmane.org; Thu, 29 Jun 2006 09:01:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fvw6r-0005fC-ME for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:59:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fvw6q-0005eS-UN for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:59:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fvw6q-0005dm-5V for emacs-devel@gnu.org; Thu, 29 Jun 2006 08:59:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvwJO-0005Cc-9p for emacs-devel@gnu.org; Thu, 29 Jun 2006 09:12:02 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fvw6p-0007ma-2r; Thu, 29 Jun 2006 08:59:03 -0400 Original-To: Chong Yidong In-reply-to: <87psgutaat.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 27 Jun 2006 20:04:42 -0400) 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:56285 Archived-At: I've changed updated the relevant docstrings to reflect this. I didn't make any changes to the code of text_properties_stickiness to silence the source code checker, though, just added a comment. Thanks. You could add a conditional and a call to abort as a way to silence the code checker.