Changeset ce3b81a in git


Ignore:
Timestamp:
Nov 3, 2008, 3:16:38 PM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4b5e05524fa375f19963c1da7fef9b52808cf765
Parents:
cad86313d9893a22bc5d937a1044fb0d90be1bbf
Message:
Emacs lisp interface angepasst, auf alten Version ueberpruefen.


git-svn-id: file:///usr/local/Singular/svn/trunk@11175 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
emacs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs-singular

    rcad8631 rce3b81a  
    11;;; Emacs edit mode for this file is  -*- Emacs-Lisp -*-
    2 ;;; $Id: .emacs-singular,v 1.17 2004-12-09 16:27:54 Singular Exp $
     2;;; $Id: .emacs-singular,v 1.18 2008-11-03 14:16:38 wienand Exp $
    33
    44;;;
     
    9797
    9898       ;; 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
    100100       ;; 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)
    103103       
    104104       ;; somewhat nicer scrolling This causes a core dump with 21.1.9
  • emacs/singular.el

    rcad8631 rce3b81a  
    11;;; singular.el --- Emacs support for Computer Algebra System Singular
    22
    3 ;; $Id: singular.el,v 1.61 2000-12-18 15:44:32 wichmann Exp $
     3;; $Id: singular.el,v 1.62 2008-11-03 14:16:38 wienand Exp $
    44
    55;;; Commentary:
     
    868868  ;; some relict from Comint mode
    869869  (setq comint-prompt-regexp singular-comint-prompt-regexp))
     870  ;; required to use prompt-regexp
     871  (setq comint-use-prompt-regexp t)
    870872;;}}}
    871873
Note: See TracChangeset for help on using the changeset viewer.