From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: [PATCH] Add idle-cursor-morph. Date: Sun, 18 Oct 2015 18:47:25 -0700 (PDT) Message-ID: References: <876124ryoz.fsf@T420.taylan> 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 1445219270 30756 80.91.229.3 (19 Oct 2015 01:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 01:47:50 +0000 (UTC) To: John Wiegley , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 03:47:38 2015 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 1ZnzY1-000545-VP for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 03:47:38 +0200 Original-Received: from localhost ([::1]:36138 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnzY0-0001jM-SQ for ged-emacs-devel@m.gmane.org; Sun, 18 Oct 2015 21:47:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnzXx-0001jA-3p for emacs-devel@gnu.org; Sun, 18 Oct 2015 21:47:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnzXt-0007HM-TH for emacs-devel@gnu.org; Sun, 18 Oct 2015 21:47:33 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:49068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnzXt-0007Gk-M2 for emacs-devel@gnu.org; Sun, 18 Oct 2015 21:47:29 -0400 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t9J1lRaV023178 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 19 Oct 2015 01:47:27 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t9J1lPbs004496 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 19 Oct 2015 01:47:27 GMT Original-Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t9J1lPEp012549; Mon, 19 Oct 2015 01:47:25 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:192025 Archived-At: > Have you seen the module cursor-chg.el, by Drew Adams? It performs > a similar function and has been working well for me for many years. That's what I should have mentioned, instead of pointing to the similar code in oneonone.el. Thanks for the reminder. I use oneonone.el, and I forgot (!) that I had broken that piece of it out as a separate library, cursor-chg.el. I could have just pointed to that instead of inlining the relevant bits of code. The Commentary of curseor-chg.el says this about that: ;; Note: Library `oneonone.el' provides the same functionality as ;; library `cursor-chg.el', and more. If you use library ;; `oneonone.el', then do NOT also use library `cursor-chg.el'.