diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:09:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:09:38 +0000 |
commit | 6dab44fe5a8c8594c60bc8b9251fec01d83dbb6a (patch) | |
tree | 41ae4b8fc9ce9fac0afe2d349e43c1d51be2f520 /editors/uemacs/files/patch-aa | |
parent | rtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX. (diff) |
Update.
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Notes
Notes:
svn path=/head/; revision=1574
Diffstat (limited to 'editors/uemacs/files/patch-aa')
-rw-r--r-- | editors/uemacs/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/uemacs/files/patch-aa b/editors/uemacs/files/patch-aa index 334a459a0f4f..ea5216007827 100644 --- a/editors/uemacs/files/patch-aa +++ b/editors/uemacs/files/patch-aa @@ -12,10 +12,10 @@ diff -crN --exclude=*freebsd* ue312.orig/Makefile ue312/Makefile + (cd freebsd; make emacs) + + install: all -+ install -c -s freebsd/emacs /usr/local/bin/uemacs -+ mkdir -p /usr/local/lib/uemacs -+ install -c -m 644 -o bin -g bin cmd/* /usr/local/lib/uemacs -+ mv /usr/local/lib/uemacs/emacs.rc /usr/local/lib/uemacs/.emacsrc ++ install -c -s freebsd/emacs ${PREFIX}/bin/uemacs ++ mkdir -p ${PREFIX}/lib/uemacs ++ install -c -m 644 -o bin -g bin cmd/* ${PREFIX}/lib/uemacs ++ mv ${PREFIX}/lib/uemacs/emacs.rc ${PREFIX}/lib/uemacs/.emacsrc diff -crN --exclude=*freebsd* ue312.orig/h/epath.h ue312/h/epath.h *** ue312.orig/h/epath.h Tue Mar 16 15:13:46 1993 --- ue312/h/epath.h Sat Jan 14 11:26:35 1995 @@ -230,7 +230,7 @@ diff -crN --exclude=*freebsd* ue312.orig/src/unix.c ue312/src/unix.c ! { "ku", SPEC|'P' }, /* Up arrow key */ ! { "K1", SPEC|'<' }, /* Keypad 7 -> Home */ ! { "K2", SPEC|'V' }, /* Keypad 9 -> Page Up */ -! { "K3", '' }, /* Keypad 5 -> not bound */ +! { "K3", ' ' }, /* Keypad 5 */ ! { "K4", SPEC|'>' }, /* Keypad 1 -> End */ ! { "K5", CTRL|'V' } /* Keypad 3 -> Page Down */ }; |