Can someone walk me through EXACTLY how to change a keybinding in PceEmacs?
The documentation is simply not clear and complete.
None of ChatGPT o1, Claude, Gemeni, could change a single keybinding with multiple attempts and feedback on errors.
We made multiple attempts at modifying Defaults, using multiple variations of syntax, we tried creating custom emacs modes or modifying emacs mode, we tried using “consult” with files, we tried send ing to various @stuff from the command line.
Bonus points for anyone who can show the exact sequence of documentation I’d read to learn how to make this happen.
Well, AFAIK, you cannot set key-bindings through the Defaults file. You can add Prolog files to refine modes. I have some of that stuff, so I’ve pushed it to GitHub - JanWielemaker/my-pceemacs-lib
After much experimenting, I finally see that the file’s name must be exactly fundamental_mode.pl, and it must be in the emacs subdirectory, and it mustn’t be sourced manually.
Then it “just works”.
Which documentation should I have picked that up from?