mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] two questions about my-texmacs.init.scm


Chronological Thread 
  • From: Lionel Elie Mamane <address@hidden>
  • To: Kostas Oikonomou <address@hidden>
  • Cc: TeXmacs <address@hidden>
  • Subject: Re: [TeXmacs] two questions about my-texmacs.init.scm
  • Date: Fri, 12 Nov 2004 10:50:42 +0100

On Thu, Nov 11, 2004 at 08:18:40AM -0500, Kostas Oikonomou wrote:

> 1) I want to add two key bindings to the emacs keyboard. So I have a file
> ~/.TeXmacs/progs/keyboard/ko-kbd.scm that contains

> (texmacs-module (keyboard ko-kbd)
> (kbd-map
> ("emacs:contextual l" (make 'label))
> ("emacs:contextual r" (make 'reference))
> ))

Make that:

(texmacs-module (keyboard ko-kbd))
(kbd-map
("emacs:contextual l" (make 'label))
("emacs:contextual r" (make 'reference)))


The kbd-map must not be in scope of the texmacs-module.

--
Lionel



Archive powered by MHonArc 2.6.19.

Top of page