Changeset a70441f in git for emacs


Ignore:
Timestamp:
Apr 27, 2000, 12:07:30 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e5f8ae07e0b41bb1b0e5aaaac2dad244e619d563
Parents:
eec9b2d2a332c04f20d743bdd4ccc107766fbc61
Message:
Windows and gcc 2.95 porting


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

Legend:

Unmodified
Added
Removed
  • emacs/Makefile.in

    reec9b2 ra70441f  
    1212emacsdir        = ${install_prefix}/emacs
    1313
    14 PERL5           = @PERL5@
     14PERL            = @PERL@
    1515INSTALL         = ../install-sh -c
    1616INSTALL_DATA    = ${INSTALL} -m 644
     
    2222
    2323cmd-cmpl.el: ${SINGULAR} cmpl.pl
    24         ${PERL5} cmpl.pl -Singular ${SINGULAR} -cmpl cmd > cmd-cmpl.el
     24        ${PERL} cmpl.pl -Singular ${SINGULAR} -cmpl cmd > cmd-cmpl.el
    2525
    2626hlp-cmpl.el: ${SINGULAR_HLP} cmpl.pl
    27         ${PERL5} cmpl.pl -hlp ${SINGULAR_HLP} -cmpl hlp > hlp-cmpl.el
     27        ${PERL} cmpl.pl -hlp ${SINGULAR_HLP} -cmpl hlp > hlp-cmpl.el
    2828
    2929ex-cmpl.el: cmpl.pl ${examplesdir}
    30                 ${PERL5} cmpl.pl -cmpl ex -ex_dir ${examplesdir} > ex-cmpl.el
     30                ${PERL} cmpl.pl -cmpl ex -ex_dir ${examplesdir} > ex-cmpl.el
    3131
    3232# this is weird, if I work directly with _one_ pipe,
     
    3434lib-cmpl.el: ${prefix}/Singular/Makefile cmpl.pl
    3535        ${MAKE} --no-print-directory -s -f ${prefix}/Singular/Makefile echoLIBS > lib-temp
    36         cat lib-temp | ${PERL5} cmpl.pl -cmpl lib > lib-cmpl.el
     36        cat lib-temp | ${PERL} cmpl.pl -cmpl lib > lib-cmpl.el
    3737        rm lib-temp
    3838
  • emacs/singular.el

    reec9b2 ra70441f  
    11;;; singular.el --- Emacs support for Computer Algebra System Singular
    22
    3 ;; $Id: singular.el,v 1.54 1999-12-06 19:00:27 wichmann Exp $
     3;; $Id: singular.el,v 1.55 2000-04-27 10:07:27 obachman Exp $
    44
    55;;; Commentary:
     
    38013801  "History list of Singular switches.")
    38023802
    3803 (defvar singular-switches-magic '("-t" "--exec" "if (system(\"version\") > 1304){system(\"--emacs\", 1);};")
     3803; (defvar singular-switches-magic '("-t" "--exec" "if (system(\"version\") > 1304){system(\"--emacs\", 1);};")
     3804(defvar singular-switches-magic '("-t" "--emacs")
    38043805  "Additional magic switches for Singular process.
    38053806List of switch-strings which are automagically added when new Singular
Note: See TracChangeset for help on using the changeset viewer.