diff options
Diffstat (limited to 'itches/emacs/tracker.org')
| -rw-r--r-- | itches/emacs/tracker.org | 61 |
1 files changed, 46 insertions, 15 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 788a86c..594bbf0 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -12,9 +12,11 @@ entries: - =watcher= :: issues reported by someone else… - I have taken a stab at, - I could take a stab at, if time permits, - - I'll tip my hat to whoever solves it. + - I'll tip my hat to whoever solves it, - =PatchApplied= :: whether my patches were applied, -- =TestAdded= :: whether I added a unit test. +- =TestAdded= :: whether I added a unit test, +- =Kudos= :: bragging is all well and good, but there's also tons of + helpful folks who deserve thanks. * GNU Emacs ** Build process @@ -22,8 +24,8 @@ entries: **** DONE [[bug:38492]] Warn pdumper users when pure space has been overflowed :PROPERTIES: :Role: author +:Kudos: eliz,fixing :END: -Fixed by Eli. *** LEIM **** DONE [[bug:54816]] Silent "Compiler-macro error for cl-member" when building from scratch :PROPERTIES: @@ -36,13 +38,13 @@ Fixed by Eli. ***** DONE [[bug:35781]] Improve font display on Cairo builds :PROPERTIES: :Role: author +:Kudos: YAMAMOTO Mitsuharu,fixing :END: -Fixed by Yamamoto Mitsuharu. ***** DONE [[bug:35871]] Fix SVG transparency with Cairo :PROPERTIES: :Role: author +:Kudos: YAMAMOTO Mitsuharu,fixing :END: -Fixed by Yamamoto Mitsuharu. **** Fonts ***** TODO Rank candidate fonts consistently wrt. their version field I sometimes have two versions of a font installed, e.g. the @@ -64,8 +66,9 @@ when ranking fonts; it'd be nice if Emacs's ~find-font~ did so too. **** DONE [[bug:41584]] org-indent-mode's line-prefix text property flickers near overlays :PROPERTIES: :Role: author +:Kudos: eliz,fixing :END: -First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli. +First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. **** TODO [[bug:52983]] Implement visual-fill-column equivalent in display engine The status quo is disheartening: @@ -91,12 +94,12 @@ Not sure what the right approach is: On HiDPI displays, various elements (fringe bitmaps, fringe width, underline, strikethrough) are tiny. ***** DONE Heed scaling changes +:PROPERTIES: +:Kudos: Po Lu,fixing,emacs.git:b18d4dbe0d +:END: Changing the desktop's DPI scaling (which in my use-case happens whenever I hit my KVM's switch) causes a running Emacs's default face to become either huge or tiny. - -Fixed by Po Lu in 2022-11-19 "Fix automatic DPI adjustment and add -workarounds for some systems" (b18d4dbe0d). *** 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 @@ -143,19 +146,28 @@ functions. **** DONE [[bug:41077]] Segfaults when compiling ELC+ELN :PROPERTIES: :Role: author +:Kudos: Andrea,fixing :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]]. + +FTR, I attached a couple of helpful scripts to that report to measure +the time & memory consumption of native compilation. **** DONE [[bug:41194]] fibn benchmark exhausts memory :PROPERTIES: :Role: author +:Kudos: Andrea,fixing :END: Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). + +FTR, that report was the occasion to try out Org spreadsheet formulas, +in order to compare =elisp-benchmarks= results. ** Elisp *** DONE [[bug:30008]] Subdirectory vs major mode in .dir-locals.el :PROPERTIES: :Role: author +:Kudos: Neil Roberts,fixing :END: Unnoticed for a year, then merged with subsequent duplicate [[bug:33400]]. *** TODO Make cursor appearance context-dependent @@ -169,12 +181,13 @@ Use-cases: **** DONE [[bug:36803]] Update mode-line of every window when compilation ends :PROPERTIES: :Role: author +:Kudos: StefanM,fixing :END: -Fixed by Stefan. *** completion **** DONE [[bug:52169]] "Args out of range" when completing shell command :PROPERTIES: :Role: author +:Kudos: StefanM,fixing :END: *** font-lock **** DONE [[bug:35476]] font-lock-{append,prepend}-text-property and anonymous faces @@ -182,12 +195,14 @@ Fixed by Stefan. :Role: author :PatchApplied: t :TestAdded: t +:Kudos: StefanM,fixing :END: Started off as an [[orgmode:87r2a4ztt2.fsf@gmail.com][org-mode bug]]; Stefan applied a proper fix, then I added in some refactoring and unit tests. **** DONE [[bug:39597]] M-x occur adds fontification to fundamental-mode :PROPERTIES: :Role: author +:Kudos: Juri,fixing&StefanM,fixing :END: Fixed by Stefan & Juri. *** fonts @@ -253,6 +268,7 @@ Simple example of these predicates in action: string pred)))) #+end_src + *** kill-ring **** DONE [[bug:60841]] ~copy-region-blink-delay~ spuriously kicks in when the =region= face has =:inverse-video= :PROPERTIES: @@ -380,13 +396,14 @@ patch's title (and a whole new message by the maintainer). **** DONE [[bug:51556]] Poor contrast of Customize SVG icons with dark backgrounds :PROPERTIES: :Role: author +:Kudos: StefanK,fixing :END: *** Dired **** DONE [[bug:23284]] Cannot input 'Y' with dired-do-query-replace-regexp :PROPERTIES: :Role: author +:Kudos: Dmitry,fixing :END: -Fixed by Dmitry. **** DONE [[bug:28969]] Confirmation prompt for wildcard not surrounded by whitespace :PROPERTIES: :Role: author @@ -395,7 +412,10 @@ Fixed by Dmitry. :END: My commit message ran afoul of debbugs.el's =M-m= again. *** ERC -**** TODO Support SASL authentication +**** +Support SASL authentication+ +:PROPERTIES: +:Kudos: J.P.,fixing +:END: Got bitten by this when trying to connect to irc.freenode.net from =alyon-654-1-454-60.w109-213.abo.wanadoo.fr=: #+begin_quote @@ -443,6 +463,9 @@ like it's not too hard to implement? Ideally Emacs's builtin =sasl.el= should be reused; that would let ERC support better SASL mechanisms than =PLAIN=. **** +Make timestamps robust vs window width changes+ +:PROPERTIES: +:Kudos: J.P.,fixing +:END: *Solved in 5.6 with ~erc-fill-wrap~.* The =:align-to= spec for right timestamps inserts a fixed number of @@ -555,8 +578,9 @@ E.g. =gnutls-….png= **** DONE [[orgmode:877efbgi4i.fsf@gmail.com]] Binding org-insert-todo-heading to M-S-RET :PROPERTIES: :Role: author +:Kudos: Nicolas Goaziou,fixing :END: -Inspired by [[https://github.com/jrblevin/markdown-mode/pull/317][jrblevin/markdown-mode#317]]; fixed by Nicolas. +Inspired by [[https://github.com/jrblevin/markdown-mode/pull/317][jrblevin/markdown-mode#317]]. **** DONE [[orgmode:87r2a4ztt2.fsf@gmail.com]] Bug: Strike-through messes with heading face :PROPERTIES: :Role: author @@ -718,6 +742,7 @@ Unfortunately my attempt was [[bug:50320][too naive]] and got reverted. I'll ha :PROPERTIES: :Role: author :TestAdded: t +:Kudos: StefanM,fixing :END: Fixed by Stefan. It took some time and effort, but I eventually managed to write a unit test. @@ -725,8 +750,8 @@ managed to write a unit test. **** DONE [[bug:38024]] icomplete sometimes fails to show completions after backward-killing words :PROPERTIES: :Role: author +:Kudos: João,fixing :END: -Fixed by João. **** TODO [[bug:40152]] icomplete vs recursive prompts :PROPERTIES: :Role: author @@ -806,7 +831,10 @@ To avoid accidents like [[bug:28969]], [[bug:39504]], [[bug:41810]], and [[bug:57733]]. ** diff-hl *** DONE [[https://github.com/dgutov/diff-hl/issues/142][#142]] Weird interaction between diff-hl-flydiff-mode and org-indent-mode -Eventually reported back to Emacs core in [[bug:41584]] and fixed by Eli. +:PROPERTIES: +:Kudos: eliz,fixing +:END: +Eventually reported back to Emacs core in [[bug:41584]]. ** which-key *** DONE [[https://github.com/justbur/emacs-which-key/issues/314][#314]] Some keymap names no longer show up :PROPERTIES: @@ -903,6 +931,7 @@ Kludge: *** DONE +[[https://github.com/magit/magit/pull/4207][magit/magit#4207]]+ [[https://github.com/magit/magit/pull/4213][magit/magit#4213]] Autoload magit-file-mode-map correctly :PROPERTIES: :Role: author +:Kudos: tarsius :END: The initial state of affairs: @@ -936,10 +965,12 @@ E.g. as configured in =magit/= repositories. This affects =SPC= and :PROPERTIES: :Role: author :TestAdded: t +:Kudos: jrblevin :END: *** DONE [[https://github.com/jrblevin/markdown-mode/issues/223][jrblevin/markdown-mode#223]] Bold markers mess up italics detection :PROPERTIES: :Role: author +:Kudos: jrblevin :END: *** DONE [[https://github.com/jrblevin/markdown-mode/pull/252][jrblevin/markdown-mode#252]] Fix markdown-inline-code-face's :inherit attribute :PROPERTIES: |
