64d4dfe2ff
hook up progress-bar, uri display
...
the road to callback hell is plagued with good intentions:
I am not unwilling to revisit this code if it gets any more gnarly
2023-01-01 00:11:01 +00:00
ec391a9e57
delete unused params
2022-12-31 23:24:38 +00:00
7065b89c92
visit-location defaults to current
2022-12-31 17:33:20 +00:00
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