From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Compiling emacs 24 under Debian Date: Tue, 04 Jan 2011 03:56:29 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294112445 18597 80.91.229.12 (4 Jan 2011 03:40:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2011 03:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 04 04:40:39 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZxlH-0003yS-0p for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Jan 2011 04:40:39 +0100 Original-Received: from localhost ([127.0.0.1]:37400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZxlG-0005gQ-7E for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Jan 2011 22:40:38 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 85.183.18.158 Original-X-Trace: quimby.gnus.org 1294109789 16888 85.183.18.158 (4 Jan 2011 02:56:29 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 4 Jan 2011 02:56:29 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:183939 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78144 Archived-At: Could someone please share the secret for making emacs 24 under Debian (testing) so that it can still see the system installed libraries that are not part of emacs proper? I have this but I'm not altogether sure its good enough:- (setq load-path (append load-path '("/usr/local/emacs/site-lisp" "/usr/share/emacs/site-lisp"))) (load-library "debian-startup") (debian-startup 'emacs23) (load-library "/etc/emacs/site-start")