emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#14535: closed (Wishlist: date(1): missing search k


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14535: closed (Wishlist: date(1): missing search keyword (UTC))
Date: Sun, 02 Jun 2013 23:50:02 +0000

Your message dated Mon, 03 Jun 2013 00:47:33 +0100
with message-id <address@hidden>
and subject line Re: bug#14535: Wishlist: date(1): missing search keyword (UTC)
has caused the debbugs.gnu.org bug report #14535,
regarding Wishlist: date(1): missing search keyword (UTC)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14535: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14535
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Wishlist: date(1): missing search keyword (UTC) Date: Sun, 2 Jun 2013 13:21:27 +0200 User-agent: Mutt/1.5.21 (2010-09-15)
Hi,

just did man date, searched for "UTC" yet failed to hit the desired
-u (--utc) section (IOW, a somewhat annoying productivity roadbump).

Thus it would be useful to extend
       -u, --utc, --universal
              print or set Coordinated Universal Time
to
       -u, --utc, --universal
              print or set Coordinated Universal Time (UTC)

in order to avoid dearly wasted seconds of a many users' lifetime :)


I would have submitted a format-patch vs. master, but due to the confusing
(but likely useful) indirection in source I failed to successfully grep
on where to change things (likely in src/date.c/usage() since that output
possibly gets auto-generated into man pages,
but perhaps somewhere else as well).

Thanks!

Andreas Mohr



--- End Message ---
--- Begin Message --- Subject: Re: bug#14535: Wishlist: date(1): missing search keyword (UTC) Date: Mon, 03 Jun 2013 00:47:33 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2
On 06/02/2013 12:21 PM, Andreas Mohr wrote:
> Hi,
> 
> just did man date, searched for "UTC" yet failed to hit the desired
> -u (--utc) section (IOW, a somewhat annoying productivity roadbump).
> 
> Thus it would be useful to extend
>        -u, --utc, --universal
>               print or set Coordinated Universal Time
> to
>        -u, --utc, --universal
>               print or set Coordinated Universal Time (UTC)
> 
> in order to avoid dearly wasted seconds of a many users' lifetime :)
> 
> 
> I would have submitted a format-patch vs. master, but due to the confusing
> (but likely useful) indirection in source I failed to successfully grep
> on where to change things (likely in src/date.c/usage() since that output
> possibly gets auto-generated into man pages,
> but perhaps somewhere else as well).

Yes that's a bit better and fits in the line,
so I've pushed that in your name.

Note personally I use "smartcase" matching,
and so usually search for lower case to match case insensitively.
I use vim as my MANPAGER, but you can also use this with less
by setting 'i' in your LESS env variable.

cheers,
Pádraig.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]