>>>> "Raman" == T V Raman
<ramantv(a)earthlink.net> writes:
Raman> 1) I built xemacs in /disk/local3/... on my machine and then
Raman> did a make install to put the thing in /usr/local/lib/...
Raman> However, the thing still "remembers" where it was built
Raman> --for instance
Raman> describe-variable emacs
Raman> shows that the variable is defined in /disk/local3/...
There is no variable `emacs'.
You are right that describe-variable refers to the installation tree,
but that is probably because it was loaded from there during
dump-time, so the answer is correct in some sense.
Raman> 2) functions find-function and find-function-on-key both
Raman> fail --this is probably related to (1)
Probably the packages were not installed properly. XEmacs packages
are now unbundled. You probably want to install the `sumo' packages
at
ftp://ftp.xemacs.org/pub/xemacs/packages. After installing them,
you can either make symlinks to xemacs-packages from inside the
installed tree, or, as I do,
configure --package-path=/path/xemacs-packages
Raman> 3) when running on a tty (dont know if it is true under X)
Raman> Go to the scratch buffer, type some text, hit C-x h
Raman> (mark-whole-buffer) and hit C-w --xemacs says "region is not
Raman> active now" or some such.
This does _not_ happen to me. You did try with `-q', right?
First, get your xemacs packages properly installed. Then this problem
may simply go away. If it does not, I will help to fix it.
Martin