aboutsummaryrefslogtreecommitdiffstats
path: root/etc/TODO
diff options
context:
space:
mode:
authorJuri Linkov2019-10-01 23:15:03 +0300
committerJuri Linkov2019-10-01 23:15:03 +0300
commit2698d3dba2e9858b026ed127d4de3f86810a5ef3 (patch)
tree8e9b8f194cfcad8af83a4174a0105bbc691f06d6 /etc/TODO
parent25f45d710e91a7c1049f056ff27bc3e6968f5624 (diff)
parent3f981a0a89bca47a207fb362485f07e7322bb145 (diff)
downloademacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.tar.gz
emacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.zip
Merge branch 'feature/tabs'
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/TODO b/etc/TODO
index 67de79f8a97..2c36f5bfe4b 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -324,20 +324,6 @@ consistency checks that make sure the new code computes the same results
324as the old code. And once that works well, we can remove the old code 324as the old code. And once that works well, we can remove the old code
325and old fields. 325and old fields.
326 326
327** Having tabs above a window to switch buffers in it.
328
329** "Perspectives" are named persistent window configurations. We have
330had the window configuration mechanism in GNU Emacs since the
331beginning but we have never developed a good user interface to take
332advantage of them. Eclipse's user interface seems to be good.
333
334Perspectives work well even if you do the equivalent of C-x 4 C-f
335because of the distinction between view windows vs file windows. In
336Emacs this is more or less the "dedicated window" feature, but we have
337never really made it work for this.
338
339Perspectives also need to interact with the tabs.
340
341** FFI (foreign function interface) 327** FFI (foreign function interface)
342See eg https://lists.gnu.org/r/emacs-devel/2013-10/msg00246.html 328See eg https://lists.gnu.org/r/emacs-devel/2013-10/msg00246.html
343 329