From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Using the same custom file in two different OSes Date: Thu, 17 Jan 2013 06:19:04 -0800 Message-ID: References: <419D9CDD3C2740E3B0E0CDE556F7BD12@us.oracle.com><3F565B0F873C4BCCAA938FB0B136521E@us.oracle.com> <86libsb3o6.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358432362 27979 80.91.229.3 (17 Jan 2013 14:19:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jan 2013 14:19:22 +0000 (UTC) To: "'Sebastien Vauban'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 17 15:19:38 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TvqJe-00050t-HI for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jan 2013 15:19:38 +0100 Original-Received: from localhost ([::1]:49758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqJN-0006Q6-Jt for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jan 2013 09:19:21 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqJD-0006PJ-Jb for help-gnu-emacs@gnu.org; Thu, 17 Jan 2013 09:19:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvqJC-0005mn-Ap for help-gnu-emacs@gnu.org; Thu, 17 Jan 2013 09:19:11 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:38492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvqJC-0005ma-4U for help-gnu-emacs@gnu.org; Thu, 17 Jan 2013 09:19:10 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id r0HEJ8X3021302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Jan 2013 14:19:09 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r0HEJ7nX014392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Jan 2013 14:19:08 GMT Original-Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r0HEJ7wa023788; Thu, 17 Jan 2013 08:19:07 -0600 Original-Received: from dradamslap1 (/10.159.182.55) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 17 Jan 2013 06:19:07 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <86libsb3o6.fsf@somewhere.org> Thread-Index: Ac30jvZlSSt0v6JpTfiU3LxH3g0slwALmgJQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88669 Archived-At: > > (if (display-graphic-p) ... > > FYI, I'm using: (if window-system ... > but that comes down to pretty much the same thing, it seems. `window-system' has the advantage that it works with older Emacs releases. But `display-graphic-p' is what is recommended for recent releases. >From the doc string of `window-system': "Use of this function as a predicate is deprecated. Instead, use `display-graphic-p' or any of the other `display-*-p' predicates which report frame's specific UI-related capabilities."