Results 52 comments of Aaron Zeng

Ah, indeed. Here's some screenshots taken at full screen (2560 x 1600 on my MacBook Air) Font size `10.0`: Font size `13`:

> > > > With the font size set to 13 (as an integer, which is supposedly equivalent to 10.0 as a floating-point value) > > @bcc32 > > Nope....

Specifying dpi in the font name, or some other config var? That seems unfortunate, because it wouldn't be reusable across machines. Ideally, we'd be able to detect the appropriate DPI...

This is still an issue. The same floating-point font size (10.5) renders as significantly different physical sizes on macOS vs. other platforms.

> default binding for creating a new buffer and saving it as a new file. You can just use `SPC f f` to specify a file you want to create,...

In fact, occur now does its own highlighting when visiting an occurrence. Perhaps volatile-highlights should just do nothing if the Emacs version is new enough? (The functionality was introduced into...

I've gone ahead and rebased the PR, and benchmarked the performance with the following Lisp code in my personal ledger file (I have a ledger file with 10,000 xacts, total...

Yeah, it looks like reports are the one place where ledger-mode might call ledger but not go through the `ledger-exec-ledger` function (I guess it's because reports could be arbitrary shell...

I'm not sure it does much good to keep this open if we have no information about how the bug can be triggered, and it sounds like it is quite...

I think this PR breaks a couple things. For one thing, it causes the user to be re-prompted for any format specifiers that imply a prompt, such as `%(account)`, every...