Matthew White

Results 65 comments of Matthew White

Forced push done: - Rebase on master. - Update **readme.md** across commits: `git log --patch readme.md` - Fix commit _Save state command_: + Add `s` command to comments. - Fix...

I took some time to look at **Cask**... Forced push: - Update tests: `git log --patch test/resize-window-test.el` - Fix commit _Capture key combinations like "M-w"_: + Convert capital key sequence...

> The only thing that I need to happen is a way to stop the event loop on unrecognized input. Could `resize-window-unregistered-key-quit` be a possible answer? > Cask is what...

Updated `.travis.yml` to install latest `texinfo`. This fixes `configure: error: You do not seem to have makeinfo >= 4.13`: ``` before_install: - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && source ./travis.sh...

Currently working on forward/backward stack movements... I'm trying different behaviours...

@dpsutton I'm pushing the latest commit for review... Forced push: - New commit _Stack forward/backward movements_. - Fix commit _Window configurations stack management_: + Update docstrings. + Set `resize-window--window-stack` to...

> I've run into a show stopper that needs to be addressed. Using resize-window will alter the window layout of other frames. @dpsutton Thanks for spotting that! resize-window is currently...

Forced push: - New commit _Drop current configuration from the stack_. - Fix commit _Stack forward/backward movements_: + Reword commit comment. + More stack utility functions. - Fix commit _Window...

@dpsutton I pushed a `readme.md` with some explanations about the stack... I'll be glad if you could take a look... Forced push: - New commit _Update readme.md with stack details_....

Forced push: - Fix commit _Stack forward/backward movements_ + Suspend the notification if the minibuffer is active (`ivy-switch-buffer` related). - Insert commit _Allow to forcibly replace a key binding_. -...