unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Johan Bockgård" <bojohan@gnu.org>
To: 24685-done@debbugs.gnu.org
Subject: bug#24685: 25.1.50; nonstandard cl-defstruct in isearch.el causes edebug instrumentation to fail
Date: Wed, 19 Oct 2016 20:17:50 +0200	[thread overview]
Message-ID: <87funs9p9t.fsf@gnu.org> (raw)
In-Reply-To: <m2pon35237.fsf@rainbow.local> (Gemini Lasswell's message of "Thu, 13 Oct 2016 15:14:04 -0700")

Gemini Lasswell <gazally@runbox.com> writes:

> In the declaration of isearch--state in isearch.el, the default values
> are omitted in the list of read-only slots. This causes edebug not to be
> able to instrument the file, since the edebug specification for
> cl-defstruct does not include this possibility.

This was actually a bug in isearch. It is not valid to omit the default
value when options are specified for the slot. The format of a slot with
options in CL is:

    (NAME [ DEFAULT [ OPTIONS... ]])

Fixed in master.





      reply	other threads:[~2016-10-19 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-13 22:14 bug#24685: 25.1.50; nonstandard cl-defstruct in isearch.el causes edebug instrumentation to fail Gemini Lasswell
2016-10-19 18:17 ` Johan Bockgård [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87funs9p9t.fsf@gnu.org \
    --to=bojohan@gnu.org \
    --cc=24685-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).