Skip to Content.
Sympa Menu

coq-club - [Coq-Club] El-Get recipe for agda-input

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] El-Get recipe for agda-input


Chronological Thread 
  • From: "N. Raghavendra" <raghu AT hri.res.in>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] El-Get recipe for agda-input
  • Date: Thu, 05 May 2016 12:20:02 +0530
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=raghu AT hri.res.in; spf=Pass smtp.mailfrom=gsmlcc-coq-club AT m.gmane.org; spf=Pass smtp.helo=postmaster AT plane.gmane.org
  • Cancel-lock: sha1:/+AKV3C59d+HCGvJiWCto4hhQFI=
  • Ironport-phdr: 9a23:kPsCkxPF+s0hmYH93Scl6mtUPXoX/o7sNwtQ0KIMzox0KPT5rarrMEGX3/hxlliBBdydsKIVzbKN+Pm5ByQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTmkbjpsMSKPU1hv3mUX/BbFF2OtwLft80b08NJC50a7V/3mEZOYPlc3mhyJFiezF7W78a0+4N/oWwL46pyv50IbaKvdKMhCLdcET4OMmYv5cStuwOQdwaX4mogVTBctFwAOQHK7BjkU5H9qCKw/r5n0SaaIOX2V7FyQzm5qaZtHkzGkiACYnQftintg8NwhbxWph67rlY3l5Tdb4GIHPpkf+XHcMhcRGwXDZUZbDBIHo7pN9hHNOEGJ+sN94Q=

For those who use the el-get package installer for Emacs, there's now an
el-get recipe for agda-input, which installs a single file from the
GitHub Agda repo, and makes it available to Emacs.

agda-input is an input method for typing Unicode characters, especially
mathematical symbols, and may be useful while writing Coq code. To use
it, put

(setq default-input-method 'Agda)

in your init file. This enables you to use the Agda input method for
Unicode in any buffer. Type `C-\' (`toggle-input-method') to activate
the input method, and use its key sequences to input various Unicode
characters. To deactivate the input method, type `C-\' again. See

http://people.inf.elte.hu/divip/AgdaTutorial/Symbols.html

for a long list of characters that can be input with this method. The
canonical Web site is

http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Docs.UnicodeInput

The recipe file is at

https://raw.github.com/dimitri/el-get/master/recipes/agda-input.rcp

Cheers,
Raghu.

--
N. Raghavendra
<raghu AT hri.res.in>,
http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/



  • [Coq-Club] El-Get recipe for agda-input, N. Raghavendra, 05/05/2016

Archive powered by MHonArc 2.6.18.

Top of Page