• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
      • Theories
      • Rule-classes
      • Proof-builder
      • Hons-and-memoization
      • Events
      • History
      • Parallelism
      • Programming
      • Start-here
      • Real
      • Debugging
      • Miscellaneous
      • Output-controls
        • With-output
        • Summary
        • Set-gag-mode
        • Set-inhibit-output-lst
        • Goal-spec
        • Set-warnings-as-errors
        • Pso
        • Checkpoint-list
        • Finalize-event-user
        • Set-inhibit-er
        • Set-inhibit-warnings
        • Get-event-data
        • Set-inhibited-summary-types
        • Set-print-clause-ids
        • Checkpoint-list-pretty
        • Set-let*-abstractionp
        • Initialize-event-user
        • Gag-mode
        • Psof
          • Set-raw-warning-format
          • Toggle-inhibit-warning
          • Toggle-inhibit-er
          • Set-raw-proof-format
          • Warnings
          • Show-checkpoint-list
          • Wof
          • Psog
          • Checkpoint-info-list
          • Pso!
          • Toggle-inhibit-warning!
          • Set-duplicate-keys-action!
          • Toggle-inhibit-er!
          • Set-inhibit-warnings!
          • Set-inhibit-er!
        • Macros
        • Interfacing-tools
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Testing-utilities
      • Math
    • Output-controls

    Psof

    Show the most recently saved output

    For a similar utility, see pso. But unlike :pso, :psof takes a filename argument and writes output to that file, instead of printing to the terminal. For large proofs, :psof may complete much more quickly than :pso.

    The first line of output from :psof directs the Emacs editor to use auto-revert mode. You can change the frequency of auto-reverting the buffer connected to a file by evaluating a suitable command in Emacs. For example, the command (setq auto-revert-interval .1) arranges for auto-revert mode to update as needed every 1/10 of a second.

    Psof takes the same optional arguments as pso; see pso, and also see pso! and psog.