ag91 / moldable-emacs

Adapting Emacs for moldable development
GNU General Public License v3.0
105 stars 8 forks source link

Issues with tutorial ListCurrentEmacsBuffersAndSizesInBarChart.org #12

Closed DamienCassou closed 2 years ago

DamienCassou commented 2 years ago

invoke M-x and type me/mold

I guess it is me-mold instead

type “Playground”

I get

Warning (emacs): Mold nil has no examples! Would you mind to add one?
You can use TODO now to add the last usage as an example

and no buffer opens. After reading the README, I realize I needed to do (me-setup-molds). You might want to repeat it in the tutorial if it is meant for new users.

type “PlistToBarChart” and hit return

I get an error about missing csv-mode. You might want to add csv-mode to prerequisites.

ag91 commented 2 years ago

ah thanks for the feedback! I completely forgot that csv-mode was an external dependency, sorry! A second I will rectify these

DamienCassou commented 2 years ago

Then I got

graph --bar --figsize 2560x1080 --xtick-angle 90 /tmp/somefile.csv: exited abnormally with code 1.

Executing that in a terminal reveals an issue with graph.

DamienCassou commented 2 years ago

Thank you very much for your work on this tutorial. It's really a good way to start.

kat-co commented 2 years ago

Then I got

graph --bar --figsize 2560x1080 --xtick-angle 90 /tmp/somefile.csv: exited abnormally with code 1.

Executing that in a terminal reveals an issue with graph.

matplotlib should be listing pyqt as a dependency. If you put this somewhere python can find it, you should be good.

ag91 commented 2 years ago

@DamienCassou can I close this or do I need to improve something? (Maybe you could suggest another software for plotting that is as easy to use as graph-cli?)

DamienCassou commented 2 years ago

I'm closing the issue. Thank you for having worked on it.