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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=IsG uYZzIFED+e6pI0/ZncxEAf3xnyPXVlTFooCua0tVKlTb/QCRsmzCQn7yJxpd2UBY muYDTIw9LuJnuJNueAvWRg5g7TkiLLIkXyfTnknvT+n9emOshTYpLKP2qFBm8V7l FP45AYAvb6+ipAghYAiXLxBqWfb0fsiMh5IqGGyI= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=bU0cKz0I+ RW9J9qfbhVZIXD4Rrc=; b=IEdtpC1ls/Z1Abfy03ygmoEg2obqco40CFNz1I8fw cIcO4mwAGN1FrrcxO6mD8lefUvINBO1+BDZiebZ7KZM+T670i1NyYgPABAUNPp9u mJIbxKXqLW4u15aUPAGUPS7vpfu6U7/Oi6DlhJ9pP/zkI2SvsG0emZ21e9N7AUVE PM= 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.9 required=5.0 tests=BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: dune.xenotropic.net X-Spam-Score: -104.9 Authentication-Results: dune.xenotropic.net (amavisd-new); dkim=pass (1024-bit key) header.d=xenotropic.net Message-ID: <55304018.2080006@xenotropic.net> Date: Thu, 16 Apr 2015 16:04:56 -0700 From: Joe Morris User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Cygwin emacs -- apparent version config issue with 24.4 to 24.5 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I just did a new install of Cygwin and its emacs using the windows 64 intaller, and when I ran emacs from the Cygwin command line I got these errors: $ emacs Warning: arch-dependent data dir `/usr/libexec/emacs/24.5/x86_64-unknown-cygwin/': No such file or directory Warning: arch-independent data dir `/usr/share/emacs/24.5/etc/': No such file or directory Warning: Lisp directory `/usr/share/emacs/24.5/lisp': No such file or directory Error: charsets directory not found: /usr/share/emacs/24.5/etc/charsets Emacs will not function correctly without the character map files. Please check your installation! After I did $ mv /usr/share/emacs/24.4/ /usr/share/emacs/24.5/ then emacs worked ok. Seems like perhaps the path didn't get updated somewhere from 24.4 to 24.5? This is on Windows 7 64 bit, 'uname -a' prints "CYGWIN_NT-6.1 Tregastel 1.7.35(0.287/5/3) 2015-03-04 12:09 x86_64 Cygwin" -- 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