emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: default-text-properties


From: Richard Stallman
Subject: Re: default-text-properties
Date: Thu, 20 May 2004 09:17:50 -0400

    ELISP> (setq default-text-properties '(foo 69))
    (foo 69)

    ELISP> (setq char-property-alias-alist '((foo bar)))
    ((foo bar))

    ELISP> (get-text-property (point-max) 'foo)
    69

I think that is a bug, but I am not entirely sure
what is correct in a case like this.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]