From d050f808abf30fc7b1871b64282d305624349004 Mon Sep 17 00:00:00 2001
From: Christophe Rhodes <csr21@cantab.net>
Date: Tue, 13 Sep 2011 12:39:05 +0100
Subject: [PATCH] log some more bugs

---
 BUGS.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/BUGS.org b/BUGS.org
index 916641c..f8b4be6 100644
--- a/BUGS.org
+++ b/BUGS.org
@@ -38,6 +38,13 @@
   first, assuming that they all parse).  We should be a bit more like
   R's repl, evaluating each of the exprs in turn and treating the
   results a bit like CL's multiple values
+* OPEN #11 no newline when using :popup-buffer for ?help              :MINOR:
+  Logged here so that I don't forget it if I sort out #9 first: we
+  need to be able to indicate "no repl result please" if we open a new
+  temporary buffer to display the result.
+* OPEN #12 need to be more careful when searching for completions    :NORMAL:
+  Gets thoroughly confused on completing "read." because the "." is
+  treated as a regexp "any character" pattern.
 * COMMENT:
 Local Variables:
 mode: org;
-- 
2.39.5