form-feed
form-feed copied to clipboard
Incompatibility with cider-repl-mode
If one does (setq cider-repl-prompt-function (lambda (ns) (format "\f\n%s> " ns)))
and enable form-feed, there is no wide line before the prompt.
Reported by lostcoffee on #emacs
.
This is really weird as I can repro this, however the line is displayed if I try stepping through font-lock-keywords
in font-lock-studio...