login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #268 )abbrev? with too little detail revision 2 of 3

1 2 3
Editor: kratt6
Time: 2008/01/19 01:16:43 GMT-8
Note: fixed in Axiom and partially in FriCAS

added:

From kratt6 Sat Jan 19 01:16:43 -0800 2008
From: kratt6
Date: Sat, 19 Jan 2008 01:16:43 -0800
Subject: fixed in Axiom and partially in FriCAS
Message-ID: <20080119011643-0800@axiom-wiki.newsynthesis.org>

Status: open => fix proposed 

this is due to missing help files.  In Axiom, help files are installed now, in FriCAS they are used when installed, but must be installed manually.

Submitted by : (unknown) at: 2007-11-17T22:18:29-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

(2) -> )abbr domain XYZ domain must be followed by an alternating list of abbreviation(s) and name(s). Issue )abbrev? for more information. (2) -> )abbrev? Your argument list is not valid.

)help ? does not work, but )abbreviations ? does! --wyscc, Tue, 21 Feb 2006 10:16:21 -0600 reply
axiom
)abbr domain XYZ
axiom
Compiling FriCAS source code from file 
      /var/zope2/var/LatexWiki/1207635563524016205-25px.001.spad using 
      old system compiler.
   domain must be followed by an alternating list of abbreviation(s) 
      and name(s). Issue )abbrev? for more information.

axiom
)abbrev?
axiom
Compiling FriCAS source code from file 
      /var/zope2/var/LatexWiki/3012310849326617788-25px.002.spad using 
      old system compiler.
   Your argument list is not valid.

The error on the above is the missing space. However, as shown below, )abbrev ? seems really not to have documentation, but )help ? had, and is not working in this version of Axiom.

axiom
)what commands --------------- System Commands for User Level: development --------------- abbreviations boot cd clear close compiler copyright credits display edit fin frame help history lisp library load ltrace pquit quit read savesystem set show spool summary synonym system trace undo what with workfiles zsystemdevelopment For more information about individual commands, use the )help system command followed by the command name or the command name followed by a question mark. Some commands (such as )lisp ) may require the )help lisp format. For example, issue )help help or )help ? to find out more about the help command itself. )help abbreviations If the system command or synonym abbreviations exists, help information is not available for it. Issue )what commands or )what synonyms to determine is abbreviations is a valid name. )abbreviations ? If the system command or synonym abbreviations exists, help information is not available for it. Issue )what commands or )what synonyms to determine is abbreviations is a valid name. )help help If the system command or synonym help exists, help information is not available for it. Issue )what commands or )what synonyms to determine is help is a valid name. )help ? If the system command or synonym help exists, help information is not available for it. Issue )what commands or )what synonyms to determine is help is a valid name.

Comparing this with the NAG version, )what commands, )help abbreviations, and )abbreviations ? behave the same, but )help help and )help ? both print out about three pages of information, including two Sections A.12. )help, and A.1. Introduction from the "on-line version of the book". So there probably wasn't any documentation on )abbreviations to begin with. But )help ? should have worked.

fixed in Axiom and partially in FriCAS? --kratt6, Sat, 19 Jan 2008 01:16:43 -0800 reply
Status: open => fix proposed

this is due to missing help files. In Axiom, help files are installed now, in FriCAS? they are used when installed, but must be installed manually.