flamingos-cant (hopepunk arc)
- 3 Posts
- 2 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
flamingos-cant (hopepunk arc)@feddit.ukto
Technology@lemmy.world•ChatGPT's Atlas: The Browser That's Anti-WebEnglish
21·12 days agoNot really, Chrome has an overwhelming dominance on desktop despite not being preinstalled on any desktop operating system.


Not quite, a mode is basically a lisp function defined with a different macro that integrates it into the various systems (like showing up in the modeline when active). It can do basically anything, including setting keybinds.
No, a keybind can only run one function and what that function is is whatever last defined a binding for that key. Like, if one mode defines a key to be something and you activate another that also binds that key, the latter takes over.
Emacs does have something like you describe, where functions can be ‘advised’.