Eli Zaretskii | 28 Aug 09:27
Picon

Re: Re: Arabic support

> Date: Sat, 28 Aug 2010 03:35:33 +0200 (CEST)
> From: mhibti <at> free.fr
> 
> Dear Eli and Kenichi,
> I would like to help but I have no real competence on lisp.
> I'm however familiar with emacs and arabic speaker. 
> I tried to build emacs from trunk on MS-windows without succes.
> 
> Is it possible to find binaries ?

Yes, the Windows binaries of the development code can be found here:

  http://alpha.gnu.org/gnu/emacs/windows/

Note, however, that they are updated roughly once a week, and the last
snapshot was from August 16.  That is before Handa-san installed his
latest changes, so please wait for the next snapshot, which I hope
will be there shortly.

Thanks.
Amit Aronovitch | 28 Aug 12:32
Picon

Re: Re: Arabic support

Technical question about rebuilding emacs: 

The build process only warns about .elc files which are older than their respective .el
Is there a way to tell it to recompile them?

The problem is that old .elc files (which, btw, are kept in the source tree even though I configure a separate build directory) sometimes break the build.
I currently solve the problem by using "bzr clean-tree --ignored". But this deletes ALL elc files and the price is lengthy build time...

thanks,
         AA

_______________________________________________
emacs-bidi mailing list
emacs-bidi <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-bidi
Eli Zaretskii | 28 Aug 13:26
Picon

Re: Re: Arabic support

> Date: Sat, 28 Aug 2010 13:32:00 +0300
> From: Amit Aronovitch <aronovitch <at> gmail.com>
> Cc: emacs-bidi <at> gnu.org
> 
> Technical question about rebuilding emacs:
> 
> The build process only warns about .elc files which are older than their
> respective .el
> Is there a way to tell it to recompile them?

This happens automatically for me, but I build in the source tree.

Anyway, this should do it if it doesn't automatically:

   cd lisp && make

Gmane