From: Michael Zeller <michael.dylan.zeller@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: Errors in git?
Date: Mon, 03 Aug 2009 02:18:44 -0700 [thread overview]
Message-ID: <8763d55k7f.fsf@zeller.michaelzeller.com> (raw)
Hello,
I just cloned git on a remote machine, and I'm getting the following
error using Emacs 23.1.50.2 to "make install". I just tried on two
machines.
Wrote /home/zellerm/workspace/opt/org-mode/lisp/org-agenda.elc
emacs -batch -q -eval "(progn (add-to-list (quote load-path) \"~/workspace/opt/emacs/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-ascii.el
In toplevel form:
lisp/org-ascii.el:29:1:Error: Symbol's function definition is void: backup-inhibited
make: *** [lisp/org-ascii.elc] Error 1
I had to change org-exp.el to compile:
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 98de3cb..dbeaefc 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -2511,8 +2511,8 @@ directory."
(file-truename bfname))
(concat (file-name-sans-extension filename)
"-source."
- (file-name-extension filename)))))
- filename)))
+ (file-name-extension filename))))
+ filename)
(backup-inhibited t)
(buffer (find-file-noselect filename))
(region (buffer-string)))
Apologies if this is just something I did wrong, but all I did was git
clone and change the Makefile! Not sure how the mismatched parens
creeped in.
Thanks,
~Michael Zeller
reply other threads:[~2009-08-03 9:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=8763d55k7f.fsf@zeller.michaelzeller.com \
--to=michael.dylan.zeller@gmail.com \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.