kunhtkun

Results 2 comments of kunhtkun

FWIW, you may use `narrow-to-region` in this case: ```emacs-lisp (defun +xx/spellcheck-region-and-launch (beg end) (interactive "r") (flyspell-region beg end) (save-restriction (narrow-to-region beg end) (flyspell-correct-move (point-min) t t)) ``` Not quite ideal...

Hi! Could you give a use case for that? Ledger is primarily a command-line application so a static library, which cannot be used by either `ledger` or the Python binding,...