> help ring;
// ** Could not get IdxFile.
// ** Either set environment variable SINGULAR_IDX_FILE to IdxFile,
// ** or make sure that IdxFile is at /Users/apple/sage/local/doc/singular.idx
? cannot open `help.cnf`
// ** Displaying help in browser 'dummy'.
// ** Use 'system("--browser", <browser>);' to change browser,
// ** where <browser> can be: "dummy", "emacs".
? No functioning help browser available.
? error occurred in or before STDIN line 1: `help ring;`
> system("--browser", "emacs");
> help ring;
// ** Your help command could not be executed. Use
// ** C-h C-s Top
// ** to enter the Singular online help. For general
// ** information on Singular running under Emacs, type C-h m.
Dear Kannappan,I'd like to add that the latest development version of Singular (>= 4.0.0) seriously differs to Singular 3.* in this respect...but you are probably still using the legacy Singular 3.*, right?
--