mailing-list for TeXmacs Users

Text archives Help


Keymapss don't work after upgrade.


Chronological Thread 
  • From: Yoel Callev <address@hidden>
  • To: address@hidden
  • Subject: Keymapss don't work after upgrade.
  • Date: Thu, 26 Jun 2003 18:02:32 +0300

I have upgraded Texmacs 1.0.1-1 to 1.0.1.15-1, and the additional bindings I had stopped working.

In my ~/.TeXmacs/progs directory I have the file my-init-texmacs.scm, which simply contains:

;; This runs the default Initialization scheme, before my additions:
(exec-file "$TEXMACS_PATH/progs" "init-texmacs.scm")
;; My additional key-bindings:
(exec-file "$TEXMACS_HOME_PATH/progs/" "mine.scm")

While mine.scm contains my key-bindings:

(set-keymap (always?)
("C-%" ("Numbered equation"
(begin (make-big-expand "equation") (temp-proof-fix))))
)
etc.

What's wrong? Are these files no longer read, has the syntax changed, etc...



  • Keymapss don't work after upgrade., Yoel Callev, 06/26/2003

Archive powered by MHonArc 2.6.19.

Top of page