all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: Load path and custom compiling cvs on Debian
Date: Mon, 17 Dec 2007 20:05:52 +1100	[thread overview]
Message-ID: <8763yx668f.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: mailman.5036.1197654377.18990.help-gnu-emacs@gnu.org

"John Wells" <lists@sourceillustrated.com> writes:

> Guys,
>
> I've learned that anti-aliased fonts don't appear to be supported yet
> on 22, and I've also found that compiling the unicode branch out of
> CVS enables this support.
>
> I've done the compile and it works great...fonts look wonderful.
> However, the problem is the custom compiled emacs doesn't find all my
> pre-installed Debian packaged modes and utilities, like ecb,
> ruby-mode, etc.
>
> It appears that the dpkg's put the various installed files in:
>
> /usr/share/emacs/site-lisp
> /usr/share/emacs22/site-lisp
>
> Then, when I start emacs, these are already there, loaded.
>
> Can someone tell me what configurations settings I need to do to make
> these work with my custom compile? Is it a ./configure option? Is it
> some central emacs config file? Can I inspect where my custom compile
> is looking for modes easily through emacs itself?
>

There are a number of things you need to do to get a CVS build of emacs
work with debian managed elisp packages. The debian version of emacs 22 is
modified to handle this and you will need to do the same sort of
modifications to make this work with your CVS version. 

The best way to do this is grep the files in the lisp directory of the
debian version of emacs 22 for the string 'debian' (make it case
insensitive). 

I can't remember all the files that are modified, but it does include
startup.el and I think paths.el and possibly some others. 

You will also need to make the site-lisp of the installed CVS version
(i.e. probably /usr/local/share/emacs/23.x/site-lisp a symbolic link to
/usr/share/emacs22/site-lisp.

Note also that when emacs is built, aI think it dumps an image of itself to
speedup startup. This means you cannot just modify startup.el and have it
work. You need to modify it and then build emacs. 

At one stage there were some emacs22 snapshot packages being done - maybe
google to see if you can find someone else who has done all the hard work

Tim


-- 
tcross (at) rapttech dot com dot au

  parent reply	other threads:[~2007-12-17  9:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5036.1197654377.18990.help-gnu-emacs@gnu.org>
2007-12-15  2:43 ` Load path and custom compiling cvs on Debian 方旭亮
2007-12-17  9:05 ` Tim X [this message]
2007-12-17 10:04   ` Thierry Volpiatto
2007-12-17 14:47   ` Sven Joachim
2007-12-19  7:26     ` Tim X
2007-12-14 17:46 John Wells
2007-12-14 18:23 ` Peter Dyballa
2007-12-14 19:44   ` John Wells
2007-12-14 22:47     ` Peter Dyballa
2007-12-15  4:28 ` Kevin Rodgers
     [not found] ` <mailman.5054.1197784667.18990.help-gnu-emacs@gnu.org>
2007-12-18  7:09   ` Tim X
2007-12-18 11:46     ` Richard G Riley
2007-12-19  7:31       ` Tim X

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=8763yx668f.fsf@lion.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --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.