Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example in README and docstring around how width actually works #26

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

gvol
Copy link
Owner

@gvol gvol commented Apr 7, 2024

Hopefully this will fix #25

@gvol gvol merged commit c558851 into master Apr 7, 2024
12 checks passed
@gvol gvol deleted the 6098379 branch April 7, 2024 02:26
@doolio
Copy link

doolio commented Apr 7, 2024

FYI, "%.5Y" does not truncate the float to 2 or 3 decimal places as per the updated docstring. For me I see 14 places after the decimal point.

@gvol
Copy link
Owner Author

gvol commented Apr 7, 2024

Hmmm. It must be something added in more recent versions of format-spec then. What version of Emacs are you using?

That's really annoying since I'd rather not have to write my own format-spec replacement.

@doolio
Copy link

doolio commented Apr 7, 2024

What version of Emacs are you using?

Still on 27.1 (Debian 11 (Bullseye))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The memento-mori-mementos example in the README does not work
2 participants