Index: interpreter/basics.txi =================================================================== RCS file: /cvs/octave/doc/interpreter/basics.txi,v retrieving revision 1.21 diff -u -r1.21 basics.txi --- interpreter/basics.txi 19 Apr 2005 15:15:21 -0000 1.21 +++ interpreter/basics.txi 14 Dec 2005 04:14:19 -0000 @@ -579,7 +579,11 @@ @node Customizing readline @subsection Customizing @code{readline} address@hidden XXX FIXME XXX -- need a brief description of the ~/.inputrc file here. +The octave prompt uses the GNU readline library. To customize the way +that the prompt works, i.e. how it searches through the command +history, edit your @code{~/.inputrc} file. For documentation on how +to setup a @code{~/.inputrc} file, see the readline documentation at address@hidden://cnswww.cns.cwru.edu/php/chet/readline/readline.html#SEC9}. @DOCSTRING(read_readline_init_file) Index: interpreter/func.txi =================================================================== RCS file: /cvs/octave/doc/interpreter/func.txi,v retrieving revision 1.13 diff -u -r1.13 func.txi --- interpreter/func.txi 22 Sep 2004 02:50:35 -0000 1.13 +++ interpreter/func.txi 14 Dec 2005 04:14:20 -0000 @@ -435,7 +435,10 @@ @code{"system"} gives the default behavior. If you set it to anything else, Octave will check the time stamps on all function files. address@hidden XXX FIXME XXX -- note about time stamps on files in NFS environments? +You should note that timestamps on remote machines (i.e. NFS or samba +shares) may not be the same as timestamps on your own machine, and +samba shares do not have timestamp guarantees and may cause the +function to be reloaded every time it is used. @DOCSTRING(DEFAULT_LOADPATH) Index: interpreter/plot.txi =================================================================== RCS file: /cvs/octave/doc/interpreter/plot.txi,v retrieving revision 1.11 diff -u -r1.11 plot.txi --- interpreter/plot.txi 16 Mar 2005 18:54:52 -0000 1.11 +++ interpreter/plot.txi 14 Dec 2005 04:14:20 -0000 @@ -126,8 +126,10 @@ @DOCSTRING(figure) address@hidden @node Exporting Plots address@hidden XXX FIXME XXX -- add info about getting paper copies of plots. address@hidden Exporting Plots address@hidden Plotting to files + address@hidden(print) @node Low-Level plotting commands @section Low-Level plotting commands @@ -322,10 +324,11 @@ Note that NaN values in the plot data are automatically omitted, and Inf values are converted to a very large value before calling gnuplot. address@hidden XXX FIXME XXX -- add info about what to do to get plots on remote X address@hidden terminals. People often forget how to properly set DISPLAY and run address@hidden xhost. - +If you are viewing plots on a remote terminal, you will need to set +your display variable (generally @code{export DISPLAY=:0.0} works). On OSX with aquaterm, you will need to set two +variables in your .bash_profile and .bashrc files: @code{export +DISPLAY=:0.0} and @code{export GNUTERM=aqua}). @node Interaction with gnuplot @section Interaction with @code{gnuplot}