Opened 14 years ago

Last modified 14 years ago

#307 closed defect

synchronization loss with interrupts — at Initial Version

Reported by: Alexander Krauss Owned by: David Aspinall
Priority: major Milestone: PG-Emacs-4.0
Component: 2:pg-emacs Keywords:
Cc: krauss@…, makarius@…

Description

Steps to reproduce:

  1. load the following script, which contains a nonterminating command:

theory Scratch imports Main begin

lemma foo: "Suc x = Suc x" ..

lemma "P (Suc x)" apply (simp add: foo)

  1. Go to the simp-command that does not terminate
  1. Perform the following actions: Undo, Interrupt, Undo, Next

Of course there is the usual warning message telling me about possible sync losses, but I somehow got used to things being "probably ok" :-)

using cvs version as of 2009-11-24 18:12 and GNU Emacs 23.1.1

Change History (0)

Note: See TracTickets for help on using tickets.