all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nljlistbox2@gmail.com (N. Jackson)
To: help-gnu-emacs@gnu.org
Subject: Help with make install to a non-default directory - Emacs not finding lisp files maybe?
Date: Wed, 12 Feb 2014 23:11:00 -0400	[thread overview]
Message-ID: <87lhxfu2pn.fsf_-_@moondust.localdomain> (raw)
In-Reply-To: 87bnycqbwq.fsf@moondust.localdomain

nljlistbox2@gmail.com (N. Jackson) writes:

> W. Greenhouse <wgreenhouse@riseup.net> writes:
>
>>> But in 24.3.50 the variable "mm-text-html-renderer" doesn't exist.
>>>
>>> In fact I get no completions for any of the variables beginning with
>>> "mm-" (of which there are dozens in Emacs 24.3.1).
>>>
>>> So, presumably that explains the no html rendering, but what is the
>>> explanation of the missing "mm-" variables?
>
>> What does (locate-library "mm-decode") say?
>
> "/home/nlj/local/share/emacs/24.3.50/lisp/gnus/mm-decode.elc"
>
> I think that's what I would expect, given that I configured with
> "--prefix=/home/nlj/local/".

I'm wondering if I need to do anything in particular to tell Emacs where
its files are after an install to a non-default location.

I feel that I followed the instructions in the INSTALL file carefully,
but I'm seeing signs that Emacs is maybe running with (some) old lisp
files.

I did the following:

$ export DEVHOME=/data/projects/vc/
$ cd $DEVHOME
$ bzr init-repo emacs/
$ cd emacs
$ bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk trunk
$ cd trunk
$ echo "public_branch = bzr://bzr.savannah.gnu.org/emacs/trunk" >> .bzr/branch/branch.conf
$ bzr bind bzr://bzr.savannah.gnu.org/emacs/trunk
$ ./autogen.sh
$ ./configure --prefix=/home/nlj/local/
$ make bootstrap
$ make 
$ sudo make install

In addition to Emacs not knowing about all the variables beginning in
"mm-", "M-x gnus-version" reports "v5.13", which is same version number 
that I get with my old version of Emacs which hasn't been updated for
months. So I think I'm possibly seeing the old files for gnus, rather
than the new ones in /home/nlj/local/share/emacs/24.3.50/lisp/gnus/.

Actually. No. That is not exactly the case. I temporarily renamed that
directory to /home/nlj/local/share/emacs/24.3.50/lisp/xx-gnus/ and
restarted Emacs and tried to start Gnus again, and got the error
"command-execute: Cannot open load file: no such file or directory,
gnus", so Emacs _is_ looking in the right place, at least for Gnus, if
not for the mime stuff.

Note that running Emacs directly from the build directory, I see the
same problems (no rendering of html mail, no "mm-" variables), as I do
running it from the installed location.

What else should I look at?



  reply	other threads:[~2014-02-13  3:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-12 18:55 Lost HTML rendering in Gnus after update from Emacs 24.3.1 to 24.3.50 N. Jackson
2014-02-12 19:53 ` W. Greenhouse
     [not found] ` <mailman.14887.1392234872.10748.help-gnu-emacs@gnu.org>
2014-02-12 20:43   ` N. Jackson
2014-02-12 20:48     ` W. Greenhouse
     [not found]     ` <mailman.14891.1392238170.10748.help-gnu-emacs@gnu.org>
2014-02-12 21:05       ` N. Jackson
2014-02-13  3:11         ` N. Jackson [this message]
2014-02-13 10:47           ` Help with make install to a non-default directory - Emacs not finding lisp files maybe? N. Jackson
2014-02-13 14:03             ` Stefan Monnier
2014-02-13 14:24             ` Ted Zlatanov
2014-02-13 17:09               ` N. Jackson
2014-02-13 17:25                 ` Stefan Monnier
2014-02-13 17:38                 ` Ted Zlatanov
2014-02-12 21:32     ` Lost HTML rendering in Gnus after update from Emacs 24.3.1 to 24.3.50 N. Jackson
2014-02-12 21:53       ` N. Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lhxfu2pn.fsf_-_@moondust.localdomain \
    --to=nljlistbox2@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.