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

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

Re: Add static word wrap line


From: Nikolaj Schumacher
Subject: Re: Add static word wrap line
Date: Mon, 11 Aug 2008 22:46:38 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:

> Maybe vline et al can be useful too - even if they do not do exactly what
> Alexander wants. (Maybe they can be a start for making something like it?)

Indeed.

--- vline.el    2008-08-11 22:35:06.000000000 +0200
+++ vline.el    2008-08-11 22:40:14.000000000 +0200
@@ -119,7 +119,7 @@
     (if point
        (goto-char point)
       (setq point (point)))
-    (let* ((column (current-column))
+    (let* ((column 80)
           (i 0)
           (compose-p (memq vline-style '(compose mixed)))
           (face-p (memq vline-style '(face mixed)))

Although it has some problems.  The line appears with the cursor at the
end of a line, and `beginning-of-buffer' doesn't redraw the line.

I hope someone picks this up.


regards,
Nikolaj Schumacher




reply via email to

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