and therefore we must expect that soon,
there will be a new development environment,
that communicates with the CAD (ACAD, BCAD ...)
and that it will be very powerful,
(even more then BLADE)
very compatible with the COMMON LISP?
Not too soon, this is just a toy project that I tinker with in my spare time

Like I said, Blade is very good and more of an IDE (GUI based development) than what I can provide using just a text editor with plugins (text based development).
The language used _is_ Common Lisp

And will it be possible to use
all those functions we already use?
(VL-XXX VLA-XXX VLR-XXX VLAX-XXX VLE-XXX DOS_XXX ACET-XXX and more ....)
I haven't thought about that but not really, the idea is to give users access to the lower level C/C++ API's for more intensive work in say 3D modelling with the Brep API.
The idea is to be able to write thin _wrapper_ code for a C/C++ API in Common Lisp using CFFI and use it without the need to write any C/C++ code. Basically it's a blank piece of paper at the moment.
Should we start studying a little bit Common Lisp?
What do you suggest to start with?
And what IDE have we to use ?
EMACS ? VIM ?
ciao
Sure, and you can use any editor you like but to get the most bang for your buck it should be able to use a Slime plugin for the best IDE like setup (but no GUI).