From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.emacs.devel Subject: Re: Building emacs with and without X -- packaging question. Date: Fri, 02 Aug 2002 10:46:23 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <877kj96z74.fsf@raven.i.defaultvalue.org> References: <87adppy67u.fsf@raven.i.defaultvalue.org> <3405-Fri21Jun2002183331+0300-eliz@is.elta.co.il> <871yaz2tf8.fsf@raven.i.defaultvalue.org> <87k7nbacm7.fsf@raven.i.defaultvalue.org> <200208020611.g726BkU01069@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028303211 11715 127.0.0.1 (2 Aug 2002 15:46:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2002 15:46:51 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17aede-00032q-00 for ; Fri, 02 Aug 2002 17:46:50 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17aews-0002O1-00 for ; Fri, 02 Aug 2002 18:06:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aeds-0006c8-00; Fri, 02 Aug 2002 11:47:04 -0400 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aedF-0006at-00; Fri, 02 Aug 2002 11:46:26 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 2578D3CE0; Fri, 2 Aug 2002 10:46:23 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 13DD29D9; Fri, 2 Aug 2002 10:46:23 -0500 (CDT) Original-To: rms@gnu.org In-Reply-To: <200208020611.g726BkU01069@aztec.santafe.edu> (Richard Stallman's message of "Fri, 2 Aug 2002 00:11:46 -0600 (MDT)") Original-Lines: 38 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6251 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6251 Richard Stallman writes: > The difference in etc/fns-* is easy to explain. That file is made > based on load-history, from whichever files were actually loaded. > > It would take some work to be able to make the fns file invariant. > How important is it for us to do that? Not sure. The original motivation was a desire to be able to distribute emacs21 and emacs21-nox packages, and so I was trying to figure out if I could make these packages coexist peacefully, or if I'd need them to conflict/replace each other. If all the files are the same except for the executables, then there's no problem, or if there are a few files with different names or different fs locations that each binary knows how to find (say fns-21.2.1.el and fns-21.2.1-nox.el), then there's no problem. Otherwise I'll need to make the packages conflict/replace each other, or something similar. > I can't see an explanation for the variance in cus-load.el. > There is nothing in cus-dep.el or lisp/Makefile.in that ought > to be affected by whether Emacs is built for X. > Can you debug why it doesn't see scroll-bar.el in one case? Sure I can try. I presume you're talking about this diff: -(put 'frames 'custom-loads '( "desktop" "ediff-wind" "faces" "frame" "imenu" "menu-bar" "rsz-mini" "scroll-bar" "two-column")) +(put 'frames 'custom-loads '( "desktop" "ediff-wind" "faces" "frame" "imenu" "menu-bar" "rsz-mini" "two-column")) Is this one related, or likely something else? -(custom-put-if-not 'gnus-article-x-face-command 'custom-version "21.1") -(custom-put-if-not 'gnus-article-x-face-command 'standard-value t) -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD