Paul W. Rankin

Results 107 comments of Paul W. Rankin

This is weird. Okay to debug, try the following: 1. start Emacs with `emacs -Q` 2. `M-x load-file RET path/to/fountain-mode.el` 3. open and export your script How are you verifying...

Okay that isolates it to something in your config so I’ll close this. Sorry can’t be of more help.

It’s a weird one. But if it can’t be reproduced with `emacs -Q` there’s not much I can do sorry.

Yes a `fountain-stats` command would probably be good. As discussed in IRC I don't think this should attempt to time the script, but there's plenty of other interesting stats that...

I don't have much interest in timing a script (beyond the old rule of one page = one minute). There are other stats that could be interesting. A distraction from...

Tutorial screenshot

@yibie each file can use whatever major mode you like.

First thing's first... do the default key bindings work when you load Emacs with this? ``` emacs -Q -l PATH/TO/binder.el -l PATH/TO/binder-tutorial.el ```

Yes, when debugging it's essential to test with `-Q` to bypass the init. If you're new to Emacs and you've been pasting random stuff into your init file (probably encouraged...