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 1 of 3

1 2 3
Editor:
Time: 2007/11/17 22:18:29 GMT-8
Note: )help ? does not work, but )abbreviations ? does!

changed:
-
(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.


From wyscc Tue Feb 21 10:16:21 -0600 2006
From: wyscc
Date: Tue, 21 Feb 2006 10:16:21 -0600
Subject: )help ? does not work, but )abbreviations ? does!
Message-ID: <20060221101621-0600@wiki.axiom-developer.org>

\begin{axiom}
)abbr domain XYZ
\end{axiom}

\begin{axiom}
)abbrev?
\end{axiom}

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.

\begin{axiom}
)what commands
)help abbreviations
)abbreviations ?
)help help
)help ?
\end{axiom}

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.

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.