help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hline


From: Jean Louis
Subject: Re: hline
Date: Thu, 7 Jan 2021 12:49:16 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Emanuel Berg via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> [2021-01-07 09:24]:
> (defun hline (&optional char)
>   (interactive "P")
>   (let ((len (- (window-width) (current-column) 1))
>         (c (or char ?-)) )
>     (insert (make-string len c)) ))

I can undertand and find it useful. But you should maybe think of
auto-fill-mode and fill-column, is it?

If fill-column is 70, should line really go over all the visible
window screen? As text does not.

Jean



reply via email to

[Prev in Thread] Current Thread [Next in Thread]