delorie.com/archives/browse.cgi | search |
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:from:to:subject:date:message-id | |
:content-type:content-id:content-transfer-encoding:mime-version | |
:sender; q=dns; s=default; b=Dc0/9KcLlyT/VvEWzsVu++3oLEC3MXSBH9I | |
5ws7E3KJVma3U+gp8nvag+FjFv5bTytBwxB6xwFLlSfYad4IVM6jL5UfjtpBFJyn | |
gE4hRzuq4LtWghKBA80nkm4XsO9QWo6kgioufcVCxiblx3427ZhSpGYJ1gQOMFP4 | |
hMZeWczA= | |
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:from:to:subject:date:message-id | |
:content-type:content-id:content-transfer-encoding:mime-version | |
:sender; s=default; bh=aU22TNSLPYEwnYO+WY9dNX8Z+MA=; b=FrBxTLHxC | |
LhfxFmRWit4qffZs3jcNw84js1uE+lXOBhFpCuun3QszhDvcww3vvt00EhTSTb7U | |
E/Ra4Kd58fGJnCseH74ciPhtLSG35J4MyV5VJ4gn3gql3iTMe3RgJ3ItgZLLA5YF | |
CuUpyVDO5QkNaBCmvOHzU3HCYxLqDHWgbg= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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-Spam-SWARE-Status: | No, score=-0.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,DATE_IN_PAST_03_06,FORGED_MUA_MOZILLA,MIME_BASE64_BLANKS autolearn=no version=3.3.1 spammy=H*m:edu, HX-Languages-Length:3241 |
X-HELO: | localhost.localdomain |
Reply-To: | cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=wRq9Hm7MLwdmw9OzUaIk2DseWl3wHAChSUv6IbWfgvg=; b=ml3Df4+E8jfq++R85vseigGpY0us5YlD2dgKMddsVxjXbTnzbnWC05oGSVzT9cr9gAYTXKhZrCSqERfpEqTHF1po3QVPTEbLfbXz9q2j5MY0GfJe0cROLTBZY6jHTzgzzzeL2xx0GIuU+tL0BojRhKeN8571dflc5TgOL5b56PQ= |
From: | Ken Brown <kbrown AT cornell DOT edu> |
To: | cygwin AT cygwin DOT com |
Subject: | [ANNOUNCEMENT] emacs 26.1.92-3 (TEST) |
Date: | Sun, 10 Mar 2019 15:46:50 +0000 |
Message-Id: | <announce.901865ad-03c0-cf6a-be9d-fcf057ff6714@cornell.edu> |
user-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3 |
authentication-results: | spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu; |
received-spf: | None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) |
x-ms-exchange-senderadcheck: | 1 |
MIME-Version: | 1.0 |
X-MS-Exchange-CrossTenant-mailboxtype: | HOSTED |
Sender: | qmail alias <cygwin AT server4 DOT sourceware DOT org> |
X-IsSubscribed: | yes |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id x2ALFCYJ013273 |
The following packages have been uploaded to the Cygwin distribution as test releases: * emacs-26.1.92-3 * emacs-common-26.1.92-3 * emacs-X11-26.1.92-3 * emacs-w32-26.1.92-3 * emacs-lucid-26.1.92-3 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 a pretest for the upcoming release of emacs-26.2. Browse the NEWS file ('C-h n' within emacs) for changes since the last release, although this is not yet complete. This build uses the timerfd functions that were introduced in cygwin-3.0.0, so it will not run on earlier releases of Cygwin. And it will not run well on Cygwin releases prior to cygwin-3.0.3, which contains fixes for some timer-related bugs. CYGWIN NOTES ============ 1. The emacs, emacs-w32, emacs-X11, and emacs-lucid packages each provide an emacs binary. These are emacs-nox.exe, emacs-w32.exe, emacs-X11.exe, and emacs-lucid.exe, respectively, in order of increasing priority. The postinstall scripts create a symlink /usr/bin/emacs that resolves to the highest-priority binary that you have installed. Thus the command 'emacs' will start emacs-lucid.exe if you've installed the emacs-lucid package; otherwise, it will start emacs-X11.exe if you've installed emacs-X11; otherwise, it will start emacs-w32.exe if you've installed emacs-w32; otherwise, it will start emacs-nox.exe if you've installed emacs. Similar remarks apply to emacsclient. You only need to install one of these four packages, but you can install more if you want. If you have installed more than one and don't like the default resolution of /usr/bin/emacs, you can run one of the /usr/bin/set-emacs-default-*.sh scripts to change it. For example, /usr/bin/set-emacs-default-w32.sh will make /usr/bin/emacs resolve to /usr/bin/emacs-w32.exe, regardless of which packages you've installed. 2. The emacs-common package is new with this release. It contains the files that are needed by all four of the binary packages mentioned above. It also contains the elisp source files, which were previously in a separate (now obsolete) emacs-el package. 3. Install emacs-X11 if you want to use the X11 GUI with the GTK+ toolkit. (This is the default toolkit.) You can then type 'emacs&' in an xterm window, and emacs-X11.exe will start in a new window. If you prefer the Lucid toolkit, install emacs-lucid instead. 4. Install emacs-w32 if you want to use the native Windows GUI instead of X11. 5. If you use the Emacs MH-E library for email, consider installing Cygwin's mailutils-mh package. To use it, put the line (load "mailutils-mh") in your site-start.el or ~/.emacs file. 6. 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. 7. 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |