diff options
| author | Juri Linkov | 2019-10-01 23:15:03 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-01 23:15:03 +0300 |
| commit | 2698d3dba2e9858b026ed127d4de3f86810a5ef3 (patch) | |
| tree | 8e9b8f194cfcad8af83a4174a0105bbc691f06d6 /etc/TODO | |
| parent | 25f45d710e91a7c1049f056ff27bc3e6968f5624 (diff) | |
| parent | 3f981a0a89bca47a207fb362485f07e7322bb145 (diff) | |
| download | emacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.tar.gz emacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.zip | |
Merge branch 'feature/tabs'
Diffstat (limited to 'etc/TODO')
| -rw-r--r-- | etc/TODO | 14 |
1 files changed, 0 insertions, 14 deletions
| @@ -324,20 +324,6 @@ consistency checks that make sure the new code computes the same results | |||
| 324 | as the old code. And once that works well, we can remove the old code | 324 | as the old code. And once that works well, we can remove the old code |
| 325 | and old fields. | 325 | and 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 | ||
| 330 | had the window configuration mechanism in GNU Emacs since the | ||
| 331 | beginning but we have never developed a good user interface to take | ||
| 332 | advantage of them. Eclipse's user interface seems to be good. | ||
| 333 | |||
| 334 | Perspectives work well even if you do the equivalent of C-x 4 C-f | ||
| 335 | because of the distinction between view windows vs file windows. In | ||
| 336 | Emacs this is more or less the "dedicated window" feature, but we have | ||
| 337 | never really made it work for this. | ||
| 338 | |||
| 339 | Perspectives also need to interact with the tabs. | ||
| 340 | |||
| 341 | ** FFI (foreign function interface) | 327 | ** FFI (foreign function interface) |
| 342 | See eg https://lists.gnu.org/r/emacs-devel/2013-10/msg00246.html | 328 | See eg https://lists.gnu.org/r/emacs-devel/2013-10/msg00246.html |
| 343 | 329 | ||