Mercurial > emacs
annotate vms/README @ 54399:ad02f6299e9a
2004-03-15 Masatake YAMATO <jet@gyve.org>
* hl-line.el (hl-line-range-function): New variable.
(hl-line-move): New function.
(global-hl-line-highlight): Use `hl-line-move'.
(hl-line-highlight): Ditto.
* scroll-bar.el (scroll-bar-columns): New function derived from
ruler-mode.el.
* fringe.el (fringe-columns): New function derived from
ruler-mode.el.
* ruler-mode.el (top-level): Require scroll-bar and fringe.
(ruler-mode-left-fringe-cols)
(ruler-mode-right-fringe-cols): Use `fringe-columns'.
(ruler-mode-right-scroll-bar-cols)
(ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
(ruler-mode-ruler-function): New variable.
(ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
if the value for `ruler-mode-ruler-function'is given.
* hexl.el (hexl-mode-hook): Make the hook customizable.
(hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
customize variables.
(hexlify-buffer): Put font-lock-faces on the address area and
the ascii area.
(hexl-activate-ruler): New function.
(hexl-follow-line): New function.
(hexl-highlight-line-range): New function.
(hexl-mode-ruler): New function.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Mon, 15 Mar 2004 07:27:02 +0000 |
parents | 9903202a12fc |
children |
rev | line source |
---|---|
25831 | 1 GNU Emacs 19.x and above do not compile out of the box on OpenVMS. |
2 Richard Levitte <levitte@lp.se> is distributing and maintaining a | |
3 version of Emacs (currently based on version 19.28, but soon moving to | |
4 19.34 and then 20.1) that compiles and works on OpenVMS 5.5 and above | |
38066
38f896e6a2ad
Fix the URL where Emacs for VMS is available.
Eli Zaretskii <eliz@gnu.org>
parents:
25831
diff
changeset
|
5 on both VAX and Alpha architectures. For more information see |
38f896e6a2ad
Fix the URL where Emacs for VMS is available.
Eli Zaretskii <eliz@gnu.org>
parents:
25831
diff
changeset
|
6 |
38f896e6a2ad
Fix the URL where Emacs for VMS is available.
Eli Zaretskii <eliz@gnu.org>
parents:
25831
diff
changeset
|
7 http://vms.gnu.org/software/released1/emacs.html#get_emacs_1928_kit |
53151
9903202a12fc
Add blurb about new files.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
38066
diff
changeset
|
8 |
9903202a12fc
Add blurb about new files.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
38066
diff
changeset
|
9 |
9903202a12fc
Add blurb about new files.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
38066
diff
changeset
|
10 [Update 2003-11-24: I am working on integrating VMS-specific bits |
9903202a12fc
Add blurb about new files.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
38066
diff
changeset
|
11 back into the repository. There are some work-in-progress files |
9903202a12fc
Add blurb about new files.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
38066
diff
changeset
|
12 in this directory as a result. Do not be alarmed! --ttn] |