justify-kp
justify-kp copied to clipboard
Paragraph justification for emacs using Knuth/Plass algorithm
I tried in an Org-mode buffer, but it did not work. Worked in text-mode though.
``` Debugger entered--Lisp error: (args-out-of-range "" 0) elt("" 0) (memq (elt token 0) pj--whitespace-class) (let* ((len (length token)) (--dash-source-3-- (-split-at len line-data)) (cur (car-safe (prog1 --dash-source-3-- (setq --dash-source-3-- (cdr --dash-source-3--)))))...
Yesss, another excellent package from Matus :) I'm already using some of your other great packages (I'm crazy about dired-hacks) and just discover this one. What's the status of hyphenation,...
 See the "No editor comes close." sentence in the middle of the picture. I can understand that without hyphenation the justification algorithm can fail to fill lines perfectly and...
[Regular rendering](https://i.imgur.com/9fBIWvm.png) [Justified rendering](https://i.imgur.com/qvqUgdo.png) I'd like to preserve indentation by telling `pj-justify` that it should insert extra whitespace in front of every filled line and take it into account when...
For example in `Info-mode` the raw text `(*foo::)` is rendered as `(see foo)` which changes how the algorithm should process the tokens. I would like to use `pj-justify` to make...