Changeset ab733d in git for emacs


Ignore:
Timestamp:
Sep 20, 1999, 9:37:11 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
ba464394215b415392ca93de948ac4c9cbb6d220
Parents:
70883173be34d0af981d9af508ccbb1e77912676
Message:
singular-switches-magic: used --exec to make it compatible with older
versions of singular


git-svn-id: file:///usr/local/Singular/svn/trunk@3625 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/singular.el

    r7088317 rab733d  
    11;;; singular.el --- Emacs support for Computer Algebra System Singular
    22
    3 ;; $Id: singular.el,v 1.45 1999-09-17 11:14:13 wichmann Exp $
     3;; $Id: singular.el,v 1.46 1999-09-20 19:37:11 obachman Exp $
    44
    55;;; Commentary:
     
    37653765  "History list of Singular switches.")
    37663766
    3767 (defvar singular-switches-magic '("-t" "--emacs")
     3767(defvar singular-switches-magic '("-t" "--exec" "if (system(\"version\") > 1304){system(\"--emacs\", 1);};")
    37683768  "Additional magic switches for Singular process.
    37693769List of switch-strings which are automagically added when new Singular
    37703770processes are started, one string for each command line argument.
    37713771This list should at least contain the options \"--emacs\" and \"-t\". If
    3772 you are running an older version of Singular, remove option \"--emacs\"
     3772you are running a Singular with version < 1.2 , remove option \"--exec\"
    37733773from the list.")
    37743774
Note: See TracChangeset for help on using the changeset viewer.