Mercurial > hg > octave-nkf
view examples/info-emacs-octave-help @ 2621:337a09dd1c06
[project @ 1997-01-24 21:49:41 by jwe]
author | jwe |
---|---|
date | Fri, 24 Jan 1997 21:55:06 +0000 |
parents | 2aa0453bfea3 |
children | 49d6c6ee7b03 |
line wrap: on
line source
#!/bin/sh # info-emacs-octave-help # Written by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> on 1996/07/01 # Make Octave's `help -i' use Emacs octave-help. # Requires a running Emacs and gnuserv, and installed `octave.el'. cmd="(require 'octave)" if [ $3 = "--directory" ]; then cmd="$cmd (add-to-list 'Info-directory-list \"$4\")" shift 2 fi cmd="$cmd (octave-help \"$4\")" gnudoit -q $cmd