Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)


Chronological Thread 
  • From: Clément Pit--Claudel <clement.pit AT gmail.com>
  • To: coq-club AT inria.fr
  • Cc: pierre-marie.pedrot AT inria.fr
  • Subject: Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)
  • Date: Wed, 2 Mar 2016 11:37:31 -0700
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=clement.pit AT gmail.com; spf=SoftFail smtp.mailfrom=clement.pit AT gmail.com; spf=None smtp.helo=postmaster AT mout.kundenserver.de
  • Ironport-phdr: 9a23:FYx0rRVT05jt6AnyzsIBWHTaC4fV8LGtZVwlr6E/grcLSJyIuqrYZhCAt8tkgFKBZ4jH8fUM07OQ6PC/HzNaqs/Y6TgrS99laVwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfTR8Kum9IIPOlcP/j7n0oM2MJVoSz2PkOPtbF1afk0b4joEum4xsK6I8mFPig0BjXKBo/15uPk+ZhB3m5829r9ZJ+iVUvO89pYYbCf2pN/dwcbsNBzM/dmsx+cfDtB/ZTALJ6GFPfH8Rl09jB4nA4Rfmaa/wrm6/ne50xSWXOYWiRrQ5XDmk8+FzSQPAhyIONjp/+2bS3J8jxJlHqQ6s8kQsi7XfZ5uYYaJz

On 03/01/2016 02:50 AM, Pierre-Marie Pédrot wrote:
> On 01/03/2016 10:25, Enrico Tassi wrote:
>> If a brave one really wants to add to CoqIDE handy utf8 input mode, I'd
>> suggest copying the one we had in Matita:
>
> Notwithstanding this whole discussion, I'm not sure this is the rôle of
> the editor to implement a nice input method. KISS! Plus GTK-sourceview
> 2.x is a really crappy editor, and interfering with what the user types
> is often buggy.

Indeed, I use IBus for east-asian scripts and it works nicely there. I
haven't used it to input symbols, but it's a cool idea!

Quick sampling from Github gives the following tokens as a few examples of
Unicode being used in Proof Scripts:

Γ Π Φ Ψ φ ← → ↦ ↾ ⇓ ∅ ∈ ∉ ∖ ∧ ∨ ∩ ∪ ≅ ≡ ≢ ≤ ≥ ≫ ≼ ⊂ ⊄ ⊆ ⊈ ⊑ ⊗ ⊣ ⊤ ⊥ ⋃ ⋅ ■ □
▷ ● ◯ ★ ✓ ⟨ ⟩ ⟶ ⟾

Is there a way for me (from Emacs) to query IBus, so I can help users input
these characters? Otherwise, does IBus have a good story about
discoverability?

Clément

Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.18.

Top of Page