emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: display property strangeness


From: Miles Bader
Subject: Re: display property strangeness
Date: Sun, 13 Mar 2005 23:31:36 +0900

On Mon, 14 Mar 2005 03:03:40 +1300, Nick Roberts <address@hidden> wrote:
> Forget the substring example, dotimes works like while in foo, but it still
> doesn't seem right.

What doesn't seem right about it?  It's bog-standard behavior.

In your (2nd) dotimes example, "a" only occured once in the source,so
there's really only one object "a".

In the "two pushes" example, there were two "a"s in the source, so
there are two objects "a".

[In the `store-substring' example, you're copying the contents of the
string, not the string itself, so of course object identity isn't
preserved...]

-Miles
-- 
Do not taunt Happy Fun Ball.




reply via email to

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