[Zope-dev] Quanta

Casey Duncan casey@zope.com
Tue, 8 Apr 2003 09:21:33 -0400


On Monday 07 April 2003 09:45 pm, "Ricardo L. A. B=E1nffy" wrote:
> Casey Duncan wrote:
> > I was able to help another user get quanta to play with external edit=
or.=20
Once=20
> > setup it seemed to work swimmingly, other than a couple of minor bugs=
 in=20
> > quantas command line handling (it seems to ignore certain command lin=
e=20
> > options it says it excepts).
>=20
> It's interesting because it contrasts sharply from what I experienced. =
I=20
> could upload something I did locally but always failed to edit any=20
> remote object, with or without extention, because of the path element=20
> confusion. It could be handy if someone who succeeded would put up a=20
> how-to on Zope and Quanta. In the meantime, I may put up a how-not-to=20
> describing my failures so, maybe, someone can point what I did wrong.
>=20
> As for the external editor, I guess they should (and I will suggest tha=
t=20
> formally, if nobody did that before) make a "this is the editor you wil=
l=20
> call when you can't figure out what it is" option.

They would be me ;^)

There is such and option:

[general]
editor =3D /path/to/editor

For quanta it should probably go under:

[content-type:text/*]
editor =3D /path/to/quanta
=20
hth,

-Casey