Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 361)

Ticket Resolution Summary Owner Reporter
#173 fixed coq indenting mode gets confused by *) in proofs David Aspinall Jacob Matthews
Description

Using the latest CVS version of pg-emacs (as of Thu Jan 24 16:48:42 PST 2008), enter the following Coq script:

Theorem p : forall (P : Prop), P -> P.
Proof.
  try (simpl in *). intros P H. apply H.
Qed.

This is legal Coq code, but the occurrence of the sequence *) seems to confuse the indenter --- hitting tab with the point on the beginning of the second or third lines gives the Emacs error message "Invalid search bound (wrong side of point)" and hitting tab with the point on a fifth (blank) line gives the Emacs error message "Wrong type argument: integer-or-marker-p, nil". Removing the try (simpl in *) or changing it to something that doesn't have a *) in it --- e.g., try (simpl in *; idtac) --- makes the problem go away.

#449 fixed coq electric terminator conflict David Aspinall coquser
Description

The new addition

(define-key coq-mode-map (kbd ".") 'coq-colon-self-insert)

hides the generic default (proof-electric-terminator) and there is no configure option.

Hendrik

#437 fixed compilation error with LANG=C David Aspinall coquser
Description

Hi,

with setting

LC_ALL=C LANG=C LANGUAGE=en_US:en

compilation of phox/phox-pbrpm.el fails with

In toplevel form: phox/phox-pbrpm.el:316:1:Error: Args out of range: "C", 0, 2 make[1]: * [phox/phox-pbrpm.elc] Error 1 make[1]: Leaving directory `/home/tews/src/pg' make: * [compile] Error 2

Note: See TracQuery for help on using queries.