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: Javier Arántegui <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] C-x, C-c, C-v (I prepare a little the work)
  • Date: Thu, 21 Oct 2004 18:55:51 +0200
  • Organization: Univ. de Lleida

El Jueves, 21 de Octubre de 2004 18:43, Nicolas Ratier escribió:
> How to modify "my-init-texmacs.scm" file so
> that TeXmacs will understand the following kbd-kde map ?

I haven't tried it, so maybe I'm totally wrong. This is what I think you
should do:

1. Copy /usr/share/TeXmacs/progs/init-texmacs.scm to
~/.TeXmacs/progs/init-texmacs.scm
2. Open ~/.TeXmacs/progs/init-texmacs.scm using TeXmacs
3. Copy this to the clipboard:

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

4. Paste it in TeXmacs using Edit -> Paste from -> Scheme
5. Save the document and restart TeXmacs

Please, let me know if this works because I am a KDE user as well (but too
lazy to test if this procedure works)

Javier

--

Javier Arántegui
Dept. Tecnologia de Alimentos / Dept. of Food Technology
Universitat de Lleida / University of Lleida (Spain)

Tel. +34 973702595
Fax +34 973702596
http://www.tecal.udl.es



Archive powered by MHonArc 2.6.19.

Top of page