Turning off packing in LKB-FOS

We’re using the June 2024 build of the LKB for my class this quarter, and it appears that packing is on by default. This makes the parse chart confusing, and I’d like to know how to turn it off. I couldn’t quickly find anything in the menus that would do it. Does anyone know? Many thanks!

I think it’s:

(setq *chart-packing-p* nil)

in the terminal where the LKB-FOS is running.

Perfect – thank you!

I’m working on improving how LKB-FOS shows chart packing (in both the LUI and LKB native graphics), but the best solution for now is indeed (setq *chart-packing-p* nil) for the parser and (setq *gen-packing-p* nil) for the generator.

Thank you!