bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7679: wishlist: add new library map-progress.el - mapping macros tha


From: Lars Magne Ingebrigtsen
Subject: bug#7679: wishlist: add new library map-progress.el - mapping macros that report progress (Jonas Bernoulli)
Date: Thu, 12 Apr 2012 21:23:35 +0200
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux)

Jari Aalto <jari.aalto@cante.net> writes:

> I would be nice if the progress indicator library map-progress.el by Jonas
> Bernoulli. were included in Emacs

These functions work like this, apparently:

---
(mapcar-with-progress-reporter "hello" (lambda (a) (sleep-for 1)) '(1 2 3))

hello
hello 33%
hello 66%
hello 99%
---

Seems handy, but I'm not sure how useful these really would be in
practise.  Opinions?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]