summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-03-16 08:15:32 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-03-16 08:15:32 +0000
commit94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch)
tree2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-x-win-xfree86.el
parentAdd fixrtf, an utility that is intended for use with the (diff)
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support. - Disable experimental features and add this features to WITH_EXPERIMENTAL option(it's improve perfomance and stability in default build).
Notes
Notes: svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-x-win-xfree86.el')
-rw-r--r--editors/xemacs-devel-mule/files/patch-x-win-xfree86.el46
1 files changed, 0 insertions, 46 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el b/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el
deleted file mode 100644
index 9c40cdd7e33d..000000000000
--- a/editors/xemacs-devel-mule/files/patch-x-win-xfree86.el
+++ /dev/null
@@ -1,46 +0,0 @@
-Index: lisp/x-win-xfree86.el
-===================================================================
-RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/x-win-xfree86.el,v
-retrieving revision 1.5
-retrieving revision 1.6
-diff -u -r1.5 -r1.6
---- lisp/x-win-xfree86.el 2001/05/04 22:42:19 1.5
-+++ lisp/x-win-xfree86.el 2005/12/24 19:53:53 1.6
-@@ -46,6 +46,37 @@
-
- ;;;###autoload
- (defun x-win-init-xfree86 ()
-+
-+ ;; We know this keyboard is an XFree86 keyboard. As such, we can predict
-+ ;; what key scan codes will correspond to the keys on US keyboard layout,
-+ ;; and we can use that information to fall back to the US layout when
-+ ;; looking up commands that would otherwise fail. (Cf. the hard-coding of
-+ ;; this information in /usr/X11R6/lib/X11/xkb/keycodes/xfree86 )
-+ ;;
-+ ;; These settings for x-us-keymap-first-keycode and
-+ ;; x-us-keymap-description were determined with
-+ ;;
-+ ;; setxkbmap us
-+ ;; xmodmap -pke > keyboard-description.txt
-+ ;;
-+ ;; "8" is the key code of the first line, x-us-keymap-description is
-+ ;; taken from the column describing the bindings.
-+
-+ (setq x-us-keymap-first-keycode 8
-+ x-us-keymap-description
-+ [nil nil [?1 ?!] [?2 ?@] [?3 ?\#] [?4 ?$] [?5 ?%] [?6 ?^] [?7 ?&]
-+ [?8 ?*] [?9 ?\(] [?0 ?\)] [?- ?_] [?= ?+] nil ?\t [?q ?Q]
-+ [?w ?W] [?e ?E] [?r ?R] [?t ?T] [?y ?Y] [?u ?U] [?i ?I] [?o ?O]
-+ [?p ?P] [?\[ ?{] [?\] ?}] nil nil [?a ?A] [?s ?S] [?d ?D]
-+ [?f ?F] [?g ?G] [?h ?H] [?j ?J] [?k ?K] [?l ?L] [?\; ?:]
-+ [?\' ?\"] [?\` ?~] nil [?\\ ?|] [?z ?Z] [?x ?X] [?c ?C]
-+ [?v ?V] [?b ?B] [?n ?N] [?m ?M] [?\, ?<] [?\. ?>] [?/ ?\?]
-+ nil ?* nil ?\ nil nil nil nil nil nil nil nil nil nil nil
-+ nil nil ?7 ?8 ?9 ?- ?4 ?5 ?6 ?+ ?1 ?2 ?3 ?0 ?\. nil nil
-+ [?< ?>] nil nil nil nil nil nil nil nil nil nil nil nil
-+ nil nil nil nil nil ?/ nil nil nil nil nil nil nil nil
-+ nil nil nil nil nil ?=])
-+
- (loop for (key sane-key) in
- '((f13 f1)
- (f14 f2)