Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 361)

Ticket Resolution Summary Owner Reporter
#442 duplicate Emacs 24 and long inputs David Aspinall David Aspinall
Description

Hello, I tried proofgeneral on the newly released emacs and it works at first sight but seems to have some problems with long input, like the one produced by this bash script:

function mk { echo "Check fun n, match n with "; s=O; for ((i=0;i<$1;i++)); do 
echo "  | $s => n"; s="(S $s)"; done; echo "  | _ => n end."; } > x.v

Processing x.v for small arguments like $ mk 10 works but for bigger ones like $ mk 100 it blocks without consuming cpu. Weirdly for me the threshold seems to be 42...

#235 fixed Emacs forgets unicode tokens option David Aspinall Clemens Ballarin
Description

ProofGeneral > Save Options doesn't make PG remember that "Unicode tokens" was set in a previous session. (This used to work previously.)

#416 fixed Emacs indentation can go into an infinite loop David Aspinall coquser
Description

Paste the following code in. After the final period, press either Ctrl+J or enter followed by tab. Emacs (Aquamacs or GNU Emacs 23) will spin up one processor to 100% and run forever.

Theorem binaryUnaryCommute' : forall b : bin,
  convert (succ (b)) = convert b + 1.
Proof.
  intros b.
  induction b as [| b' | b'].
  Case "b = BO".
Note: See TracQuery for help on using queries.