Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#426 fixed proof-user-options custom group partly broken David Aspinall coquser
Description

displaying this customization group gives an error and a lot of options are invisible

#407 fixed proof-undo-and-delete-last-successful-command does not meet spec David Aspinall Erik Martin-Dorel
Description

Hello,

I have just noticed the ProofGeneral function proof-undo-and-delete-last-successful-command does not really meet the specification that is described in its documentation, namely:

... the deleted command is put into the Emacs kill ring, so
you can use the usual `yank' and similar commands to retrieve the
deleted text.

I have performed a few tests and it seems sufficient to replace

(proof-undo-last-successful-command-1 'delete-region)

with

(proof-undo-last-successful-command-1 'kill-region)

in generic/pg-user.el to provide the missing feature.

Kind regards,

Erik Martin-Dorel

#263 fixed proof-shell-trace-output-regexp in trace output David Aspinall Makarius
Description

proof-shell-trace-output-regexp appears visually in the *trace* buffer.

For example (in Isabelle):

ML_command {* tracing "foo" *}

Results in

\^AVfoo

Another example with extra term markup, which is displayed properly after the initial garbage:

ML_command {* tracing (Syntax.string_of_term_global @{theory} @{term "x == y"}) *}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.