From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19038 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Postponed Emacs actions Date: 21 Nov 1998 05:47:42 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <86g1bdgw4x.fsf@kramer.bp.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035157461 9511 80.91.224.250 (20 Oct 2002 23:44:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:44:21 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA06305 for ; Sat, 21 Nov 1998 05:47:09 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB17824; Sat, 21 Nov 1998 04:46:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 21 Nov 1998 04:46:51 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id EAA12306 for ; Sat, 21 Nov 1998 04:46:42 -0600 (CST) Original-Received: from slow.bp.aventail.com (vina14.cntwk.net [207.205.120.140]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id FAA06300 for ; Sat, 21 Nov 1998 05:46:34 -0500 (EST) Original-Received: from kramer.bp.aventail.com (kramer.bp.aventail.com [192.168.2.2]) by slow.bp.aventail.com (8.8.5/8.8.5) with ESMTP id FAA00351 for ; Sat, 21 Nov 1998 05:46:33 -0800 Original-Received: (from wmperry@localhost) by kramer.bp.aventail.com (8.8.5/8.8.5) id FAA00514; Sat, 21 Nov 1998 05:47:42 -0500 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > When one does things that usually takes a long time, you message to > tell the user that Emacs is doing whatever it's doing. > > Filling paragraphs... > Filling paragraphs...done > > However, in many cases the action doesn't take all that long, so you > just get a flutter of these messages, which is annoying. > > Wouldn't it be neat if you could say > > (maybe-message "Filling paragraphs..." > (do-that-thing) > ...) > > and then that message would only be displayed if `do-that-thing' took > more than ¼ second. > > Does this sound useful? Emacs/W3 used to do this, it was pretty nice, and pretty easy to implement. -Bill P.