Go to file
Daniel Barlow 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
doc add indefinite article 2022-12-23 16:29:42 +00:00
test move command state into per-frame table 2022-12-27 12:25:50 +00:00
.dir-locals.el add socket repl 2022-12-21 21:51:06 +00:00
COPYING add license 2022-12-22 22:57:24 +00:00
Makefile restart tests when entr fails 2022-12-23 14:39:35 +00:00
Procfile restart tests when entr fails 2022-12-23 14:39:35 +00:00
README add license 2022-12-22 22:57:24 +00:00
buffer.fnl move command state into per-frame table 2022-12-27 12:25:50 +00:00
build.nix derivations copied from Just Browsing 2022-12-19 18:49:10 +00:00
command.fnl move command state into per-frame table 2022-12-27 12:25:50 +00:00
default.nix add lume module 2022-12-27 12:23:24 +00:00
dunlin.fnl move command state into per-frame table 2022-12-27 12:25:50 +00:00
frame.fnl move command state into per-frame table 2022-12-27 12:25:50 +00:00
keymap.fnl express keymap bindings as [command-name args] 2022-12-26 16:53:41 +00:00
musing.md some musing about switch-to-buffer 2022-12-26 14:48:53 +00:00
repl.sh add socket repl 2022-12-21 21:51:06 +00:00
shell.nix improve test harness 2022-12-21 15:26:24 +00:00
socket-repl.fnl add socket repl 2022-12-21 21:51:06 +00:00

README

See doc/index.md

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version. You can find the full text of the License
in the file COPYING in this directory