From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17647 invoked by alias); 19 Aug 2014 09:26:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17625 invoked by uid 89); 19 Aug 2014 09:26:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_50,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 19 Aug 2014 09:26:26 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XJfgM-0003fA-SM for cygwin@cygwin.com; Tue, 19 Aug 2014 11:26:22 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Aug 2014 11:26:22 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Aug 2014 11:26:22 +0200 To: cygwin@cygwin.com From: Achim Gratz Subject: Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST] Date: Tue, 19 Aug 2014 09:26:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00363.txt.bz2 Ken Brown cornell.edu> writes: > If you have installed both emacs-w32 and emacs-X11 and prefer to give > higher priority to emacs-w32, run the script > > /usr/bin/set-emacs-default-w32.sh > > You can later restore emacs-X11 as the default by running > > /usr/bin/set-emacs-default-X11.sh These scripts put the alternatives in manual mode, you might want to actually change the priorities and stay in auto mode. ------->8------- #!/bin/bash case $0 in *w32*) prio=25 ;; *X11*) prio=15 ;; esac for x in emacs emacsclient do /usr/sbin/alternatives --install /usr/bin/${x} ${x} /usr/bin/${x}-w32.exe $prio /usr/sbin/alternatives --auto ${x} done --------8<------- Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple