Re: [O] [patch] get modification-time from vc

2016-05-19 Thread Nicolas Goaziou
Hello, Rasmus writes: > Pushed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [patch] get modification-time from vc

2016-05-18 Thread Rasmus
Hi, Thanks for the comments! Nicolas Goaziou writes: > Why enforcing "vc" and not any non-nil/non-empty second argument instead ? No point, really. >> Is cl-lib OK now?! > > cl-lib is OK in master. Minimal requirement for master is Emacs 24.3. Cool. >> + (when (cl-some 'ide

Re: [O] [patch] get modification-time from vc

2016-05-18 Thread Nicolas Goaziou
Hello, Rasmus writes: > Here’s a new version. Thank you. > New idea, an optional 2nd argument to modification-time. E.g. > > {{{modification-time(%Y, vc)}}} Even better! >> If you think that is useful, then I vote for a different macro. > > I prefer an argument as it gives a clear ranki

Re: [O] [patch] get modification-time from vc

2016-05-18 Thread Rasmus
Hi, An overdue "Thanks" for the feedback. Here’s a new version. Nicolas Goaziou writes: > Well, if you ask, I do not like much when some software tries to > outsmart me (note that I like it even less when it actually succeeds). > So, I think {{{modification-time}}} should expand to modificatio

Re: [O] [patch] get modification-time from vc

2016-04-30 Thread Nicolas Goaziou
Hello, Rasmus writes: > The file system modification time as accessed by {{{modification-time}}} > is often wrong, e.g. when a project is newly cloned or if the file has > been copied in a sloppy manner. At least if modification time suggest the > time that the file was edited by an author. > >