From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77218 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: make-progress-reporter suggestions: 'modeline and customizable progress-reporter--pulse-characters Date: Wed, 23 Feb 2011 16:59:19 +0100 Message-ID: <87oc62d9ns.fsf@gmx.de> References: <87ei76yi1x.fsf@lifelogs.com> <87lj1ergg5.fsf@gmx.de> <87ipwi3hjm.fsf@lifelogs.com> <87fwrmr6gf.fsf@gmx.de> <8739nm1u6n.fsf_-_@lifelogs.com> <878vxdxfzw.fsf@lifelogs.com> <87fwrj6j18.fsf@gmx.de> <87zkpp43s2.fsf@gmx.de> <87aaho0yi1.fsf@lifelogs.com> <87ipwb5fcc.fsf@gnus.org> <87fwrf87f3.fsf@gmx.de> <87fwreokk2.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298476782 27626 80.91.229.12 (23 Feb 2011 15:59:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 15:59:42 +0000 (UTC) Cc: emacs-devel@gnu.org, ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M25550@lists.math.uh.edu Wed Feb 23 16:59:37 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsH7p-0004SH-Fb for ding-account@gmane.org; Wed, 23 Feb 2011 16:59:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PsH7n-0004Rq-Hz; Wed, 23 Feb 2011 09:59:35 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PsH7l-0004RU-TR for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:59:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsH7h-00047J-Vz for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:59:33 -0600 Original-Received: from mailout-de.gmx.net ([213.165.64.22]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PsH7f-0001ka-TN for ding@gnus.org; Wed, 23 Feb 2011 16:59:28 +0100 Original-Received: (qmail invoked by alias); 23 Feb 2011 15:59:21 -0000 Original-Received: from p57BB9134.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.145.52] by mail.gmx.net (mp060) with SMTP; 23 Feb 2011 16:59:21 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/qcR9TTKPqDUoAIIg+6jQomvJi2EO/CREkwCJK+u fhVuNHmP5jtqSX In-Reply-To: <87fwreokk2.fsf@lifelogs.com> (Ted Zlatanov's message of "Wed, 23 Feb 2011 09:08:29 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77218 gmane.emacs.devel:136394 Archived-At: Ted Zlatanov writes: > On Wed, 23 Feb 2011 09:46:40 +0100 Michael Albinus > wrote: > > MA> Lars Ingebrigtsen writes: >>> Ted Zlatanov writes: >>> >>>> Can you try Michael's patch and example I cited and see if it works for >>>> you? I think it's OK and if you are happy with it, should go into >>>> Emacs. >>> >>> I haven't tried the patch, but perhaps it could go in and then I could >>> try it? :-) > > MA> I'm waiting, whether there is resistance to that change (Stefan? > MA> Chong?). If there is no opposition, I'll install the patch next weekend > MA> in the trunk. > > Please do it sooner. We can revert it, right? And it doesn't break > anything AFAIK. Maybe there could be a way, though, of testing for the > feature. (featurep progress-reportert-modeline)? OK, I'll try to collect the bits it for commit. A new feature might not be necessary, `progress-reporter--pulse-characters' is new in Emacs 24 and you could check for it. > Ted Best regards, Michael.