original emacs lisp files

wb-line-number

Commentary

Window-based line number mode, which displays each number of line on the left side window.
If you feel setnu.el a little weird, try wb-line-number.el.
Be sure that this is *not* a minor mode.

You can use this elisp on GNU emacs20 or later.
So far, this elisp does not work well under XEmacs...

Screenshot

using wanderlust
dired and source
using ecb

File

v1.5.5 [2003.03.17] download here

Installation

Add this file (byte-compiling it is recommended) to your load-path.
Then add these set of lines to your config:
(set-scroll-bar-mode nil)   ; no scroll bar, even in x-window system (recommended)
(require 'wb-line-number)
(wb-line-number-toggle)