axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] axiom.input


From: David MENTRE
Subject: Re: [Axiom-developer] axiom.input
Date: Sat, 02 Aug 2003 15:19:52 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Hello,

"Weiss, Juergen" <address@hidden> writes:

> my suggestion would be to rename the file to .axiom.input
> (or to additionally search to a file of that name) according
> to unix practices.

This is fixed with the following patch:

--- src/interp/i-toplev.boot.pamphlet.orig      Thu Jul 31 23:27:32 2003
+++ src/interp/i-toplev.boot.pamphlet   Sat Aug  2 15:15:48 2003
@@ -79,12 +79,12 @@
   SETQ($CURRENT_-DIRECTORY,_*DEFAULT_-PATHNAME_-DEFAULTS_*)
   if null(l) then
     if $displayStartMsgs then
-      sayKeyedMsg("S2IZ0053",[namestring ['axiom,'input]])
+      sayKeyedMsg("S2IZ0053",[namestring ['_.axiom,'input]])
     readSpadProfileIfThere()
   if $displayStartMsgs then spadStartUpMsgs()
   if $OLDLINE then
     SAY fillerSpaces($LINELENGTH,'"=")
-    sayKeyedMsg("S2IZ0050",[namestring ['axiom,'input]])
+    sayKeyedMsg("S2IZ0050",[namestring ['_.axiom,'input]])
     if $OLDLINE ^= 'END__UNIT
       then
         centerAndHighlight($OLDLINE,$LINELENGTH,'" ")
@@ -99,7 +99,7 @@
 
 readSpadProfileIfThere() ==
   -- reads SPADPROF INPUT if it exists
-  file := ['axiom,'input]
+  file := ['_.axiom,'input]
   MAKE_-INPUT_-FILENAME file =>
     SETQ(_/EDITFILE,file)
     _/RQ ()


Yours,
d.
-- 
 address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]