emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Spiers <orgmode@adamspiers.org>
To: emacs-orgmode@gnu.org
Subject: Re: Bug? Installing from git master
Date: Sun, 2 Mar 2008 23:34:09 +0000	[thread overview]
Message-ID: <20080302233409.GA23239@atlantic.linksys.moosehall> (raw)
In-Reply-To: <e7cdbe30802291505r7c8e6f5gd29e3b9b6e709bce@mail.gmail.com>

On Sat, Mar 01, 2008 at 04:35:14AM +0530, Manish wrote:
> On Sat, Mar 1, 2008 at 4:19 AM, Bastien <bzg@altern.org> wrote:
> > Manish <mailtomanish.sharma@gmail.com> writes:
> >
> >  > On Sat, Mar 1, 2008 at 3:39 AM, Bastien <bzg@altern.org> wrote:
> >  >> Manish <mailtomanish.sharma@gmail.com> writes:
> >  >>
> >  >>  > On Sat, Mar 1, 2008 at 3:04 AM, Carsten Dominik <dominik@science.uva.nl> wrote:
> >  >>  >
> >  >>
> >  >> > `make' now completes.  Though it still produces following warnings:
> >  >>
> >  >>  Fixed, thanks!
> >  >
> >  > Only following warnings are left now.
> >  >
> >  >   ,----
> >  >   | In end of data:
> >  >   | org-irc.el:231:1:Warning: the following functions might not be defined at
> >  >   |     runtime: find-if, find
> >  >   | org-irc.el:231:1:Warning: the function `erc-current-logfile' is not known to
> >  >   |     be defined.
> >  >   | Wrote /home/zms/elisp/org-mode/org-irc.elc
> >  >   `----
> >
> >  Argh. Fixed.
> >
> >  Is _everyone_ pulling from git in this room??

:-)

> I do.

Me too.

> `make' completes cleanly now.  Thanks.

... but only if you have erc installed (it's shipped with emacs 22 but
not emacs 21):

  $ make
  emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/home/aspiers/lib/emacs/GNU_Emacs/21.3/gnu/linux/pre\"))" -f batch-byte-compile org-mouse.el
  Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
  While compiling toplevel forms in file
  /home/aspiers/lib/emacs/major-modes/org-mode.git/org-mouse.el:
    !! File error (("Cannot open load file" "erc"))
  Done
  make: *** [org-mouse.elc] Error 1

This is because org-default-extensions defaults to (org-irc):

  emacs -batch -q -eval "(progn (setq debug-on-error t) (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (require 'org))"
  Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
  Debugger entered--Lisp error: (file-error "Cannot open load file" "erc")
    require(erc)
    eval-buffer(#<buffer  *load*> nil "org-irc" nil t)
    load-with-code-conversion("/home/aspiers/lib/emacs/major-modes/org-mode.git/org-irc.el" "org-irc" nil t)
    require(org-irc)
    mapc(require (org-irc))
    org-load-default-extensions()
    run-hooks(org-load-hook)
    byte-code("��!���!�" [provide org run-hooks org-load-hook] 2)
    require(org)
    (progn (setq debug-on-error t) (add-to-list (quote load-path) ".") (add-to-list (quote load-path) "/usr/local/share/emacs/site-lisp") (require (quote org)))
    eval((progn (setq debug-on-error t) (add-to-list (quote load-path) ".") (add-to-list (quote load-path) "/usr/local/share/emacs/site-lisp") (require (quote org))))
    command-line-1(("-eval" "(progn (setq debug-on-error t) (add-to-list (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (require 'org))"))
    command-line()
    normal-top-level()

So it would be nice if it didn't default to (org-irc) for older emacsen.

  parent reply	other threads:[~2008-03-02 23:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-29 20:41 Bug? Installing from git master Sebastian
2008-02-29 20:44 ` Carsten Dominik
2008-02-29 21:11   ` Manish
2008-02-29 21:34     ` Carsten Dominik
2008-02-29 21:45       ` Manish
2008-02-29 22:09         ` Bastien
2008-02-29 22:30           ` Manish
2008-02-29 22:49             ` Bastien
2008-02-29 23:05               ` Manish
2008-02-29 23:12                 ` Bastien
2008-03-02 23:34                 ` Adam Spiers [this message]
2008-03-03  0:13                   ` Bastien Guerry
2008-03-03  8:13                     ` Carsten Dominik
2008-03-03  9:15                       ` Phil Jackson
2008-03-03 10:34                       ` Bastien
2008-03-03 11:01                         ` Phil Jackson
2008-03-03  9:17                     ` Phil Jackson
2008-03-03 10:36                       ` Bastien
2008-03-01  2:36               ` Bernt Hansen
2008-02-29 21:18   ` Sebastian
2008-02-29 21:27   ` Sebastian
2008-03-03 10:33     ` Bastien
2008-03-05  0:39       ` Sebastian

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=20080302233409.GA23239@atlantic.linksys.moosehall \
    --to=orgmode@adamspiers.org \
    --cc=emacs-orgmode@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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