bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/22249] objdump --dwarf-start can be very slow


From: nickc at redhat dot com
Subject: [Bug binutils/22249] objdump --dwarf-start can be very slow
Date: Tue, 10 Oct 2017 15:37:41 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]