unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gemini Lasswell <gazally@runbox.com>
To: 24738@debbugs.gnu.org
Subject: bug#24738: corrections to steps to repro
Date: Wed, 19 Oct 2016 10:30:33 -0700	[thread overview]
Message-ID: <m2insomekm.fsf@rainbow.local> (raw)
In-Reply-To: <m2h988tkbg.fsf@rainbow.local>

I left out a couple of steps, so please use this sequence to reproduce
the bug:

1. emacs -Q
2. M-: (require 'seq) RET
3. enter the following code into *scratch*:

(defun seq-let-bug ()
  (let ((nums [1 2 3 4 5]))
    (seq-let (a b c) nums
      (message "a=%s b=%s c=%s" a b c))))

4. C-u C-M-x 
5. M-: (seq-let-bug) RET
6. G

After step 5 the debugger prompt will appear, so the G is to make it
continue execution without stopping.





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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-19 15:44 bug#24738: 26.0.50; Incorrect Edebug spec for seq-let Gemini Lasswell
2016-10-19 17:30 ` Gemini Lasswell [this message]
2016-10-20  8:03 ` Nicolas Petton
2016-10-20 14:29   ` Gemini Lasswell
2016-10-20 15:31     ` Nicolas Petton
2016-10-24 11:16 ` Nicolas Petton

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=m2insomekm.fsf@rainbow.local \
    --to=gazally@runbox.com \
    --cc=24738@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).