all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* default-text-properties
@ 2004-05-20  1:33 Luc Teirlinck
  2004-05-20  3:01 ` default-text-properties Luc Teirlinck
  0 siblings, 1 reply; 7+ messages in thread
From: Luc Teirlinck @ 2004-05-20  1:33 UTC (permalink / raw)


I did:

emacs-21.3.50 -q --eval "(blink-cursor-mode 0)"

Execute the following example from (elisp)Examining Properties:

(setq default-text-properties '(foo 69)
                char-property-alias-alist nil)
nil
(set-text-properties 1 2 nil)
t
(get-text-property 1 'foo)
nil

in the *scratch* buffer, or apparently any other buffer.

The last value should not have been nil, but 69.  It was 69 in CVS
from, I believe, less than two days ago.  I have read through the code
of Fget_text_property and the functions it calls.  That code should
result in a return value of 69.  From checking on Savannah, no changes
to any of that code occurred since a few days ago, when it _did_
return 69.  Complete mystery to me.  Did anybody  make changes recently
that could explain this?

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-20 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-20  1:33 default-text-properties Luc Teirlinck
2004-05-20  3:01 ` default-text-properties Luc Teirlinck
2004-05-20  3:12   ` default-text-properties Luc Teirlinck
2004-05-20  3:20     ` default-text-properties Luc Teirlinck
2004-05-20 13:17     ` default-text-properties Richard Stallman
2004-05-20 13:17   ` default-text-properties Richard Stallman
2004-05-20 17:40     ` default-text-properties Luc Teirlinck

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.