From maintainers-request at octave dot org Tue Dec 13 23:11:45 2005 Subject: Removal of Documentation FIXMEs From: "John W. Eaton" To: Bill Denney Cc: maintainers at octave dot org Date: Wed, 14 Dec 2005 00:11:38 -0500 On 13-Dec-2005, Bill Denney wrote: | Here is a fix that removes a few documentation FIXMEs. Hopefully, I got | the jist of what was desired. Thanks for looking at these problems. | - at c 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 at code{~/ dot inputrc} file. For documentation on how | +to setup a at code{~/ dot inputrc} file, see the readline documentation at | + at url{http://cnswww dot cns dot cwru dot edu/php/chet/readline/readline dot html#SEC9} dot Please use at file when referring to files. Instead of the last sentence with the at url command, I think we should use at xref{Readline Init File ==================, , Readline initialization, readline, GNU Readline Manual}, for details. | +If you are viewing plots on a remote terminal, you will need to set | +your display variable (generally at code{export DISPLAY=:0.0} works). On OSX with aquaterm, you will need to set two | +variables in your .bash_profile and .bashrc files: at code{export | +DISPLAY=:0.0} and at code{export GNUTERM=aqua}). If you are using ssh in a reasonable environment to connect to a remote system, then DISPLAY should already be set for you. So we should probably not encourage people to hardcode DISPLAY settings in their init files unless there is no other way to make things work. Also, we should probably just say that environment variables need to be defined. Why should we assume bash is the shell? jwe