emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] 01/01: [xpm int] Use cl-* names; drop ‘cl’ requirement.


From: Stefan Monnier
Subject: Re: [elpa] 01/01: [xpm int] Use cl-* names; drop ‘cl’ requirement.
Date: Wed, 18 Jun 2014 14:43:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> lame outside of Emacs, IMHO).  The ‘intangible’ property
> is placed on the "whitespace" columns between A, B, etc
> such that cursor motion never stops on those positions.
> Is there a better way to achieve this nowadays?

You might want to check revision 115224 where I changed gomoku.el to
avoid `intangible' properties.

You'll see there's no special support for it, so it's no simpler than
using `intangible' properties.  But `intangible' properties operate at
a very low-level so they tend to cause surprising problems because they
affect a lot more code than intended.


        Stefan



reply via email to

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