[Mono-osx] Getting MonoDevelop running on OS/X

Filip de Waard filip@filipdewaard.com
Tue, 12 Apr 2005 08:10:49 +0200


--Apple-Mail-17--312420553
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=ISO-8859-1;
	delsp=yes;
	format=flowed

Hello,

As a Mac user wanting to try out Mono and C# I had the same problem. I =20=

couldn't find a MacOS X compatible IDE that supports C# in a painless =20=

manner. The few that do support C# didn't work as good as one should =20
expect.

Finally, I fell back on Emacs, which supports about anything you can =20
imagine. I've put a short installation tutorial online at =20
http://www.filipdewaard.com/archives/30-Installing-C-syntax-=20
highlighting-in-Emacs.html . Hopefully it will help somebody out there.

That said, I would prefer using Mono in an IDE like Eclipse or Xcode. I =20=

haven't used MonoDevelop, but I guess that would be nice to. If we want =20=

Mono to succeed on Mac, its essential to have full support in one of =20
the IDE's I mentioned.

Does anybody know if there will be many changes in the Xcode version =20
that will be shipped with Tiger? Andy is doing great work with his =20
Xcode plugins. When MonoDevelop isn't going to run on MacOS X anytime =20=

soon, we should focus on Xcode compatibility, since Xcode is widely =20
used by the Mac developer community.

Regards,

Filip de Waard
Net Collective

On Apr 8, 2005, at 10:18 PM, Marcus Marinelli wrote:

>  Saw this on freshmeat.net yesterday:
>
> http://www.omnicore.com/xdevelop.htm
>
> What got my interest piqued is the fact that it uses the same .sln =20
> file format as VS.NET for Windows does. This means I could potentially =
=20
> use this product to port current/existing projects that I am working =20=

> on currently using VS.NET which is a big plus for me.
>
> Unfortunatly, two major issues with it -
> - They won't (can't) release a build for OS X until apple releases =20
> J2SE 5.0 for OS X.
> - It's not free.
>
> Hopefully they will be able to release a build for us in a few weeks =20=

> time, because according to the java FAQ at apple.com, they should be =20=

> releasing 5.X with tiger.
>
> I've used linux and win32 versions of slickedit myself, and although I =
=20
> liked the VI key-binding support (my orig. reason for trying to see if =
=20
> I could use it to replace VS.NET), it seemed to have much clunkier =20
> support for both the .sln solution file format, MS' c# debugger, and =20=

> SCC plugins (I use perforce personally, I hear CVS works pretty well =20=

> with it.)
>
> -marcus
>
> ----- Original Message -----
> From: <jeff_grimshaw@comcast.net>
> To: <mono-osx@lists.ximian.com>
> Date: Friday, April 8 2005 13:10
> Subject: Re: [Mono-osx] Getting MonoDevelop running on OS/X
> Sadly, no, SubEthaEdit doesn't do code completion. :( I don't know of =20=

> any editor that does it on OSX, but I haven't tried VSE.
>
>  --Jeff
>
>
> > Does SubEthaEdit support Code completion?
>  >
>  > As of today my prefered .cs editor under OS X is Eclipse with the
>  > Improve csharp plugin. Unfortenately without code completion.
>  >
>  > Andreas
>  >
>  > P=E5 8. apr. 2005 kl. 20.55 skrev jeff_grimshaw@comcast.net:
>  >
>  > > As an alternative to VSE, you may want to try SubEthaEdit. That's =
=20
> my
>  > > fav free (as in beer) editor for OSX.
> > >
> > > http://www.codingmonkeys.de/subethaedit/
>  > >
> > > --Jeff
> > >
> > >
> > >> If you want intellisense under OS X try Visual slickedit. You can
> > >> download an evaluationversion from the publishers website.
> > >> I have tested visual slickedit and liked the software, but found =20=

> it
>  > >> too
> > >> expensive for hobby usage.
> > >>
> > >> http://www.slickedit.com/
>  > >>
> > >> There is also a plugin available for Eclipse. I believe the =20
> version
>  > >> for
> > >> 2.x has code completion.
>  > >>
> > >> andreas
> > >>
> > >>
> > >> P=E5 8. apr. 2005 kl. 20.22 skrev Steve.Mentzer@lw.com:
>  > >>
> > >>>
> > >>> Yes, I installed the druware tools for xcode. I like xcode, but =20=

> hate
> > >>> the keybindings.
>  > >>>
> > >>> I am a long-time VS6/VS.NET developer, and have frequent mental
>  > >>> blocks
> > >>> when jumping between IDE's. Maybe I am just too old. :)
> > >>>
> > >>> I would also LOVE to get intellisense for C#/.NET in XCode. Does
> > >>> anyone know if Xcode allows an intellisense plugin?
> > >>>
> > >>> Yes, I am a lazy programmer. :)
> > >>>
> > >>>
> > >>> -----Original Message-----
> > >>> From: jeff_grimshaw@comcast.net =20
> [mailto:jeff_grimshaw@comcast.net]
>  > >>> Sent: Friday, April 08, 2005 11:16 AM
> > >>> To: Mentzer, Steve (GSO); mono-osx@lists.ximian.com
>  > >>> Subject: Re: [Mono-osx] Getting MonoDevelop running on OS/X
> > >>>
> > >>> There's also an effort underway to make XCode more =
mono-friendly.
>  > >>> Dru
> > >>> has some cool stuff here:
> > >>> http://www.druware.com/products/xcodetools.html
>  > >>>
> > >>> Also, the mono wiki states:
> > >>>
> > >>> Additionaly, the Cocoa# project is creating a number of =20
> framework and
> > >>> integrating Mono within the Apple XCode development chain that =20=

> allow
> > >>> MacOS X developers to develop applications that leverage MacOS X
> > >>> native UI and class libraries.
> > >>>
> > >>> This might be a more promising path than installing the whole =
Gtk
>  > >>> mess
> > >>> and hacking on MonoDevelop.
>  > >>>
> > >>> --Jeff
> > >>>
> > >>>
> > >>>>
> > >>>> Hey folks,
> > >>>>
> > >>>> Does anyone know of a comprehensive set of instructions =20
> detailing
> > >>> what
> > >>>> needs to be done to install MonoDevelop on an clean os/x 10.3.8 =
=20
> box
>  > >>>> running Fink?
> > >>>>
> > >>>> All the examples/instructions I have seeen are woefully out of =20=

> date,
> > >>>
> > >>>> and I would be happy to work with someone who has gotten it =20
> working
> > >>> to
> > >>>> develop a user friendly set of instructions.
>  > >>>>
> > >>>> Thanks!
> > >>>>
> > >>>> Steve
> > >>>>
> > >>>> This email may contain material that is confidential, =
privileged
> > >>>> and/or attorney work product for the sole use of the intended
> > >>>> recipient. Any review, reliance or distribution by others or
> > >>>> forwarding without express permission is strictly prohibited. =
If
> > >>> you
> > >>>> are not the intended recipient, please contact the sender and =20=

> delete
> > >>> all copies.
> > >>>>
> > >>>> Latham & Watkins LLP
> > >>>>
> > >>>>
> > >>>> _______________________________________________
>  > >>>> Mono-osx mailing list
> > >>>> Mono-osx@lists.ximian.com
>  > >>>> http://lists.ximian.com/mailman/listinfo/mono-osx
> > >>>
> > >>>
> > >>> This email may contain material that is confidential, privileged
> > >>> and/or attorney work product for the sole use of the intended
> > >>> recipient. Any review, reliance or distribution by others or
> > >>> forwarding without express permission is strictly prohibited. If =
=20
> you
> > >>> are not the intended recipient, please contact the sender and =20=

> delete
> > >>> all copies.
> > >>>
> > >>> Latham & Watkins LLP
> > >>>
> > >>>
> > >>> _______________________________________________
>  > >>> Mono-osx mailing list
> > >>> Mono-osx@lists.ximian.com
>  > >>> http://lists.ximian.com/mailman/listinfo/mono-osx
> > >>>
> > >>>
> > >>>
> > >> Andreas Ringdal
> > >> http://andreas.ringdal.no
>  > >> tel: 98 22 18 75
> > >>
> > >> _______________________________________________
>  > >> Mono-osx mailing list
> > >> Mono-osx@lists.ximian.com
>  > >> http://lists.ximian.com/mailman/listinfo/mono-osx
> > > _______________________________________________
>  > > Mono-osx mailing list
> > > Mono-osx@lists.ximian.com
>  > > http://lists.ximian.com/mailman/listinfo/mono-osx
> > >
> > >
> > >
> > Andreas Ringdal
> > http://andreas.ringdal.no
>  > tel: 98 22 18 75
> >
>  > _______________________________________________
>  > Mono-osx mailing list
> > Mono-osx@lists.ximian.com
>  > http://lists.ximian.com/mailman/listinfo/mono-osx
> _______________________________________________
>  Mono-osx mailing list
> Mono-osx@lists.ximian.com
>  http://lists.ximian.com/mailman/listinfo/mono-osx
>  _______________________________________________ Mono-osx mailing list =
=20
> Mono-osx@lists.ximian.com =20
> http://lists.ximian.com/mailman/listinfo/mono-osx=

--Apple-Mail-17--312420553
Content-Transfer-Encoding: quoted-printable
Content-Type: text/enriched;
	charset=ISO-8859-1

Hello,


As a Mac user wanting to try out Mono and C# I had the same problem. I
couldn't find a MacOS X compatible IDE that supports C# in a painless
manner. The few that do support C# didn't work as good as one should
expect.=20


Finally, I fell back on Emacs, which supports about anything you can
imagine. I've put a short installation tutorial online at
=
http://www.filipdewaard.com/archives/30-Installing-C-syntax-highlighting-i=
n-Emacs.html
. Hopefully it will help somebody out there.


That said, I would prefer using Mono in an IDE like Eclipse or Xcode.
I haven't used MonoDevelop, but I guess that would be nice to. If we
want Mono to succeed on Mac, its essential to have full support in one
of the IDE's I mentioned.=20


Does anybody know if there will be many changes in the Xcode version
that will be shipped with Tiger? Andy is doing great work with his
Xcode plugins. When MonoDevelop isn't going to run on MacOS X anytime
soon, we should focus on Xcode compatibility, since Xcode is widely
used by the Mac developer community.


Regards,


Filip de Waard

Net Collective


On Apr 8, 2005, at 10:18 PM, Marcus Marinelli wrote:


<excerpt><fontfamily><param>Arial</param> Saw this on freshmeat.net
yesterday:</fontfamily>


=
<fontfamily><param>Arial</param><color><param>0000,0000,EEED</param>http:/=
/www.omnicore.com/xdevelop.htm</color></fontfamily>


<fontfamily><param>Arial</param>What got my interest piqued is the
fact that it uses the same .sln file format as VS.NET for Windows
does. This means I could potentially use this product to port
current/existing projects that I am working on currently using VS.NET
which is a big plus for me.</fontfamily>


<fontfamily><param>Arial</param>Unfortunatly, two major issues with it =
-</fontfamily>

<fontfamily><param>Arial</param>- They won't (can't) release a build
for OS X until apple releases J2SE 5.0 for OS X.</fontfamily>

<fontfamily><param>Arial</param>- It's not free.</fontfamily>


<fontfamily><param>Arial</param>Hopefully they will be able to release
a build for us in a few weeks time, because according to the java FAQ
at apple.com, they should be releasing 5.X with tiger.</fontfamily>


<fontfamily><param>Arial</param>I've used linux and win32 versions of
slickedit myself, and although I liked the VI key-binding support (my
orig. reason for trying to see if I could use it to replace VS.NET),
it seemed to have much clunkier support for both the .sln solution
file format, MS' c# debugger, and SCC plugins (I use perforce
personally, I hear CVS works pretty well with it.)</fontfamily>


<fontfamily><param>Arial</param>-marcus</fontfamily>


<fontfamily><param>Arial</param><x-tad-bigger>----- Original Message
-----</x-tad-bigger></fontfamily>

=
<bold><fontfamily><param>Arial</param><x-tad-bigger>From:</x-tad-bigger></=
fontfamily></bold><fontfamily><param>Arial</param><x-tad-bigger>
=
</x-tad-bigger><color><param>0000,0000,EEED</param><x-tad-bigger><<jeff_gr=
imshaw@comcast.net></x-tad-bigger></color></fontfamily>

=
<bold><fontfamily><param>Arial</param><x-tad-bigger>To:</x-tad-bigger></fo=
ntfamily></bold><fontfamily><param>Arial</param><x-tad-bigger>
=
</x-tad-bigger><color><param>0000,0000,EEED</param><x-tad-bigger><<mono-os=
x@lists.ximian.com></x-tad-bigger></color></fontfamily>

=
<bold><fontfamily><param>Arial</param><x-tad-bigger>Date:</x-tad-bigger></=
fontfamily></bold><fontfamily><param>Arial</param><x-tad-bigger>
Friday, April 8 2005 13:10</x-tad-bigger></fontfamily>

=
<bold><fontfamily><param>Arial</param><x-tad-bigger>Subject:</x-tad-bigger=
></fontfamily></bold><fontfamily><param>Arial</param><x-tad-bigger>
Re: [Mono-osx] Getting MonoDevelop running on =
OS/X</x-tad-bigger></fontfamily>

<fontfamily><param>Arial</param>Sadly, no, SubEthaEdit doesn't do code
completion. :( I don't know of any editor that does it on OSX, but I
haven't tried VSE. </fontfamily>


<fontfamily><param>Arial</param> --Jeff </fontfamily>



<fontfamily><param>Arial</param>> Does SubEthaEdit support Code
completion?</fontfamily>

<fontfamily><param>Arial</param> > </fontfamily>

<fontfamily><param>Arial</param> > As of today my prefered .cs editor
under OS X is Eclipse with the </fontfamily>

<fontfamily><param>Arial</param> > Improve csharp plugin.
Unfortenately without code completion.</fontfamily>

<fontfamily><param>Arial</param> > </fontfamily>

<fontfamily><param>Arial</param> > Andreas</fontfamily>

<fontfamily><param>Arial</param> > </fontfamily>

<fontfamily><param>Arial</param> > P=E5 8. apr. 2005 kl. 20.55 skrev
jeff_grimshaw@comcast.net:</fontfamily>

<fontfamily><param>Arial</param> > </fontfamily>

<fontfamily><param>Arial</param> > > As an alternative to VSE, you may
want to try SubEthaEdit. That's my </fontfamily>

<fontfamily><param>Arial</param> > > fav free (as in beer) editor for
OSX. </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> >
http://www.codingmonkeys.de/subethaedit/</fontfamily>

<fontfamily><param>Arial</param> > > </fontfamily>

<fontfamily><param>Arial</param>> > --Jeff </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> >> If you want intellisense under OS
X try Visual slickedit. You can </fontfamily>

<fontfamily><param>Arial</param>> >> download an evaluationversion
from the publishers website. </fontfamily>

<fontfamily><param>Arial</param>> >> I have tested visual slickedit
and liked the software, but found it </fontfamily>

<fontfamily><param>Arial</param> > >> too </fontfamily>

<fontfamily><param>Arial</param>> >> expensive for hobby usage. =
</fontfamily>

<fontfamily><param>Arial</param>> >> </fontfamily>

<fontfamily><param>Arial</param>> >> =
http://www.slickedit.com/</fontfamily>

<fontfamily><param>Arial</param> > >> </fontfamily>

<fontfamily><param>Arial</param>> >> There is also a plugin available
for Eclipse. I believe the version </fontfamily>

<fontfamily><param>Arial</param> > >> for </fontfamily>

<fontfamily><param>Arial</param>> >> 2.x has code =
completion.</fontfamily>

<fontfamily><param>Arial</param> > >> </fontfamily>

<fontfamily><param>Arial</param>> >> andreas </fontfamily>

<fontfamily><param>Arial</param>> >> </fontfamily>

<fontfamily><param>Arial</param>> >> </fontfamily>

<fontfamily><param>Arial</param>> >> P=E5 8. apr. 2005 kl. 20.22 skrev
Steve.Mentzer@lw.com:</fontfamily>

<fontfamily><param>Arial</param> > >> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> Yes, I installed the druware
tools for xcode. I like xcode, but hate </fontfamily>

<fontfamily><param>Arial</param>> >>> the keybindings.</fontfamily>

<fontfamily><param>Arial</param> > >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> I am a long-time VS6/VS.NET
developer, and have frequent mental </fontfamily>

<fontfamily><param>Arial</param> > >>> blocks </fontfamily>

<fontfamily><param>Arial</param>> >>> when jumping between IDE's.
Maybe I am just too old. :) </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> I would also LOVE to get
intellisense for C#/.NET in XCode. Does </fontfamily>

<fontfamily><param>Arial</param>> >>> anyone know if Xcode allows an
intellisense plugin? </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> Yes, I am a lazy programmer. :) =
</fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> -----Original Message----- =
</fontfamily>

<fontfamily><param>Arial</param>> >>> From: jeff_grimshaw@comcast.net
[mailto:jeff_grimshaw@comcast.net]</fontfamily>

<fontfamily><param>Arial</param> > >>> Sent: Friday, April 08, 2005
11:16 AM </fontfamily>

<fontfamily><param>Arial</param>> >>> To: Mentzer, Steve (GSO);
mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> > >>> Subject: Re: [Mono-osx] Getting
MonoDevelop running on OS/X </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> There's also an effort underway
to make XCode more mono-friendly. </fontfamily>

<fontfamily><param>Arial</param> > >>> Dru </fontfamily>

<fontfamily><param>Arial</param>> >>> has some cool stuff here: =
</fontfamily>

<fontfamily><param>Arial</param>> >>>
http://www.druware.com/products/xcodetools.html</fontfamily>

<fontfamily><param>Arial</param> > >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> Also, the mono wiki states: =
</fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> Additionaly, the Cocoa# project
is creating a number of framework and </fontfamily>

<fontfamily><param>Arial</param>> >>> integrating Mono within the
Apple XCode development chain that allow </fontfamily>

<fontfamily><param>Arial</param>> >>> MacOS X developers to develop
applications that leverage MacOS X </fontfamily>

<fontfamily><param>Arial</param>> >>> native UI and class libraries. =
</fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> This might be a more promising
path than installing the whole Gtk </fontfamily>

<fontfamily><param>Arial</param> > >>> mess </fontfamily>

<fontfamily><param>Arial</param>> >>> and hacking on =
MonoDevelop.</fontfamily>

<fontfamily><param>Arial</param> > >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> --Jeff </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> Hey folks, </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> Does anyone know of a
comprehensive set of instructions detailing </fontfamily>

<fontfamily><param>Arial</param>> >>> what </fontfamily>

<fontfamily><param>Arial</param>> >>>> needs to be done to install
MonoDevelop on an clean os/x 10.3.8 box</fontfamily>

<fontfamily><param>Arial</param> > >>>> running Fink? </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> All the examples/instructions I
have seeen are woefully out of date, </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> and I would be happy to work
with someone who has gotten it working </fontfamily>

<fontfamily><param>Arial</param>> >>> to </fontfamily>

<fontfamily><param>Arial</param>> >>>> develop a user friendly set of
instructions.</fontfamily>

<fontfamily><param>Arial</param> > >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> Thanks! </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> Steve </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> This email may contain material
that is confidential, privileged </fontfamily>

<fontfamily><param>Arial</param>> >>>> and/or attorney work product
for the sole use of the intended </fontfamily>

<fontfamily><param>Arial</param>> >>>> recipient. Any review, reliance
or distribution by others or </fontfamily>

<fontfamily><param>Arial</param>> >>>> forwarding without express
permission is strictly prohibited. If </fontfamily>

<fontfamily><param>Arial</param>> >>> you </fontfamily>

<fontfamily><param>Arial</param>> >>>> are not the intended recipient,
please contact the sender and delete </fontfamily>

<fontfamily><param>Arial</param>> >>> all copies. </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> Latham & Watkins LLP =
</fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>> </fontfamily>

<fontfamily><param>Arial</param>> >>>>
_______________________________________________</fontfamily>

<fontfamily><param>Arial</param> > >>>> Mono-osx mailing list =
</fontfamily>

<fontfamily><param>Arial</param>> >>>> =
Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> > >>>>
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> This email may contain material
that is confidential, privileged </fontfamily>

<fontfamily><param>Arial</param>> >>> and/or attorney work product for
the sole use of the intended </fontfamily>

<fontfamily><param>Arial</param>> >>> recipient. Any review, reliance
or distribution by others or </fontfamily>

<fontfamily><param>Arial</param>> >>> forwarding without express
permission is strictly prohibited. If you </fontfamily>

<fontfamily><param>Arial</param>> >>> are not the intended recipient,
please contact the sender and delete </fontfamily>

<fontfamily><param>Arial</param>> >>> all copies. </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> Latham & Watkins LLP </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>>
_______________________________________________</fontfamily>

<fontfamily><param>Arial</param> > >>> Mono-osx mailing list =
</fontfamily>

<fontfamily><param>Arial</param>> >>> =
Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> > >>>
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >>> </fontfamily>

<fontfamily><param>Arial</param>> >> Andreas Ringdal </fontfamily>

<fontfamily><param>Arial</param>> >> =
http://andreas.ringdal.no</fontfamily>

<fontfamily><param>Arial</param> > >> tel: 98 22 18 75 </fontfamily>

<fontfamily><param>Arial</param>> >> </fontfamily>

<fontfamily><param>Arial</param>> >>
_______________________________________________</fontfamily>

<fontfamily><param>Arial</param> > >> Mono-osx mailing list =
</fontfamily>

<fontfamily><param>Arial</param>> >> =
Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> > >>
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

<fontfamily><param>Arial</param>> >
_______________________________________________</fontfamily>

<fontfamily><param>Arial</param> > > Mono-osx mailing list </fontfamily>

<fontfamily><param>Arial</param>> > =
Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> > >
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> > </fontfamily>

<fontfamily><param>Arial</param>> Andreas Ringdal </fontfamily>

<fontfamily><param>Arial</param>> http://andreas.ringdal.no</fontfamily>

<fontfamily><param>Arial</param> > tel: 98 22 18 75 </fontfamily>

<fontfamily><param>Arial</param>> </fontfamily>

<fontfamily><param>Arial</param> >
_______________________________________________</fontfamily>

<fontfamily><param>Arial</param> > Mono-osx mailing list </fontfamily>

<fontfamily><param>Arial</param>> Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param> >
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

=
<fontfamily><param>Arial</param>__________________________________________=
_____</fontfamily>

<fontfamily><param>Arial</param> Mono-osx mailing list </fontfamily>

<fontfamily><param>Arial</param>Mono-osx@lists.ximian.com</fontfamily>

<fontfamily><param>Arial</param>
http://lists.ximian.com/mailman/listinfo/mono-osx </fontfamily>

<fontfamily><param>Arial</param>
_______________________________________________ Mono-osx mailing list
Mono-osx@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-osx</fontfamily></excerpt>=

--Apple-Mail-17--312420553--