X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.4 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
X-CornellRouted: This message has been Routed already.
Message-ID: <510BCB10.4010003@cornell.edu>
Date: Fri, 01 Feb 2013 09:02:56 -0500
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Org mode package too old in Cygwin Emacs
References: <86622cl75d.fsf@somewhere.org>
In-Reply-To: <86622cl75d.fsf@somewhere.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-PMX-CORNELL-SPAM-CHECKED: Pawpaw
X-Original-Sender: kbrown@cornell.edu - Fri Feb  1 09:03:00 2013
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 2/1/2013 4:23 AM, Sebastien Vauban wrote:
> Hello,
>
> I'm forwarding here a request of Bastien Guerry, maintainer of Org mode, after
> looking at a problem I have when running Cygwin Emacs:
>
> -------------------- Start of forwarded message --------------------
> From: Bastien <bzg@altern.org>
> Newsgroups: gmane.emacs.orgmode
> Subject: Re: Contrib missing from (Cygwin) Emacs
> Date: Sat, 26 Jan 2013 11:20:00 +0100
> Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org
> To: Sebastien Vauban
>
> Hi Sébastien,
>
> Sebastien Vauban writes:
>> So, the problem comes down to the fact that the following...
>>
>> #+begin_src emacs-lisp
>>    (require 'find-func)
>>    (find-library-name "org")
>> #+end_src
>>
>> ... does fail with the latest Cygwin [1]:
>>
>> Debugger entered--Lisp error: (error "Can't find library org")
>>    signal(error ("Can't find library org"))
>>    error("Can't find library %s" "org")
>>    find-library-name("org")
>
> Please report the problem to Cygwin people. They can either upgrade to a more
> recent version of Emacs, or try to sort out the problem with
> (find-library-name "org"). I cannot do anything from here, `find-library-name'
> is not in latest Org.

Cygwin's emacs is the latest upstream release.  The problem is that the 
current Org distributed with emacs requires the presence of elisp source 
files, which are not installed by default on Cygwin.  Cygwin users of 
the current Org have to install the emacs-el package to get the elisp 
source files.

Ken


--
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

