diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-04-10 17:59:13 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-04-10 18:02:09 +0200 |
| commit | af190e1d75a7f27bd3080fa89a166ef8db17e071 (patch) | |
| tree | 068a93ba18c3b9aef9cd9d3883aa69687a84637d /itches/emacs | |
| parent | 79ab234039553ca13a770c108c3b75ae28a692bd (diff) | |
| download | memory-leaks-af190e1d75a7f27bd3080fa89a166ef8db17e071.tar.xz | |
Shuffle things around in Emacs tracker
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/tracker.org | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 882300e..251cdd1 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -17,8 +17,15 @@ entries: - =TestAdded= :: for bug reports, whether I added a unit test. * GNU Emacs +** Build process +*** Dump +**** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed +:PROPERTIES: +:Role: author +:END: +Fixed by Eli. ** Core -*** display +*** Display **** Cairo support ***** DONE [[bug:35781]] Improve font display on Cairo builds :PROPERTIES: @@ -61,7 +68,7 @@ Not sure what the right approach is: 1. ask Org to fontify the final newline, 2. ask display engine to consider the whole line to compute the height 3. ask display engine to ignore the newline to compute the height -*** input +*** Input **** TODO Translate unshifted keys to shifted if no bindings are found To make =C-x [0-9]= more accessible on AZERTY. Firefox does this, cf [[https://hg.mozilla.org/mozilla-unified/file/FIREFOX_80_0_1_RELEASE/widget/gtk/nsGtkKeyUtils.cpp#l1207][here]]: @@ -103,12 +110,19 @@ uint32_t KeymapWrapper::GetCharCodeFor(const GdkEventKey* aGdkKeyEvent, Maybe look at ~lookup-key~ in ~src/keymap.c~? Although ~src/gtkutil.c~ seems to be the place making the most calls to ~gdk_~ functions. -*** dump -**** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed +*** Native compilation +**** DONE [[bug:41077]] Segfaults when compiling ELC+ELN :PROPERTIES: :Role: author :END: -Fixed by Eli. +Took a couple of tries (and 3 days straight of compilation), but I got +the branch to compile on my Samsung NC10. See also update 8 on +Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]]. +**** DONE [[bug:41194]] fibn benchmark exhausts memory +:PROPERTIES: +:Role: author +:END: +Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). ** Elisp *** DONE [[bug:30008]] Subdirectory vs major mode in .dir-locals.el :PROPERTIES: @@ -580,23 +594,9 @@ split anyway"; the problem occurs without wrap-prefixes. :Role: author :PatchApplied: t :END: -** Experimental features -*** Native compilation -**** DONE [[bug:41077]] Segfaults when compiling ELC+ELN -:PROPERTIES: -:Role: author -:END: -Took a couple of tries (and 3 days straight of compilation), but I got -the branch to compile on my Samsung NC10. See also update 8 on -Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]]. -**** DONE [[bug:41194]] fibn benchmark exhausts memory -:PROPERTIES: -:Role: author -:END: -Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). ** ERT *** TODO Noninteractive pitfalls -- [ ] testing faces vs redisplay (org-mode feature) +- [ ] testing faces vs redisplay (org-mode dir-local TODO keywords) - [ ] post-command hooks (electric-pair + undo bug) - [ ] current buffer (run-python) * ELPA |
