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: Gabriel Scherer <gabriel.scherer AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Tricks to make Unicode input easier and proof scripts more readable (was Re: Lean Theorem Prover)
  • Date: Fri, 11 Mar 2016 10:27:00 -0500
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=gabriel.scherer AT gmail.com; spf=Pass smtp.mailfrom=gabriel.scherer AT gmail.com; spf=None smtp.helo=postmaster AT mail-ig0-f177.google.com
  • Ironport-phdr: 9a23:B6BsTBYGxxHsjq5d5CX1Awr/LSx+4OfEezUN459isYplN5qZpcu9bnLW6fgltlLVR4KTs6sC0LqJ9fCxEjNdqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh7/0q8yYPFgArQH+SI0xBS3+lR/WuMgSjNkqAYcK4TyNnEF1ff9Lz3hjP1OZkkW0zM6x+Jl+73YY4Kp5pIZoGJ/3dKUgTLFeEC9ucyVsvJWq5lH/Sl6k4WJUeWELmFIcCA/cqRr+Q53Zsy3gt+M71jPMbuPsSrVhdj2o9aZmTFfTgycKLTMjuDXYg8Zqja9f5gmqpxFlzpT8b4ScNf44daTYK4BJDVFdV9pcAnQSSri3aJECWq9YZb5V

Since this thread in in the outside-the-box-thinking category, people
may be interested by Elastic Tabstops that solve this indentation
problem:
http://nickgravgaard.com/elastic-tabstops/

On Fri, Mar 11, 2016 at 10:22 AM, Pierre Courtieu
<pierre.courtieu AT gmail.com>
wrote:
> Hi,
>
> Concerning prettification there is one problem that is difficult to solve:
> indentation. Look for example at the following code that is indented for
> non-prettified display:
>
> forall x y, x +
> y.
>
> This will not look good if prettified:
>
> ∀ x y, x +
> y.
>
> And conversely a good indentation in prettified mode would not look good in
> non prettified.
>
> In pg+company-coq indentation is done according to the current mode
> (prettified or not), but user opening the file with the other mode will have
> ugly indentation.
>
> P.



Archive powered by MHonArc 2.6.18.

Top of Page