Computational Number Theory

Emacs

The file gp.el below is an emacs lisp mode to run GP within emacs. It is an alternative to pari.el which comes with GP. It implements GP as an inferior process using comint and hence inherits all the usual commands and key bindings of say shell.el, in addition to its own features: trapping of errors and help queries in a separate buffer, completion of GP commands, etc. (you will find some details in the the file gp.el itself). It is the way I run GP normally and is therefore taylored to my own tastes; as yet it is not easily customizable but if there is sufficient interest I could modify it accordingly.

Fernando Rodriguez Villegas

To use download gp.el AND gp-symbols.el (pressing shift and the right mouse button) and follow the instructions within.

Send questions, bugs or comments to villegas@math.utexas.edu or apacetti@math.utexas.edu .