From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10404: [PATCH] Power: sleep longer than two seconds at a time Date: Sat, 20 Jul 2013 15:46:52 -0400 Message-ID: References: <834nd3kxhn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374349627 9733 80.91.229.3 (20 Jul 2013 19:47:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Jul 2013 19:47:07 +0000 (UTC) Cc: 10404@debbugs.gnu.org To: dancol@dancol.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 20 21:47:08 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1V0d7U-0007r1-7m for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2013 21:47:08 +0200 Original-Received: from localhost ([::1]:54376 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0d7T-0001H4-UJ for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2013 15:47:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0d7P-0001Gt-Sq for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 15:47:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0d7O-0005Kn-Jh for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 15:47:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0d7O-0005Kd-EA for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 15:47:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V0d7O-0000Pk-1f for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 15:47:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Jul 2013 19:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10404 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 10404-submit@debbugs.gnu.org id=B10404.13743496151572 (code B ref 10404); Sat, 20 Jul 2013 19:47:01 +0000 Original-Received: (at 10404) by debbugs.gnu.org; 20 Jul 2013 19:46:55 +0000 Original-Received: from localhost ([127.0.0.1]:40062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V0d7H-0000PI-10 for submit@debbugs.gnu.org; Sat, 20 Jul 2013 15:46:55 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43276 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V0d7F-0000PA-5o for 10404@debbugs.gnu.org; Sat, 20 Jul 2013 15:46:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1V0d7E-0003sh-K9; Sat, 20 Jul 2013 15:46:52 -0400 X-Spook: doctrine computer terrorism ICE NATO kilo class MDA spies X-Ran: F>k%>4J*xR%Q00Iz^~D=2)zd-I|e?Y]Ynh\uWK1GGOkR+sa'(duRZ!.*9ym0YbRkY>,|nQ X-Hue: blue X-Attribution: GM In-Reply-To: <834nd3kxhn.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 12 Jun 2013 21:14:12 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76541 Archived-At: Comments from Jan in http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00540.html I don't know, I haven't seen this 2 second polling that is mentioned (with strace/dtruss). When the cursor stops blinking, there is a 30 second timeout, and after that a very long timeout (thousands of seconds, I don't have the exact value). But on the other hand, I was not running Lisp at the time. I don't know where that leaves this patch. (See also comments in http://debbugs.gnu.org/10404#11 )