Open
Description
I wanted to use tiny
to create a sequence of english day (of week) names, i.e. "Monday, Tuesday, etc". English day names are available in Emacs e.g. in the variable calendar-day-name-array
. However, when I try to tiny-expand
this
m0,6(elt calendar-day-name-array x)
I only get
0,1,2,3,4,5,6
What am I doing wrong?
Edit
When I tiny-expand
this
m0, 6|%(elt calendar-day-name-array x)
I get the desired result. Please help me understand why the first tiny-expression didn't work as I expected.
Metadata
Metadata
Assignees
Labels
No labels