From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: text-properties and end of buffer Date: Wed, 19 May 2010 20:55:21 +0100 Organization: University of Cambridge Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274299028 7193 80.91.229.12 (19 May 2010 19:57:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 19:57:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 19 21:57:06 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 1OEpO2-0004hS-L7 for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 21:57:04 +0200 Original-Received: from localhost ([127.0.0.1]:55249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEpO0-0002G6-DZ for ged-emacs-devel@m.gmane.org; Wed, 19 May 2010 15:57:00 -0400 Original-Received: from [140.186.70.92] (port=51423 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEpMb-0001Kz-H8 for emacs-devel@gnu.org; Wed, 19 May 2010 15:55:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEpMZ-0005jE-0o for emacs-devel@gnu.org; Wed, 19 May 2010 15:55:32 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:50675) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEpMY-0005iz-RA for emacs-devel@gnu.org; Wed, 19 May 2010 15:55:30 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OEpMW-0003tq-7V for emacs-devel@gnu.org; Wed, 19 May 2010 21:55:28 +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 21:55:28 +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 21:55:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 10 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:83dbxdXLRK8Pd4FisjR21E4CHqA= 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:124952 Archived-At: 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")) Any idea why? Leo