From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] 01/01: [xpm int] Use cl-* names; drop =?utf-8?B?4oCY?= =?utf-8?B?Y2zigJk=?= requirement. Date: Wed, 18 Jun 2014 14:43:14 -0400 Message-ID: References: <20140613120120.13821.79283@vcs.savannah.gnu.org> <87vbrydva3.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1403117022 14751 80.91.229.3 (18 Jun 2014 18:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2014 18:43:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 20:43:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WxKpa-0004C7-2O for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 20:43:34 +0200 Original-Received: from localhost ([::1]:60030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxKpZ-0001QS-MM for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 14:43:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxKpP-0001Kw-NA for emacs-devel@gnu.org; Wed, 18 Jun 2014 14:43:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxKpI-0001JK-90 for emacs-devel@gnu.org; Wed, 18 Jun 2014 14:43:23 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:59688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxKpI-0001JA-4y for emacs-devel@gnu.org; Wed, 18 Jun 2014 14:43:16 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzKAsLGgIYDgICFBgNE4gVCK8bon4XgSmNWBaCWYFJBKkZgWqDTCE X-IPAS-Result: ArYGAIDvNVNLd+D9/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMzKAsLGgIYDgICFBgNE4gVCK8bon4XgSmNWBaCWYFJBKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67748276" Original-Received: from 75-119-224-253.dsl.teksavvy.com (HELO ceviche.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jun 2014 14:43:15 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 028846608C; Wed, 18 Jun 2014 14:43:14 -0400 (EDT) In-Reply-To: <87vbrydva3.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Wed, 18 Jun 2014 18:42:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172513 Archived-At: > lame outside of Emacs, IMHO). The =E2=80=98intangible=E2=80=99 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