all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#24430: 25.1.50; incorrect edebug spec for cl-defstruct
@ 2016-09-13 19:20 Gemini Lasswell
  2016-09-14 20:04 ` Johan Bockgård
  0 siblings, 1 reply; 2+ messages in thread
From: Gemini Lasswell @ 2016-09-13 19:20 UTC (permalink / raw)
  To: 24430

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

Edebug fails to instrument code which uses cl-defstruct. I found an example of the problem in Emacs’s source tree. Here are the steps to reproduce it:

1. emacs -Q
2. C-x C-f emacs/lisp/emacs-lisp/avl-tree.el RET
3. M-x toggle-debug-on-error RET
4. M-x edebug-all-defs RET
5. M-x eval-buffer RET

Result: invalid-read-syntax error.  See attachment for backtrace. The cursor is at :named in the code excerpt below:

(cl-defstruct (avl-tree-
            ;; A tagged list is the pre-defstruct representation.
            ;; (:type list)
            :named
            (:constructor nil)
            (:constructor avl-tree--create (cmpfun))
            (:predicate avl-tree-p)
            (:copier nil))
  (dummyroot (avl-tree--node-create nil nil nil 0))
  cmpfun)


[-- Attachment #2: bug.txt --]
[-- Type: text/plain, Size: 14354 bytes --]

Debugger entered--Lisp error: (invalid-read-syntax "Failed matching" (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  signal(invalid-read-syntax ("Failed matching" (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))))
  edebug-syntax-error("Failed matching" (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  apply(edebug-syntax-error ("Failed matching" (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))))
  edebug-no-match(((:named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) "Failed matching" (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  edebug-match-sublist(((:named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  edebug-match-list((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  edebug-match-one-spec((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp])))
  edebug-match-&or((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) (symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))))
  edebug-match-specs((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) (&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))) edebug-match-specs)
  edebug-match((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) (&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))))
  edebug-match-one-spec((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))])
  edebug-match-specs((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) ([&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp)) edebug-match-specs)
  edebug-match-specs((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) ("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp)) edebug-match-specs)
  edebug-match-sublist((((avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925) ("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp)))
  edebug-match-list((((cl-defstruct (avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun)) (2579 (2580 . 2592) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925)) ("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp)))
  edebug-match-one-spec((((cl-defstruct (avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun)) (2579 (2580 . 2592) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925)) ("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp)))
  edebug-match-specs((((cl-defstruct (avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun)) (2579 (2580 . 2592) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925)) (("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp))) edebug-match-specs)
  edebug-match((((cl-defstruct (avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun)) (2579 (2580 . 2592) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925)) (("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp))))
  edebug-make-form-wrapper((((cl-defstruct (avl-tree- :named (:constructor nil) (:constructor avl-tree--create (cmpfun)) (:predicate avl-tree-p) (:copier nil)) (dummyroot (avl-tree--node-create nil nil nil 0)) cmpfun)) (2579 (2580 . 2592) (2593 (2594 . 2603) (2710 . 2716) (2729 (2730 . 2742) (2743 . 2746) . 2747) (2760 (2761 . 2773) (2774 . 2790) (2791 (2792 . 2798) . 2799) . 2800) (2813 (2814 . 2824) (2825 . 2835) . 2836) (2849 (2850 . 2857) (2858 . 2861) . 2862) . 2863) (2866 (2867 . 2876) (2877 (2878 . 2899) (2900 . 2903) (2904 . 2907) (2908 . 2911) (2912 . 2913) . 2914) . 2915) (2918 . 2924) . 2925)) 2579 2924 (("cl-defstruct" [&or symbolp (gate symbolp &rest (&or [":conc-name" symbolp] [":constructor" symbolp &optional cl-lambda-list] [":copier" symbolp] [":predicate" symbolp] [":include" symbolp &rest sexp]))] [&optional stringp] &rest &or symbolp (symbolp def-form &optional ":read-only" sexp))))
  edebug-read-and-maybe-wrap-form1()
  edebug-read-and-maybe-wrap-form()
  edebug--read(read #<buffer avl-tree.el>)
  apply(edebug--read read #<buffer avl-tree.el>)
  #[128 "\300\301\302\x03#\207" [apply edebug--read read nil] 5 nil](#<buffer avl-tree.el>)
  eval-buffer()  ; Reading at buffer position 2710
  funcall-interactively(eval-buffer)
  call-interactively(eval-buffer record nil)
  command-execute(eval-buffer record)
  execute-extended-command(nil "eval-buffer" "eval-buffer")
  funcall-interactively(execute-extended-command nil "eval-buffer" "eval-buffer")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

[-- Attachment #3: Type: text/plain, Size: 2992 bytes --]



In GNU Emacs 25.1.50.13 (x86_64-apple-darwin15.6.0, NS appkit-1404.47 Version 10.11.6 (Build 15G1004))
of 2016-09-13 built on rainbow.local
Windowing system distributor 'Apple', version 10.3.1404
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Debug on Error enabled globally
You can run the command ‘toggle-debug-on-error’ with M-x t-er RET
Debug on Error enabled globally
Edebugging all definitions is on.
You can run the command ‘edebug-all-defs’ with M-x -defs RET
Edebugging all definitions is on.
Entering debugger...

Configured using:
'configure --with-ns --without-gnutls'

Configured features:
JPEG IMAGEMAGICK NOTIFY ACL LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Debugger

Minor modes in effect:
  diff-auto-refine-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message subr-x puny dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils debug cl-macs edebug cus-start
cus-load vc-git diff-mode easy-mmode map seq byte-opt gv bytecomp
byte-compile cl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib
time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/ns-win ns-win ucs-normalize term/common-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev
obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face
macroexp files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote kqueue
cocoa ns multi-tty make-network-process emacs)

Memory information:
((conses 16 221064 8535)
(symbols 48 22186 0)
(miscs 40 64 176)
(strings 32 22570 6911)
(string-bytes 1 697139)
(vectors 16 35903)
(vector-slots 8 679780 5699)
(floats 8 188 29)
(intervals 56 412 0)
(buffers 976 13))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#24430: 25.1.50; incorrect edebug spec for cl-defstruct
  2016-09-13 19:20 bug#24430: 25.1.50; incorrect edebug spec for cl-defstruct Gemini Lasswell
@ 2016-09-14 20:04 ` Johan Bockgård
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Bockgård @ 2016-09-14 20:04 UTC (permalink / raw)
  To: 24430-done


Fixed in master.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-14 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-13 19:20 bug#24430: 25.1.50; incorrect edebug spec for cl-defstruct Gemini Lasswell
2016-09-14 20:04 ` Johan Bockgård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.