From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: installing emacs and X11 on OS X Date: Sat, 26 Oct 2002 10:17:28 +0300 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <7458-Sat26Oct2002101727+0200-eliz@is.elta.co.il> References: <87elah9ril.fsf@bundalo.shootybangbang.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035620233 25830 80.91.224.249 (26 Oct 2002 08:17:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 08:17:13 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185M88-0006iQ-00 for ; Sat, 26 Oct 2002 10:17:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185M7L-0004qj-00; Sat, 26 Oct 2002 04:16:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185M6k-0003ub-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 04:15:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185M6i-0003t7-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 04:15:45 -0400 Original-Received: from freya.inter.net.il ([192.114.186.14]) by monty-python.gnu.org with esmtp (Exim 4.10) id 185M6i-0003pZ-00 for help-gnu-emacs@gnu.org; Sat, 26 Oct 2002 04:15:44 -0400 Original-Received: from zaretsky ([80.230.194.241]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BWV68188; Sat, 26 Oct 2002 10:15:41 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Schone Mullerin on Thu, 24 Oct 2002 20:01:27 GMT) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2959 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2959 > Newsgroups: gnu.emacs.help > Date: Thu, 24 Oct 2002 20:01:27 GMT > > > It might be perfect today, but as the capabilities of the mac port > > changes with time, your customizations will suffer from bitrot. > > Testing for specific capabilities avoids the burden to constantly > > maintain your init files due to such changes. > > Well, thanks for the opinion. I can only repeat, the window system > tag _is_ the capability in this case. No other test has any > relevance. Why this possibility should disturb you so much, I don't > know. It didn't disturb me. As someone who knows a bit about Emacs development in this area, I was trying to help you construct a .emacs that would be less prone to future changes in functionality. (An example of such changes is the color support on character terminals: many people had their .emacs use window-system to differentiate between color and colorless Emacs; they got bitten when Emacs 21 was released.) I'm sorry if my attempts to help annoyed you.