summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-05-20 15:45:10 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-05-23 19:45:46 +0200
commit65c6ba11e0e976b1a575c31e8dff162011c76107 (patch)
tree9d9fe400fa588813fa0c6c9509bd623194088d6c /itches
parentb5ba7c92dacddf644250b95531999d7e41e14646 (diff)
downloadmemory-leaks-65c6ba11e0e976b1a575c31e8dff162011c76107.tar.xz
Update itches tracker
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/tracker.org38
1 files changed, 11 insertions, 27 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 62e0549..34f439f 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -4,6 +4,7 @@
- Eli skeptical of final UI.
** bug#40152 icomplete vs recursive prompts
** bug#40520 Prevent duplicate thread titles in Gnus
+** bug#41194 [feature/native-comp] fibn benchmark exhausts memory
* following
** bug#39799 Most emoji sequences don’t render correctly
** bug#40280 gnus-cloud doesn't do anything useful
@@ -11,25 +12,9 @@
** bug
*** hi-lock-mode does not automatically pick up new occurrences in fundamental and text modes
See maybe bug#39597#41.
-*** new debbugs.el command to apply git-format-patch attachments
-To take some manual work off the maintainers:
-- bug#39504#21
- #+begin_quote
- I did it by hand since there were two patches in the email and the `M-m'
- command in debbugs-gnu (which does all this applying and marking with
- bug numbers automatically) doesn't like that.
- #+end_quote
-- bug#39504#24
- #+begin_src elisp
- (defun debbugs-gnu-am ()
- (gnus-mime-pipe-part "git am")
- (vc-checkin nil 'Git)
- (vc-git-log-edit-toggle-amend)
- ;; log-edit-done eventually errors out if vc-parent-buffer is not a
- ;; file-visiting buffer.
- (setq-local vc-parent-buffer (find-file-noselect "CONTRIBUTE")))
- #+end_src
** help
+*** Require in init file
+Cf. emacs-devel Message-ID <jwvh7xjchxv.fsf-monnier+emacs@gnu.org>.
* closed
** bug#23284 Cannot input 'Y' with dired-do-query-replace-regexp
Fixed by Dmitry.
@@ -58,15 +43,14 @@ Patch applied.
Patch applied.
Unfortunately debbugs.el does not handle multiple patches per message;
-the patch was thus applied manually, and somehow the first patch's
-diff ended up with the second patch's title (and a whole new message
-by the maintainer).
-
-I'll try to follow-up with a =git-am=-based function to apply patches
-at point from Gnus (cf. bug#39504#24).
+the first patch's diff was thus applied manually, with the second
+patch's title (and a whole new message by the maintainer).
** bug#39597 M-x occur adds fontification to fundamental-mode
Fixed by Stefan & Juri.
** bug#39680 electric-pair-mode broken by undo
-Fixed by Stefan.
-
-Still not clear why my ERT test is erratic.
+Fixed by Stefan. It took some time and effort, but I eventually
+managed to write a unit test.
+** bug#41077 [feature/native-comp] Segfaults when compiling ELC+ELN
+Took a couple of tries (and 3 days straight of compilation), but I got
+the branch to compile on my Samsung NC10. See also Andrea's [[https://akrl.sdf.org/gccemacs.html#org0280894][progress
+page]].