8000 Question: Creating sequence of english day names · Issue #13 · abo-abo/tiny · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Question: Creating sequence of english day names #13
Open
@WolfgangRamos

Description

@WolfgangRamos

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0