NextPrevUpTopContentsIndex

7.4.1 Processing Foreign Code with the Editor

  1. Open the file test.h in the LispWorks Editor. Note that the buffer is in C Mode, indicated by "(C)" in the mode line.
  2. Use the menu command Buffer > Evaluate , or equivalently run Meta+X Evaluate Buffer .
  3. A new buffer named test.h (C->LISP) is created. It contains the prototype FLI definition forms generated by foreign-parser:process-foreign-file.
  4. You can now edit the Lisp forms if necessary (note that your new buffer is in Lisp mode) and save them to file. Follow the previous example from Step This edited version passes a string using :ef-mb-string:.

LispWorks Foreign Language Interface User Guide and Reference Manual - 27 Mar 2005

NextPrevUpTopContentsIndex