HP Forums
[BUG] in history -> entry line - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: [BUG] in history -> entry line (/thread-6390.html)



[BUG] in history -> entry line - compsystems - 06-09-2016 11:22 AM

Simplify: none
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok
then up to history and copy the entry into the input line [enter] -> ERROR SINTAX '(x^3/x^2')

the hpprime is moving a quotation mark (right) outside the brackets '(x^3/x^2')

other sample

getOperator:=0; [enter]
part(quote(x^3/x^2),getOperator); returns "/" OK
[^] goto history
[copy] [enter] -> ERROR SINTAX =(

can not edit the input expression previously


RE: possible bug in history -> entry line - DrD - 06-09-2016 01:43 PM

(I'm pretty sure the problem is already on the list).

A simple example is:

QUOTE(a/b);

Then recall the history result to the command line. The close quote is misplaced.

-Dale-


RE: [BUG] in history -> entry line - compsystems - 06-24-2016 01:15 PM

new discovery in Algebraic MODE does not generate errors

TextBook ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

or
'(x^3 / x^2)' [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] error

Algebraic ON
quote (x^3 / x^2) [enter] returns '(x^3/x^2)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)' ok

TextBook Or Algebraic
quote (x^3 / x^2 +1) [enter] returns '(x^3/x^2+1)' ok [^] (up) [^] (up) [COPY] [enter] '(x^3/x^2)+1' ok