Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Coq and RSI

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Coq and RSI


Chronological Thread 
  • From: Stefan Monnier <monnier AT IRO.UMontreal.CA>
  • To: "J. Ian Johnson" <ianj AT ccs.neu.edu>
  • Cc: Thomas Braibant <thomas.braibant AT gmail.com>, coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Coq and RSI
  • Date: Tue, 28 Aug 2012 16:03:54 -0400

> (define-key coq-mode-map (kbd "-") '(lambda () (interactive) (insert
> "_")))
> (define-key coq-mode-map (kbd "_") '(lambda () (interactive) (insert
> "-"))))

BTW, those (lambda ..) sexps are functions (rather than mere data)
so don't quote them.


Stefan



Archive powered by MHonArc 2.6.18.

Top of Page