From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113431: Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. Date: Wed, 17 Jul 2013 09:31:11 +0200 Message-ID: <78889CC5-61FF-41D0-9525-E884814A31EE@swipnet.se> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1374046284 10766 80.91.229.3 (17 Jul 2013 07:31:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Jul 2013 07:31:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 17 09:31:24 2013 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 1UzMCo-0008HZ-65 for ged-emacs-devel@m.gmane.org; Wed, 17 Jul 2013 09:31:22 +0200 Original-Received: from localhost ([::1]:44760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMCn-00017i-HE for ged-emacs-devel@m.gmane.org; Wed, 17 Jul 2013 03:31:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMCk-00017Y-Cg for emacs-devel@gnu.org; Wed, 17 Jul 2013 03:31:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzMCh-00024C-Sc for emacs-devel@gnu.org; Wed, 17 Jul 2013 03:31:18 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:49567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzMCh-00023k-LY for emacs-devel@gnu.org; Wed, 17 Jul 2013 03:31:15 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 95108C709 for ; Wed, 17 Jul 2013 09:31:12 +0200 (CEST) Original-Received: (qmail 854 invoked by uid 89); 17 Jul 2013 07:31:12 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 17 Jul 2013 07:31:12 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 521E51A0596; Wed, 17 Jul 2013 07:31:12 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:161965 Archived-At: Hello. 16 jul 2013 kl. 23:22 skrev Stefan Monnier : >> * src/keyboard.c (Qfocus_in, Qfocus_out): New static objects. >> (make_lispy_focus_in, make_lispy_focus_out): Declare and define. >=20 > Please document this in etc/NEWS. Many people have asked for such > "hooks" to highlight the frame/buffer/window that has focus. >=20 The objects, events or functions? I thought that events in special_map = was kind of "internal", but I see switch-frame is documented. I can = document focus-in/out in a similar way. >> +** The blink cursor stops blinking after 10 blinks (default) on X = and NS. >=20 > Why not everywhere? >=20 A non-gui Emacs has no control of the cursor, it is a property of the = underlying terminal. Also, I don't have development environments on W32 = or msdos, nor the time or diesire to set one up. Jan D.