From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: text-properties and end of buffer Date: Wed, 19 May 2010 21:11:47 +0100 Organization: University of Cambridge Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274299932 12458 80.91.229.12 (19 May 2010 20:12:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 20:12:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 19 22:12:11 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OEpce-0006l1-36 for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 22:12:08 +0200 Original-Received: from localhost ([127.0.0.1]:39253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEpcd-0003DP-Bt for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 16:12:07 -0400 Original-Received: from [140.186.70.92] (port=54970 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEpcV-0003Ce-Ja for emacs-devel@gnu.org; Wed, 19 May 2010 16:12:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEpcU-00080I-9l for emacs-devel@gnu.org; Wed, 19 May 2010 16:11:59 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:43995) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEpcT-000808-VP for emacs-devel@gnu.org; Wed, 19 May 2010 16:11:58 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OEpcS-0006hO-B6 for emacs-devel@gnu.org; Wed, 19 May 2010 22:11:56 +0200 Original-Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 May 2010 22:11:56 +0200 Original-Received: from sdl.web by smaug.linux.pwf.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 May 2010 22:11:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: smaug.linux.pwf.cam.ac.uk User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:XrZ92pObPlsiN8/7TwqWGGgs8x8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:124953 Archived-At: On 2010-05-19 20:55 +0100, Leo wrote: > Hello, > > If I add text properties to the whole buffer, the end of buffer still > doesn't have text property. > > (add-text-properties 1 (point-max) (list 'testing "testing")) It is in the doc-string. I never thought of checking it. > Any idea why? > > Leo Leo