9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
       [not found] <hg.e10063b87280.1610454224.4892889753185008284@code.9front.org>
@ 2021-01-12 19:54 ` Lyndon Nerenberg
  2021-01-12 19:59   ` Sigrid Solveig Haflínudóttir
  0 siblings, 1 reply; 8+ messages in thread
From: Lyndon Nerenberg @ 2021-01-12 19:54 UTC (permalink / raw)
  To: 9front

> +char	*dayw[] =
>  {
> -	" S  M Tu  W Th  F  S"
> +	" S  M Tu  W Th  F  S",

For consistency shouldn't that be

        "Su  M Tu  W Th  F Sa"

?

> +	" M Tu  W Th  F Sa Su",
> +	"Tu  W Th  F Sa Su  M",
> +	" W Th  F Sa Su  M Tu",
> +	"Th  F Sa Su  M Tu  W",
> +	" F Sa Su  M Tu  W Th",
> +	"Sa Su  M Tu  W Th  F"
>  };

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 19:54 ` [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star Lyndon Nerenberg
@ 2021-01-12 19:59   ` Sigrid Solveig Haflínudóttir
  2021-01-12 21:58     ` Anthony Martin
  0 siblings, 1 reply; 8+ messages in thread
From: Sigrid Solveig Haflínudóttir @ 2021-01-12 19:59 UTC (permalink / raw)
  To: lyndon, 9front

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

I was not sure whether keeping the default output exactly as it was
before is a good idea or not.  It does make sense to have it the same
everywhere, I agree.  Gonna make another change, thanks.

[-- Attachment #2: Type: message/rfc822, Size: 3745 bytes --]

From: Lyndon Nerenberg <lyndon@orthanc.ca>
To: 9front@9front.org
Subject: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
Date: Tue, 12 Jan 2021 11:54:04 -0800
Message-ID: <f651b43bd57423ef@orthanc.ca>

> +char	*dayw[] =
>  {
> -	" S  M Tu  W Th  F  S"
> +	" S  M Tu  W Th  F  S",

For consistency shouldn't that be

        "Su  M Tu  W Th  F Sa"

?

> +	" M Tu  W Th  F Sa Su",
> +	"Tu  W Th  F Sa Su  M",
> +	" W Th  F Sa Su  M Tu",
> +	"Th  F Sa Su  M Tu  W",
> +	" F Sa Su  M Tu  W Th",
> +	"Sa Su  M Tu  W Th  F"
>  };

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 19:59   ` Sigrid Solveig Haflínudóttir
@ 2021-01-12 21:58     ` Anthony Martin
  2021-01-12 22:33       ` Lyndon Nerenberg
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Anthony Martin @ 2021-01-12 21:58 UTC (permalink / raw)
  To: 9front

The cal(1) week header has been ' S  M Tu  W Th  F  S'
since it was cal(6) back in 1971. If it's good enough
for ken, it's good enough for me.

Cheers,
  Anthony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 21:58     ` Anthony Martin
@ 2021-01-12 22:33       ` Lyndon Nerenberg
  2021-01-12 23:03         ` ori
  2021-01-12 22:35       ` Kurt H Maier
  2021-01-13 11:45       ` Stuart Morrow
  2 siblings, 1 reply; 8+ messages in thread
From: Lyndon Nerenberg @ 2021-01-12 22:33 UTC (permalink / raw)
  To: 9front, Anthony Martin

Anthony Martin writes:
> The cal(1) week header has been ' S  M Tu  W Th  F  S'
> since it was cal(6) back in 1971. If it's good enough
> for ken, it's good enough for me.

So run the third edition (or whatever it was up to by then).

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 21:58     ` Anthony Martin
  2021-01-12 22:33       ` Lyndon Nerenberg
@ 2021-01-12 22:35       ` Kurt H Maier
  2021-01-12 23:32         ` Anthony Martin
  2021-01-13 11:45       ` Stuart Morrow
  2 siblings, 1 reply; 8+ messages in thread
From: Kurt H Maier @ 2021-01-12 22:35 UTC (permalink / raw)
  To: 9front

On Tue, Jan 12, 2021 at 01:58:18PM -0800, Anthony Martin wrote:
> The cal(1) week header has been ' S  M Tu  W Th  F  S'
> since it was cal(6) back in 1971. If it's good enough
> for ken, it's good enough for me.

Wolfram Schneider changed it to "Su Mo Tu We Th Fr Sa" a quarter of a
century ago in the BSD world.

khm

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 22:33       ` Lyndon Nerenberg
@ 2021-01-12 23:03         ` ori
  0 siblings, 0 replies; 8+ messages in thread
From: ori @ 2021-01-12 23:03 UTC (permalink / raw)
  To: 9front, ality

Quoth Lyndon Nerenberg <lyndon@orthanc.ca>:
> Anthony Martin writes:
> > The cal(1) week header has been ' S  M Tu  W Th  F  S'
> > since it was cal(6) back in 1971. If it's good enough
> > for ken, it's good enough for me.
> 
> So run the third edition (or whatever it was up to by then).


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 22:35       ` Kurt H Maier
@ 2021-01-12 23:32         ` Anthony Martin
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony Martin @ 2021-01-12 23:32 UTC (permalink / raw)
  To: 9front

Kurt H Maier <khm@sciops.net> once said:
> On Tue, Jan 12, 2021 at 01:58:18PM -0800, Anthony Martin wrote:
> > The cal(1) week header has been ' S  M Tu  W Th  F  S'
> > since it was cal(6) back in 1971. If it's good enough
> > for ken, it's good enough for me.
>
> Wolfram Schneider changed it to "Su Mo Tu We Th Fr Sa" a quarter of a
> century ago in the BSD world.

Oh, the humanity! Soon we'll be forgiving wnj for sockets.

Cheers,
  Anthony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star...
  2021-01-12 21:58     ` Anthony Martin
  2021-01-12 22:33       ` Lyndon Nerenberg
  2021-01-12 22:35       ` Kurt H Maier
@ 2021-01-13 11:45       ` Stuart Morrow
  2 siblings, 0 replies; 8+ messages in thread
From: Stuart Morrow @ 2021-01-13 11:45 UTC (permalink / raw)
  To: 9front

> If it's good enough for ken, it's good enough for me.

Ed is the standard text editor

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-13 12:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <hg.e10063b87280.1610454224.4892889753185008284@code.9front.org>
2021-01-12 19:54 ` [9front] Re: [9front-commits] ftrvxmtrx: hg/plan9front: cal: add -s option to specify the star Lyndon Nerenberg
2021-01-12 19:59   ` Sigrid Solveig Haflínudóttir
2021-01-12 21:58     ` Anthony Martin
2021-01-12 22:33       ` Lyndon Nerenberg
2021-01-12 23:03         ` ori
2021-01-12 22:35       ` Kurt H Maier
2021-01-12 23:32         ` Anthony Martin
2021-01-13 11:45       ` Stuart Morrow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).