Georg Bauhaus <[email protected]> writes:

> On 06.04.15 19:26, Stephen Leake wrote:
>> Simon Wright <[email protected]> writes:
>>
>>> I see the latest MTN checkin includes this patch - but also includes
>>> changes for OpenToken 6, which hasn’t made it to the MTN repo yet (as
>>> far as I can tell). Is that in the plans?
>>
>> Yes, I'm working on the release now (but slowly :)
>>
>
> OpenToken uses the dos2unix command, 

While running tests, yes.

ada-mode also uses it to normalize the .el file generated by OpenToken
wisi-generate. 

> which turns out to be somewhat
> difficult to translate on non-Linux Unix systems without installing
> another Unix on top of the current Unix. 

I just use Cygwin; it simplifies life :)

> Does OpenToken use dos2unix for anything other than line endings and
> possibly ^Z?

Line endings are the only concern.

I use it to normalize files, so I can commit *.good_out (known good test
results), and use them on both Windows and Linux platforms.

If you don't care about that portability, you can define your own
dos2unix that does nothing.

> I seem to get good result so far, using this little replacement
> on a Mac; it should be POSIX compliant:
>
>
> #! /bin/sh

I'm confused; does this mean you _have_ a Unix (POSIX?) shell?

But that distribution doesn't have dos2unix?

Did you try compiling dos2unix from source?

-- 
-- Stephe

_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org

Reply via email to