From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Global indicators Date: Thu, 29 Sep 2011 03:52:37 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87y5x7loh6.fsf@lifelogs.com> References: <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> <87tyfuh3l3.fsf@stupidchicken.com> <87hbbuv25k.fsf@lola.goethe.zz> <87tyfu1d2v.fsf@lifelogs.com> <87hbbui41s.fsf@stupidchicken.com> <87lj16cec2.fsf@lifelogs.com> <87oc61z4te.fsf_-_@lifelogs.com> <877hcp9pg5.fsf@gmx.de> <87mxkfkrtt.fsf@lifelogs.com> <87oby4rcsa.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317286833 26306 80.91.229.12 (29 Sep 2011 09:00:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Sep 2011 09:00:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 29 11:00:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R9CTh-0002Yd-L6 for ged-emacs-devel@m.gmane.org; Thu, 29 Sep 2011 11:00:25 +0200 Original-Received: from localhost ([::1]:59272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9CTg-0002Fr-Qc for ged-emacs-devel@m.gmane.org; Thu, 29 Sep 2011 05:00:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9CTZ-0002Fc-T9 for emacs-devel@gnu.org; Thu, 29 Sep 2011 05:00:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9CTT-0006lb-1T for emacs-devel@gnu.org; Thu, 29 Sep 2011 05:00:17 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9CTS-0006kq-SY for emacs-devel@gnu.org; Thu, 29 Sep 2011 05:00:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R9CTQ-0002Qr-50 for emacs-devel@gnu.org; Thu, 29 Sep 2011 11:00:08 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 11:00:08 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 11:00:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:LthFVqt+jINhTRnjGMaP7xxZGWk= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144468 Archived-At: On Wed, 28 Sep 2011 10:12:49 -0400 Stefan Monnier wrote: >>>>> Are you going to propose an API and some specifics of what functionality >>>>> these indicators will offer and where and how they can be attached, or >>>>> do you want me and Michael to come up with something? SM> I hope you can come up with something. As a starting point, could you look at http://permalink.gmane.org/gmane.emacs.devel/136277 where Michael posted a patch proposing a simple API and implementing it? Ted