From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: efficiently viewing Unix timestamps as dates Date: Wed, 04 May 2011 14:40:40 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <8762pq45l3.fsf@lifelogs.com> References: <87mxo9mvxm.fsf@lifelogs.com> <87bp4la59u.fsf@lifelogs.com> <87fwtx5n3c.fsf@lifelogs.com> <87sjtk73tb.fsf@lifelogs.com> <877hav4fj9.fsf@lifelogs.com> <87r58ygyse.fsf@lifelogs.com> <87r58yf6zg.fsf@lifelogs.com> <87vcy7pbze.fsf@lifelogs.com> <87k4eijego.fsf@lifelogs.com> <877hahggrx.fsf@lifelogs.com> <87tyda7fma.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306268278 15691 80.91.229.12 (24 May 2011 20:17:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:17:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:17:52 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QOy35-0003U0-Uc for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:17:52 +0200 Original-Received: from localhost ([::1]:45866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy35-0001jg-5q for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:17:51 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: news.albasani.net H6qATqM6Th+CgLeOz5uCJ/2TukDWiU3YnE2ruW4yw60+imLsSa6g1KESdVB1ajIdRU+JeiBSPdP7wEsYk1Xhjw== Original-NNTP-Posting-Date: Wed, 4 May 2011 19:40:40 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="yXuqm9uUGnJpW+Hpuj/OFDhpk4+ZH0+OuRzg83GabcjxHmbHgqSh3/TjrvTiDX8X4HTCs0oTgsS90dsS0d5d/LPIV1e16tA9VVCxxL/rfCfYJuMz+9EHJyPI5TdEaDN4"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) 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" Cancel-Lock: sha1:AtANWgplGLtBArnMgwWwPNi6qTA= sha1:mpMwXa3urvXVFAGcs9yP8gFznZI= Original-Xref: usenet.stanford.edu gnu.emacs.help:186784 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81103 Archived-At: On Wed, 04 May 2011 12:32:34 -0300 Stefan Monnier wrote: >> That seems OK and backwards compatible. But I don't know enough about >> the internals to say how much work this will be; I would guess "a >> lot" :) SM> Actually, I really don't think this needs that much work. SM> The change should be localized, and in code which is not tricky. SM> It will probably introduce a few minor backward compatibility issues, SM> mostly around the need to distinguish "get the merged value of property SM> `foo'" and "get the value of property `foo' in the default plane". Thanks for explaining. I'll be first in line to test it with epoch-view.el. Ted