Lisp HUG Maillist Archive

Programmatically opening the editor and editing a number of files.

Hi,

I am interested in opening the LispWorks editor when my .lispworks file
is loaded and also having it open a number of files into buffers ready
for editing.

I think there is the editor:find-file-buffer command for loading the
files into buffers but I don't have a clue about what function to call
to get the editor to open up.

Any help would be appreciated.

Regards,

Matthew





Re: Programmatically opening the editor and editing a number of files.


On Feb 18, 2008, at 6:44 PM, Matthew O'Connor wrote:

> I think there is the editor:find-file-buffer command for loading the
> files into buffers but I don't have a clue about what function to call
> to get the editor to open up.

(cl:ed) will open the editor.



John DeSoi, Ph.D.





Re: Programmatically opening the editor and editing a number of files.

(editor:find-file-command nil (current-pathname "defsys.lisp"))

seems to work for me from the listener.

pt


Updated at: 2020-12-10 08:44 UTC