https://sourceware.org/bugzilla/show_bug.cgi?id=22249
--- Comment #10 from Nick Clifton <nickc at redhat dot com> --- Hi Tom, > Thread starts here: > > https://sourceware.org/ml/binutils/2017-10/msg00082.html All the changes look fine to me, apart from one. Patch 2/5 has: +(defvar dwarf-mode-map + (let ((map (make-sparse-keymap))) + (set-keymap-parent special-mode-map) + (define-key map [(control ?m)] #'dwarf-insert-substructure) + map) + "Keymap for dwarf-mode buffers.") But when I tried to byte compile this function (using emacs 25.3.1) there was this warning message: dwarf-mode.el:186:6:Warning: set-keymap-parent called with 1 argument, but requires 2 I am not an emacs expert, but maybe this could be a problem ? Actually - on a related note - would you be interested in becoming the official maintainer for dwarf-mode.el ? Then you could make changes to the file without having to prod slow pokes like me. :-) Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils