From: Robert Goldman <rpgoldman@sift.info>
To: emacs-orgmode@gnu.org
Subject: Re: How you can help
Date: Thu, 23 Oct 2008 11:11:26 -0500 [thread overview]
Message-ID: <4900A22E.5060506@sift.info> (raw)
In-Reply-To: <E1Kt27M-0008Tx-0J@box188.bluehost.com>
> Date: Thu, 23 Oct 2008 15:55:41 +0100
> From: Ben Alexander <bva@alexanderonline.org>
> Subject: Re: [Orgmode] How you can help
> To: Sebastian Rose <sebastian_rose@gmx.de>
> Cc: emacs-orgmode Org-Mode <emacs-orgmode@gnu.org>
> Message-ID: <752DA813-1B66-4FD1-B28E-3C23176BA13D@alexanderonline.org>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Well, I was just looking at http://www.emacswiki.org/emacs-fr/UnitTesting
>
> Unfortunately for me, I can't tell if Emacs comes with any builtin
> framework already, so I downloaded one of the many options listed on
> that page to my local site-lisp directory: http://www.wanglianghome.org/svn/test/test.el
>
> The personal issue I have is that I'm on a Mac, using Aquamacs, and
> the command line version of emacs is a different binary, so there
> might be trouble when a test passes at the command line, but fails
> where it matters to me. I don't even make sure that org-mode is up to
> date at the command line. I thought it wasn't, but I just checked and
> now it is. Plus, I don't really understand internals of emacs (like
> basic internals: I understand point and mark, buffer and file, but not
> transient mark, indirect buffer, symbols vs strings, window vs tab vs
> frame)
Actually, if you want, you *can* run Aquamacs from the command line, but
it can be a pain to do it. I figured out how to do this when I was
trying to use the Makefile for org-mode. I ended up with the following
emacs command-line:
EMACS=/Applications/Aquamacs\ Emacs.app/Contents/MacOS/Aquamacs\ Emacs
and this line for batchmode compiling. Note that I had to augment the
standard emacs command-line -q option with Aquamacs' -Q:
BATCH=$(EMACS) -batch -Q -q -eval \
"(progn (add-to-list (quote load-path) (expand-file-name \"./lisp/\")) \
(add-to-list (quote load-path) \"$(lispdir)\"))"
HTH,
r
next parent reply other threads:[~2008-10-23 16:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1Kt27M-0008Tx-0J@box188.bluehost.com>
2008-10-23 16:11 ` Robert Goldman [this message]
2008-10-23 12:04 How you can help Ben Alexander
2008-10-23 13:43 ` Bernt Hansen
2008-10-23 15:04 ` Sebastian Rose
2008-10-23 16:19 ` Bernt Hansen
2008-10-23 14:20 ` Sebastian Rose
2008-10-23 14:50 ` Manish
2008-10-23 15:46 ` Eric Schulte
2008-10-23 16:18 ` Avdi Grimm
2008-10-23 14:55 ` Ben Alexander
2008-10-23 16:26 ` Sebastian Rose
2008-10-23 16:42 ` Avdi Grimm
2008-10-23 17:33 ` Sebastian Rose
2008-10-23 19:10 ` Avdi Grimm
2008-10-24 21:09 ` Tom Breton (Tehom)
2008-10-24 18:33 ` Ben Alexander
2008-10-24 18:44 ` Avdi Grimm
2008-10-24 19:02 ` Jeff Mickey
[not found] ` <D43ED86C-EFD4-4BA8-8528-4F82DB11D625@alexanderonline.org>
2008-10-23 17:12 ` Sebastian Rose
2008-10-23 15:08 ` Sebastian Rose
-- strict thread matches above, loose matches on Subject: below --
2008-10-23 7:35 Carsten Dominik
2008-10-23 8:12 ` Manish
2008-10-23 9:24 ` Sebastian Rose
2008-10-23 10:28 ` Sebastian Rose
2008-10-23 15:23 ` Russell Adams
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=4900A22E.5060506@sift.info \
--to=rpgoldman@sift.info \
--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).