From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.help Subject: Using the same custom file in two different OSes Date: Sun, 13 Jan 2013 23:00:01 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358114428 22964 80.91.229.3 (13 Jan 2013 22:00:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2013 22:00:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 13 23:00:46 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 1TuVbe-0004I6-B4 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jan 2013 23:00:42 +0100 Original-Received: from localhost ([::1]:54812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVbN-0003eS-Ug for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jan 2013 17:00:25 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVbD-0003cH-7s for help-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:00:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuVb6-0003AF-54 for help-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:00:15 -0500 Original-Received: from mail-oa0-f43.google.com ([209.85.219.43]:51952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVb5-0002zE-Tz for help-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:00:08 -0500 Original-Received: by mail-oa0-f43.google.com with SMTP id k1so3418951oag.2 for ; Sun, 13 Jan 2013 14:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Hu1OxYa6x9UA5mjWOjSeUFlnRzrt4djOIYPgookAxho=; b=X4Oe/O5A6W73Sj31KglUbFSwiVSqjzM6pXygVLoZqSJgcu5sfijr/8IIh8He3/rIvy pnFliVStQ+jNOUyl/EfHJoADTp49pSynRKKNKr1WPYGgUoyfSPEV+HVhM1v2GVHdtodk EgxgfPlolKxDyafiQVUlcEx9WeRJIzQGwfSSX8Na1bFJMuxd+FFe1KdQMcFVoqBxe+JZ dVgOqsE2ery0ZvK4kIJ7MU9aju0WaYO0NDwaTRYr/9wOauqkwWH91dzI6Y05t2YZgEZL /IBJZ1NOgjN+j+o9QRte2n8Z6SauU+MXtZfUqvLSbiWqcXdiMYzluTGPnkYw0vaxyNws JAtg== Original-Received: by 10.182.92.70 with SMTP id ck6mr60201506obb.46.1358114401330; Sun, 13 Jan 2013 14:00:01 -0800 (PST) Original-Received: by 10.60.11.39 with HTTP; Sun, 13 Jan 2013 14:00:01 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.219.43 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:88601 Archived-At: Hi folks, I'd like to use the same Emacs custom file in two different OSes: MS-Windows and Ubuntu, but I have one problem: I want to define the :family property of the `default' and `variable-pitch' faces based on the `system-type' (because my favorite family on MS-Windows isn't available on Ubuntu and vice-versa), but without having to duplicate my custom file (one for each system-type), so that I can tweak my customization at any time, in any OS, and get an updated custom file that is still valid for both OSes. Is there a way to achieve that goal? If so, how? TIA. -- Dani Moncayo