Changeset ce3b81 in git
- Timestamp:
- Nov 3, 2008, 3:16:38 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 4b5e05524fa375f19963c1da7fef9b52808cf765
- Parents:
- cad86313d9893a22bc5d937a1044fb0d90be1bbf
- Location:
- emacs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs-singular
rcad8631 rce3b81 1 1 ;;; Emacs edit mode for this file is -*- Emacs-Lisp -*- 2 ;;; $Id: .emacs-singular,v 1.1 7 2004-12-09 16:27:54 SingularExp $2 ;;; $Id: .emacs-singular,v 1.18 2008-11-03 14:16:38 wienand Exp $ 3 3 4 4 ;;; … … 97 97 98 98 ;; lazy-lock seems to be broken under mswindows: 99 ;; causes delay of input (only reacts after mouse click), or even total 99 ;; causes delay of input (only reacts after mouse click), or even total 100 100 ;; hang 101 (add-hook 'font-lock-mode-hook 'lazy-lock-mode)102 (setq font-lock-support-mode 'lazy-lock-mode)101 ;(add-hook 'font-lock-mode-hook 'lazy-lock-mode) 102 ;(setq font-lock-support-mode 'lazy-lock-mode) 103 103 104 104 ;; somewhat nicer scrolling This causes a core dump with 21.1.9 -
emacs/singular.el
rcad8631 rce3b81 1 1 ;;; singular.el --- Emacs support for Computer Algebra System Singular 2 2 3 ;; $Id: singular.el,v 1.6 1 2000-12-18 15:44:32 wichmannExp $3 ;; $Id: singular.el,v 1.62 2008-11-03 14:16:38 wienand Exp $ 4 4 5 5 ;;; Commentary: … … 868 868 ;; some relict from Comint mode 869 869 (setq comint-prompt-regexp singular-comint-prompt-regexp)) 870 ;; required to use prompt-regexp 871 (setq comint-use-prompt-regexp t) 870 872 ;;}}} 871 873
Note: See TracChangeset
for help on using the changeset viewer.