Commit Graph

8 Commits

Author SHA1 Message Date
daa244c0b3 add switch-to-buffer command 2022-12-31 16:46:34 +00:00
e4ed51e137 add gtk stuff to show completions as user types 2022-12-31 16:46:34 +00:00
5069e6aff1 move command state into per-frame table
lots of dependent changes here, unfortunately

- get rid of Buffer.current (it's per-frame now)
- in define-command, functions providing default parameter values
   now accept frame as parameter
- in keymaps, parameter values are functions that accept frame as
   parameter
2022-12-27 12:25:50 +00:00
25d31e0262 use keymap to choose command to invoke 2022-12-22 22:42:45 +00:00
512e8cad2f remove debug print 2022-12-21 21:12:21 +00:00
0e103a673c first pass at commands with args
very rudimentary ui, and only handles string args
2022-12-21 15:26:24 +00:00
87448bd5ee add visit-location command
though it does hardcode the URL, making it less than generally useful
2022-12-20 11:14:27 +00:00
a34e63877d add buffer 2022-12-20 10:34:37 +00:00