Dan Jacobson <[EMAIL PROTECTED]> writes: > Better yet, implement vi's tildes. Maybe the code can be copied from > one of those vi emulation modes. Of course allow different favorite > strings, not just "~".
(setq ol (make-overlay (point-min) (point-max) (current-buffer) t t)) (overlay-put ol 'after-string "\n~\n~\n~\n~\n~\n~\n") All the best! -- Markus Triska _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
