X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=DAdxmbjAGd0jOVdg3kWlOsAZSDiQX 8pivspQAffY0hALyNLX7B+jGVgFPzKkeN1l7dISvPno+CBzEGh5OejxicTKR6K/9 yUZtmq2lAlkulydJbNN8icIe0q+xrjcYZW5H5zzlsFWoFUlXY5UIs/PScQGWDT21 ZB9gBeUpVa6ZgM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=MlKORWwj9u/E0VQlr0m6t0/wC5E=; b=Y/K BblGRUk2PtYPUwTcBg7xb3czsWnpW7RSn7h6UNNZeTpruIcyJCAlpFRragH+Fh3f GqWnTSWlU2SuNWtKFMlMfqPSBdaM92sJXwaHkyQ4KGDQ25gE0SP0HLAwRH7h+02K nkqNyIWsXwjMMnrs9qY91Pti3ibhO4Y9kuig2avc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,MIME_BASE64_BLANKS autolearn=no version=3.3.2 X-HELO: USA7109MR010.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: managing multiple emacs Date: Tue, 9 Jun 2015 15:57:25 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702E8EE592@USA7109MB022.na.xerox.net> References: <746959315 DOT 17504 DOT 1433861302844 DOT JavaMail DOT open-xchange AT oxbsltgw04 DOT schlund DOT de> In-Reply-To: <746959315.17504.1433861302844.JavaMail.open-xchange@oxbsltgw04.schlund.de> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id t59FvjQG029088 From: Tobias Zawada > > You can use the system-type variable: > > (when (eq system-type 'cygwin) > (menu-bar-mode 0)) > > But, I would rather start /usr/bin/emacs-w32.exe of cygwin. > Just soft-link > /etc/alternatives/emacs > to /usr/bin/emacs-w32.exe. Tobias: 1. Thanx! I now have a unified .emacs file. Works great! 2. http://www.cygwin.com/acronyms/#PCYMTNQREAIYR (or at least edit out e-mail addresses) 3. I don't have the Cygwin emacs-w32 package installed; my Windows version is outside the Cygwin environment. --Ken Nellis