mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] C-x, C-c, C-v (I prepare a little the work)


Chronological Thread 
  • From: Lionel Elie Mamane <address@hidden>
  • To: Nicolas Ratier <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] C-x, C-c, C-v (I prepare a little the work)
  • Date: Thu, 21 Oct 2004 21:14:50 +0200

On Thu, Oct 21, 2004 at 06:43:20PM +0200, Nicolas Ratier wrote:
> How to modify "my-init-texmacs.scm" file so
> that TeXmacs will understand the following kbd-kde map ?

I get the expected effect when typing this into a Scheme session:

(texmacs-modes (in-cua% #t))

(kbd-map in-cua?
("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 x" (clipboard-cut "primary"))
("emacs c" (clipboard-copy "primary"))
("emacs v" (clipboard-paste "primary")))

Somehow, it doesn't work when I put it in my init-texmacs, but then, I
get the impression that my init-texmacs.scm doesn't get interpreted at
all; maybe I put it in the wrong location or something.

--
Lionel



Archive powered by MHonArc 2.6.19.

Top of page