Changeset fc40aa in git for Singular/emacs.cc


Ignore:
Timestamp:
Mar 1, 2016, 2:13:14 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
1de3c68b5d6a1cf0c5372c4a014421ac0114fedd
Parents:
a8da6b75aa49a54b70e8d3a75a27d866d58cb61f
Message:
ESingular fixes for cygwin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    ra8da6b rfc40aa  
    202202  if (emacs == NULL)
    203203  {
    204     error( "Error: Can't find emacs xterm program. \n Expected it at %s or %s\n Specify alternative with --xterm=PROGRAM option,\n or set ESINGULAR_EMACS environment variable to the name of the program to use as xterm.\n",
     204  #ifdef __CYGWIN__
     205    error( "Error: Can't find rxvt program. \n Expected it at %s or %s\n Specify alternative with --rxvt=PROGRAM option,\n or set RXVT environment variable to the name of the program to use as xterm.\n",
     206  #else
     207    error( "Error: Can't find xterm program. \n Expected it at %s or %s\n Specify alternative with --xterm=PROGRAM option,\n or set XTERM environment variable to the name of the program to use as xterm.\n",
     208  #endif
    205209           feResourceDefault('X'));
    206210    mainUsage();
Note: See TracChangeset for help on using the changeset viewer.