public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-24.1-1
Date: Mon, 23 Jul 2012 18:02:00 -0000	[thread overview]
Message-ID: <500D9190.40606@cornell.edu> (raw)
In-Reply-To: <loom.20120723T190103-756@post.gmane.org>

On 7/23/2012 1:12 PM, Franz Häuslschmid wrote:
> I observed, that org-mode started to behave strangely.  Especially the function
> `org-clock-in' fails with following output to the *Messages* buffer:
>
>    find-library-name: Can't find library org

The documentation for the function 'find-library-name' is

   "Return the absolute file name of the Emacs Lisp source of LIBRARY.
LIBRARY should be a string (the name of the library)."
   ;; If the library is byte-compiled, try to find a source library by
   ;; the same name.

So the first question is whether you have the elisp sources installed 
(which are provided by the Cygwin package emacs-el).  On my system, if I 
evaluate

   (find-library-name "org")

I get

   "/usr/share/emacs/24.1/lisp/org/org.el.gz"

If installing emacs-el doesn't solve your problem, please send me 
instructions for reproducing it, starting with 'emacs -Q'.  I don't use 
org-mode, so the instructions will have to be detailed.

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

  reply	other threads:[~2012-07-23 18:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-22 21:22 Ken Brown
2012-07-23 17:13 ` Franz Häuslschmid
2012-07-23 18:02   ` Ken Brown [this message]
2012-07-25 18:02     ` Franz Häuslschmid
2012-07-23 18:11   ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=500D9190.40606@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).