mailing-list for TeXmacs Users

Text archives Help


Re: Pasting source code into TeXmacs?


Chronological Thread 
  • From: David Allouche <address@hidden>
  • To: address@hidden
  • Subject: Re: Pasting source code into TeXmacs?
  • Date: Sun, 24 Feb 2002 02:00:22 +0100

On Sunday 24 February 2002 01:45, Adam Warner wrote:
> On Sun, 2002-02-24 at 13:16, David Allouche wrote:
> > 1. default conversion conversion for text pasted from other applications
> > should be verbatim, not TeXmacs (that is, mostly no-op) as it is now;
>
> Agreed.

For the desired effect, add:

(selection-set-import "verbatim")
(selection-set-export "verbatim")

to your share/TeXmacs-$VERSION/progs/Init-buffer.scm file.

If you know a bit of Scheme and you have the courage, you could even make us
a patch to implement an emacs-like Init-buffer-hooks list so this
customization could be done in the Init.scm file.
--

-- David --



Archive powered by MHonArc 2.6.19.

Top of page