reopen 1851
quit

On Thu, Sep 15, 2016 at 12:02 PM, Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> wrote:
* Igor Schein [2016-09-15 00:18]:
> ? ?nfkermodpr
> nfkermodpr(nf,x,pr): this function is obsolete, use nfmodpr
>
> ? ?bnrconductorofchar
> bnrconductorofchar(bnr,chi): THIS FUNCTION IS OBSOLETE: use bnrconductor
>
> all lower case for the first command, all upper case for the second
> command..

Uncapitalized now. Thanks !


Hi Karim, 

thank you for that, but there're still inconsistencies, including the given example.  Here's a more detailed list:

\\ () at the end - other's don't have it
listcreate(): this function is obsolete, use List() 

\\ colon after word "obsolete" - everywhere else it's comma
bnrconductorofchar(bnr,chi): This function is obsolete: use bnrconductor
trap({e}, {rec}, seq): try to execute seq, trapping runtime error e (all of them if e omitted); sequence rec is executed if the error occurs and is the result of the command. This function is obsolete: use "iferr"

\\ period at the end - others don't have it
nfeltmulmodpr(nf,x,y,pr): this function is obsolete, use nfmodpr. 

\\ extra text at the end inconsistent with a twin function nfeltmulmodpr
nfeltdivmodpr(nf,x,y,pr): this function is obsolete, use nfmodpr modpr format

\\ doesn't say what to use instead
bernvec(x): this routine is obsolete 
plotlinetype(w,type): this function is obsolete
plotpointtype(w,type): this function is obsolete

\\ incorrect period after the word "qfeval"
qfnorm(x,{q}): this function is obsolete, use qfeval. at x; if q omitted, use the standard Euclidean form.

Thanks,

Igor