[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 29/255: q now quits a sgf display buffer
From: |
Eric Schulte |
Subject: |
[elpa] 29/255: q now quits a sgf display buffer |
Date: |
Sun, 16 Mar 2014 01:02:13 +0000 |
eschulte pushed a commit to branch go
in repository elpa.
commit 3cdb94591741d04dbf95193a74da928003165ded
Author: Eric Schulte <address@hidden>
Date: Wed May 16 23:48:02 2012 -0400
q now quits a sgf display buffer
---
sgf.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sgf.el b/sgf.el
index 828c74e..7b0096c 100644
--- a/sgf.el
+++ b/sgf.el
@@ -391,7 +391,8 @@
(let ((map (make-sparse-keymap)))
(define-key map (kbd "<right>") 'right)
(define-key map (kbd "<left>") 'left)
- (define-key map (kbd "q") 'kill-buffer)
+ (define-key map (kbd "q") (lambda () (interactive)
+ (kill-buffer (current-buffer))))
map)
"Keymap for `sgf-mode'.")
- [elpa] 17/255: not using "I" as an index, (continued)
- [elpa] 17/255: not using "I" as an index, Eric Schulte, 2014/03/15
- [elpa] 20/255: alright "i" *is* a valid position identifier, Eric Schulte, 2014/03/15
- [elpa] 16/255: cleaned up board printing, Eric Schulte, 2014/03/15
- [elpa] 09/255: parsing more complex trees, Eric Schulte, 2014/03/15
- [elpa] 19/255: moving games/ -> sgf-files/, Eric Schulte, 2014/03/15
- [elpa] 10/255: helper functions, Eric Schulte, 2014/03/15
- [elpa] 24/255: right and left implemented but buggy, Eric Schulte, 2014/03/15
- [elpa] 23/255: more complex but more intuitive and useful `range', Eric Schulte, 2014/03/15
- [elpa] 21/255: display sgf file as a go board in a buffer, Eric Schulte, 2014/03/15
- [elpa] 25/255: right and left are mainly working, Eric Schulte, 2014/03/15
- [elpa] 29/255: q now quits a sgf display buffer,
Eric Schulte <=
- [elpa] 28/255: adding a major mode for board navigation keys, Eric Schulte, 2014/03/15
- [elpa] 27/255: implementation notes, Eric Schulte, 2014/03/15
- [elpa] 31/255: a test to protect against unwanted state changes, Eric Schulte, 2014/03/15
- [elpa] 33/255: removing dead pieces after moves, Eric Schulte, 2014/03/15
- [elpa] 35/255: compiled and caught some minor issues, Eric Schulte, 2014/03/15
- [elpa] 32/255: consolidating utility functions, Eric Schulte, 2014/03/15
- [elpa] 30/255: saving the board configuration with each sgf step, Eric Schulte, 2014/03/15
- [elpa] 18/255: applying moves to a board, Eric Schulte, 2014/03/15
- [elpa] 37/255: remove debug printf, Eric Schulte, 2014/03/15
- [elpa] 34/255: beginning to stub out tests for dead stone removal, Eric Schulte, 2014/03/15