From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Progress indicator (was: scrollbar alternative) Date: Mon, 29 Mar 2010 21:54:33 +0200 Message-ID: References: <87vdcxwd7r.fsf@engster.org> <4B9EF736.2040203@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1269894937 28455 80.91.229.12 (29 Mar 2010 20:35:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Mar 2010 20:35:37 +0000 (UTC) Cc: David Engster , emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 29 22:35:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NwLgA-0001hu-0x for ged-emacs-devel@m.gmane.org; Mon, 29 Mar 2010 22:35:22 +0200 Original-Received: from localhost ([127.0.0.1]:54595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwLck-0005lN-Aj for ged-emacs-devel@m.gmane.org; Mon, 29 Mar 2010 16:31:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwL36-0003Ax-Mu for emacs-devel@gnu.org; Mon, 29 Mar 2010 15:55:00 -0400 Original-Received: from [140.186.70.92] (port=57310 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwL35-00038v-AA for emacs-devel@gnu.org; Mon, 29 Mar 2010 15:55:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwL32-0006VA-Ex for emacs-devel@gnu.org; Mon, 29 Mar 2010 15:54:58 -0400 Original-Received: from mail-fx0-f224.google.com ([209.85.220.224]:44082) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwL32-0006UX-8r for emacs-devel@gnu.org; Mon, 29 Mar 2010 15:54:56 -0400 Original-Received: by fxm24 with SMTP id 24so205488fxm.26 for ; Mon, 29 Mar 2010 12:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=KnNpl8x09jbSaV3TC2SFmyw9IRMMvxxB8MkdwPdeFvA=; b=skZHaPuAIj5IjtOoejDyuMBir2uge4FUC5eYgb28m/q7uzJlghGl3Spcl2QuBN/ytI URzqMkTETUluVkRZ4cRKwYNivIO3cO5yJNPlR8WqqIz3fB6B3QWCm/TJbp1aQJ3SI+Pn rJiMh4veUC57k6BLQfA9J+qGTWYhjc9xi8m1o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=x+F0FVIMJlA/w0FnCdvphKL96SpbF2Y5/Boz6hvuu8vdwydBjvB3uh1dowvYmOqvSn JXBkgpSLmWaITx6E9d/dg6wAPzpkE1G5j2CR8uHlii+huPNjfh0lG3oca5ND/ShL2wjl PmcQp2EbSXCX7lY9qnw59KsGQMuzSE9p/UE38= Original-Received: by 10.239.169.18 with HTTP; Mon, 29 Mar 2010 12:54:33 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.187.210 with SMTP id m18mr486212hbh.19.1269892493112; Mon, 29 Mar 2010 12:54:53 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122872 Archived-At: On Mon, Mar 29, 2010 at 9:47 PM, Leo wrote: > > On 2010-03-16 12:44 +0000, Lennart Borgman wrote: > > I like the feature. I think something like this should be in Emacs. > > > > Attached is a little bit more elaborated version. Name suggestions are > > welcome. > > I was making a proposal to emms maintainer lukhas about porting that > code to emms-playing-time (you could imagine how nice it is to show the > playing time this way), but then realised emacs can benefit from having > a general facility of creating nice visual progress indicator like this. > What do you think of this idea? Could you please just tell how you want the functions to be broken up to be useful for that so I can fix it in my version for the moment.