mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] TeXmacs 1.0.5.1 changes side effect.


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] TeXmacs 1.0.5.1 changes side effect.
  • Date: Fri, 20 May 2005 10:20:29 +0200

On Thu, May 19, 2005 at 04:37:24PM -0400, Nachiketa Sahoo wrote:
> $ cat my-init-texmacs.scm
> (lazy-in-mode (cua keyboard) always?

Make it "lazy-keyboard".

Due to a major reorganization of the Scheme interface,
some routines were renamed. During the next few releases
a few other bindings may change; be prepared to look
at the sources in case of.

> 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 some keyboard
> shortcut definitions. Any help to retain these keyboard bindings in
> the new version?



Archive powered by MHonArc 2.6.19.

Top of page