mailing-list for TeXmacs Users

Text archives Help


Fwd: TeXmacs 1.0.5.1 changes side effect.


Chronological Thread 
  • From: Nachiketa Sahoo <address@hidden>
  • To: TeXmacs Users List <address@hidden>
  • Subject: Fwd: TeXmacs 1.0.5.1 changes side effect.
  • Date: Sun, 11 Sep 2005 19:55:22 -0400
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FYmFmhMrA2McGc6QTZmway1MLg+nFneyfYdFo3oJxUgZGNhJd6qR5IbHEHieiEAoMccRh8BWHy1Mw6+KJtvnRsVcTWO8tuwDGT8bsbsSKLEVF11l92GoqqBRUrchQJDzn9k0K/TsbedJOub66KzLvqtW5fmx2h4MADb0hmaiYmg=

Hi,

I upgraded from texmacs 1.0.5 to 1.0.5.7 today. The cursor navigation
improvement is HUGE. Thank you.

I am running into some problems in defining _my_ "undo" "redo" etc keys.

~/.TeXmacs/progs/cua/keyboard.scm seem to be ignored now.

At start up I am getting these messages:

$ TeXmacs] With linked TrueType support
<unnamed port>: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
<unnamed port>: no code for module (texmacs edit edit-misc)



And the content of my-init-texmacs.scm is

$ cat my-init-texmacs.scm
(lazy-keyboard (cua keyboard) always?)



And the content of the ~/.TeXmacs/progs/cua/keyboard.scm is

(texmacs-module (cua keyboard)
(:use
(texmacs texmacs tm-server) (texmacs texmacs tm-files)
(texmacs edit edit-misc) (texmacs tools tm-select)))


(kbd-map
("emacs n" (new-buffer))
("emacs o" (choose-file "Load file" "" 'load-buffer))
("emacs s" (save-buffer))
("emacs p" (preview-with-ghostview))
("emacs w" (safely-kill-buffer))
("emacs q" (safely-quit-TeXmacs))
("emacs z" (undo))
("emacs y" (redo))
("emacs x" (clipboard-cut "primary"))
("emacs c" (clipboard-copy "primary"))
("emacs v" (clipboard-paste "primary")))


It was working with the 1.0.5 version. It's basically assigns ctrl-z
for undo, ctrl-y for redo etc.

Any help is much appreciated.

Thanks,
Nachi


  • Fwd: TeXmacs 1.0.5.1 changes side effect., Nachiketa Sahoo, 09/12/2005

Archive powered by MHonArc 2.6.19.

Top of page