Re: Re: Incorrect cursor display for BN characters at EOL
Eli Zaretskii <[email protected]> Sun, 04 Jul 2010 23:12:16 +0300
| Newsgroups | gmane.emacs.bidi |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sun, 4 Jul 2010 12:35:15 -0700 > From: "Ze'ev Clementson" <[email protected]> > Cc: [email protected] > > The correct git commands are (corrected from my previous email): > git clone git://github.com/davidswelt/aquamacs-emacs.git > cd aquamacs-emacs > git checkout -t origin/aquamacs24 > > This will clone the entire aquamacs-emacs git repository and switch to > the aquamacs24 branch. "git clone git://github.com/davidswelt/aquamacs-emacs.git" already checks out the tree. If that isn't Emacs 24, what is it? And "git checkout -t origin/aquamacs24" errors out: eliz@fencepost:~/aquamacs/aquamacs-emacs$ git checkout -t origin/aquamacs24 error: unknown switch `t' Thanks.