Emacs cursor jumps before period on Proof General -
i encounter problem when running proof general. i'm assuming random minor mode started proof general, can't figure out one! include list of minor modes bellow, in case can recognise name.
if place period in emacs, cursor jump before it, so:
writing something|
writing something.|
writing something|.
where | represents cursor , last 2 lined happen 1 after other.
the same happens if click @ end of line period. cursor appear after period , jump before period.
some sentence. (click here)
some sentence. |
some sentence|.
where last 2 lined happen 1 after other.
here list of minor modes, in case can spot name:
aquamacs-autoface auto-composition auto-compression auto-encryption blink-cursor column-number cua delete-selection electric-indent file-name-shadow font-lock global-font-lock holes line-number menu-bar mouse-wheel osx-key recentf savehist show-paren smart-frame-positioning tabbar tabbar-mwheel tool-bar tooltip transient-mark key binding --- ------- ^c prefix command esc prefix command . proof-electric-terminator <c-m-down> pg-move-region-down <c-m-mouse-3> proof-mouse-goto-point <c-m-up> pg-move-region-up <c-s-mouse-1> pg-identifier-under-mouse-query <c-return> proof-script-complete (that binding shadowed mode) <m-down> proof-forward-command <m-up> proof-backward-command <remap> prefix command ... bunch of proof specific minor modes...
proof general incompatible show-paren-mode. can turn off m-x show-paren-mode or putting (add-hook 'proof-ready-for-assistant-hook (lambda () (show-paren-mode 0))) in appropriate place in .emacs.
Comments
Post a Comment