| 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:message-id:date:from:mime-version:to | |
| :subject:content-type:content-transfer-encoding; q=dns; s= | |
| default; b=O27TgYEwI39RwDuYi1O3fkUApF3biq9f2nUJ2W9FZWVYooP1YVm6y | |
| Q1kZuHVRTFVBJHv/aZpRpWFGjsoHFYDPCJruwC/9vtO1MzurIYVz4c2pUUAwHE+u | |
| LfIsxCwqspXgQkKXleL7DjlOsPzdsJmUsPCVfsVdILLiZh6OaS7BDI= | |
| 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:date:from:mime-version:to | |
| :subject:content-type:content-transfer-encoding; s=default; bh=p | |
| wsGAOFa45t1HI1/pGESD6GrS+8=; b=c9uNpNVzOUhrMp5BaC4FV53M9eHKnHL10 | |
| hgofhIEFU/pm1OuI7FzjQX/VJTd8le1a48bV4JA0PH5KJq6lmX+u/Sjq06wLScox | |
| DQun3SpAoCvI5CuwfUtN/8atH5xwixcrbrigtHUoMA21+u3zsUhcjaWWm09RVUel | |
| jbhzLULZw4= | |
| 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-Virus-Found: | No |
| X-HELO: | localhost.localdomain |
| Reply-To: | cygwin AT cygwin DOT com |
| Authentication-Results: | sourceware.org; auth=none |
| X-Virus-Found: | No |
| X-Spam-SWARE-Status: | No, score=2.1 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 |
| X-CornellRouted: | This message has been Routed already. |
| Message-Id: | <announce.53662959.3020105@cornell.edu> |
| Date: | Sun, 04 May 2014 07:49:45 -0400 |
| From: | Ken Brown <kbrown AT cornell DOT edu> |
| User-Agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | [ANNOUNCEMENT] Updated: emacs-24.3.90-1 [TEST] |
| X-IsSubscribed: | yes |
The following packages have been updated in the Cygwin distribution as
test releases:
*** emacs-24.3.90-1
*** emacs-X11-24.3.90-1
*** emacs-w32-24.3.90-1
*** emacs-el-24.3.90-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 a pretest of the upcoming emacs-24.4. My hope is that, with
this release, the crashes of emacs-w32 that have been reported (e.g.,
http://cygwin.com/ml/cygwin/2014-04/msg00329.html) no longer occur. I
have built the binaries without optimization to simplify debugging.
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 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.
5. 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.
6. The default font for emacs-w32 is not very attractive in my opinion.
See /usr/share/doc/emacs/README.Cygwin for hints as to how to change it.
7. If you start emacs under X11 and it takes a long time to start or
quits with a "memory exhausted" error, this might indicate that the font
cache for the Windows Fonts directory is out of date
(http://cygwin.com/ml/cygwin-apps/2014-04/msg00003.html). If this
happens, try running the command
fc-cache -sv `cygpath -W`/Fonts
as administrator, to update the cache.
Ken Brown
Cygwin's emacs maintainer
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:
cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com
If you need more information on unsubscribing, start reading here:
http://sourceware.org/lists.html#unsubscribe-simple
Please read *all* of the information on unsubscribing that is available
starting at the above URL.
--
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 |