diff options
| author | David Aspinall | 1999-09-29 14:43:21 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-09-29 14:43:21 +0000 |
| commit | 60356be91e5543b9ed7c226b293cb85a9a3553de (patch) | |
| tree | e34376949a2601aa9d20eb8eb645ba9dfd627c68 /generic/proof-script.el | |
| parent | 43f13e644f90831938549ac703ee3f33d1ad1f65 (diff) | |
Re-enabled and renamed proof-send-span: becomes proof-copy-span bound to C-button1
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 3b2125da..7b78b855 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1773,12 +1773,11 @@ Otherwise just do proof-restart-buffers to delete some spans from memory." (define-key map [(control c) ?u] 'proof-retract-until-point-interactive) ;;;; (define-key map [(control c) (control u)] 'proof-undo-last-successful-command-interactive) (define-key map [(control c) ?\'] 'proof-goto-end-of-locked-interactive) -;; FIXME da: I don't understand what this function is supposed to do. -;; It will copy a proof command from within the locked region -;; to the end of it at the moment (contrary to the name "send", nothing to +;; FIXME da: this command copies a proof command from within the locked region +;; to the end of it at the moment (contrary to the old name "send", nothing to ;; do with shell). Perhaps we could define a ;; collection of useful copying functions which do this kind of thing. -;; (define-key map [(control button1)] 'proof-send-span) +(define-key map [(control button1)] 'proof-copy-span) ;;; (define-key map [(control c) (control b)] 'proof-process-buffer) (define-key map [(control c) (control z)] 'proof-frob-locked-end) |
