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:reply-to:message-id:from:to:date:subject; q= dns; s=default; b=wdUBn+KnKiYhR2XU28ozVHHAlwWq1vH1maHehnpQv393Sm rnqCqDyHtPAvM6eMcSz+1iKMVFcEj/qfzlSyELt8JR/hueSEePMHYzcTOwMrm5wd jLR6WYmps8EYI8mVyeCtX+dwFgpMgXBApLhkDfIPLe/Vuq2e5x6FdqOLy2A8s= 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:reply-to:message-id:from:to:date:subject; s= default; bh=r3IKv3GQBHfcmKJ4vuwYOBI/DWA=; b=thhspYXAsR2vaXFAg+ZU i7XWWeDOcXSrv6mOkOk/90Rw+4ZCp0TKAzgBv/Yt85AF7TvLNsMiZ6anthTEb6C2 x66SDrnUbMgx5w6i+AkELBxaq1pBuKvSGmUZqXQwgYnXpsJMRn7y2R13gnzAO8ba doWNcG68q9DVk/kU/MdydEk= 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=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 spammy= X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-CornellRouted: This message has been Routed already. Message-Id: From: Ken Brown To: cygwin AT cygwin DOT com Date: Fri, 21 Apr 2017 16:38:26 -0400 Subject: [ANNOUNCEMENT] emacs 25.2-1 X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes The following packages have been uploaded to the Cygwin distribution: * emacs-25.2-1 * emacs-el-25.2-1 * emacs-X11-25.2-1 * emacs-w32-25.2-1 Emacs is a powerful, customizable, self-documenting, modeless text editor. Emacs contains special code editing features, a scripting language (elisp), and the capability to read mail, news, and more without leaving the editor. This is an update to the latest upstream release. It should be identical to the 25.2-0.1 release except for documentation changes. Compared to emacs-25.1, this is mainly a bugfix release, but there are some other changes. Browse the NEWS file ('C-h n' within emacs) for details. CYGWIN NOTES ============ 1. The emacs, emacs-w32, and emacs-X11 packages each provide an Emacs binary. These are emacs-nox.exe, emacs-w32.exe, and emacs-X11.exe, respectively, in order of increasing priority. The postinstall scripts use the 'alternatives' system to create a symlink /usr/bin/emacs that resolves to the highest-priority binary that you have installed. Thus the command 'emacs' will start emacs-X11.exe if you've installed the emacs-X11 package; otherwise, it will start emacs-w32.exe if you've installed emacs-w32; otherwise, it will start emacs-nox.exe. Similar remarks apply to emacsclient. 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 2. Install emacs-X11 if you want to use the X11 GUI. You can then type 'emacs&' in an xterm window, and emacs will start in a new window. 3. Install emacs-w32 if you want to use the native Windows GUI instead of X11. 4. If you use the Emacs Rmail library, consider installing Cygwin's mailutils package. It provides a utility /usr/bin/movemail.exe that has more features and is more secure than the version provided by emacs (and installed under /usr/libexec/emacs). If you use the Emacs MH-E library, consider installing Cygwin's mailutils-mh package. To use it, put the line (load "mailutils-mh") in your site-start.el or ~/.emacs file. 5. If you have sshd running and want to be able to run emacs-X11 from a remote machine, you need to enable X11 forwarding by adding the following line to /etc/sshd_config: X11Forwarding yes You might also need to have the cygserver service running. 6. The script /usr/bin/make-emacs-shortcut can be used to create a shortcut for starting emacs. See /usr/share/doc/emacs/README.Cygwin for details. Ken Brown Cygwin's Emacs maintainer -- 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