[வெள்ளி மே 13, 2022] Visuwesh wrote: > Tags: patch > > describe-keymap differs from other describe-* commands in that it does > not suggest the symbol at point which always annoyed me. This patch > makes describe-keymap consider the symbol at point first. > > [ I hope it is okay to use if-let family of macros in these files now? ] > > > > > In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.16.0, Xaw scroll bars) > Repository revision: ca3858563c7ba8ee3caa82fbd2b7c386ea60c0d3 > Repository branch: master > Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 > System Description: NixOS 21.11 (Porcupine) > > Configured using: > 'configure > --prefix=/nix/store/iqqk7iqfwmfc6r78xg2knyq7hww2mhs4-emacs-git-20220225.0 > --disable-build-details --with-modules --with-x-toolkit=lucid > --with-xft --with-cairo --with-native-compilation' Turns out I did not git pull master properly so that patch was against an old master. Updated patch attached here,