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: Nachiketa Sahoo <address@hidden>
  • To: Javier Arántegui <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 14:50:18 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=sx8i0U0GOpQP/rItM1ZU8zchPNSGjQSnI1U78Le35oeYbvkQrx483gZWoj2V7yvx3S8sPPqZggCqWha95w6EptZrxFUA/GIR7k2pPEYKnKyhiDHxBNRJC+Epqc3b0f9M+sjHiRGK1aV4c/xAq/oUuGvG5Ebm24cuwYga/TqqIVo=

> 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)
>

It doesn't. When I paste the above text into texmacs window using
paste scheme, it doesn't paste it. When I use vim to paste the above
text to the end of the file and restart, then also the above keys
don't take effect.



Archive powered by MHonArc 2.6.19.

Top of page