unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Johan Bockgård" <bojohan@gnu.org>
To: "Clément Pit--Claudel" <clement.pitclaudel@live.com>
Cc: 20705@debbugs.gnu.org
Subject: bug#20705: Emacs segfaults when typing "(yas-expand" after M-: in yas-minor-mode
Date: Tue, 02 Jun 2015 19:32:50 +0200	[thread overview]
Message-ID: <874mmq583h.fsf@gnu.org> (raw)
In-Reply-To: <556B72BB.4080508@live.com> ("Clément Pit--Claudel"'s message of "Sun, 31 May 2015 13:44:43 -0700")

Clément Pit--Claudel <clement.pitclaudel@live.com> writes:

> Lisp Backtrace:
> "key-binding" (0xffffaef0)
> "yas--keybinding-beyond-yasnippet" (0xffffb0d0)
> "yas--expand-from-trigger-key-doc" (0xffffb200)
> "documentation" (0xffffb500)
> "elisp-get-fnsym-args-string" (0xffffb6e8)
> "apply" (0xffffb840)
> "elisp-eldoc-documentation-function" (0xffffbb30)
> "apply" (0xffffbb28)
> 0x1e1ba50 PVEC_COMPILED
> "eldoc-print-current-symbol-info" (0xffffbee0)
> 0x9e4270 PVEC_COMPILED
> "apply" (0xffffc1c0)
> "timer-event-handler" (0xffffc3a8)

The code looks like this:

    (defun yas--keybinding-beyond-yasnippet ()
      "Get current keys's binding as if YASsnippet didn't exist."
      (let* ((yas-minor-mode nil)
             (yas--direct-keymaps nil)
             (keys (this-single-command-keys)))
        (or (key-binding keys t)
            (key-binding (yas--fallback-translate-input keys) t))))

Apparently this-single-command-keys returns [] (empty vector) when run
from a timer. This in turn makes key-binding crash.





  parent reply	other threads:[~2015-06-02 17:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-31 20:44 bug#20705: Emacs segfaults when typing "(yas-expand" after M-: in yas-minor-mode Clément Pit--Claudel
     [not found] ` <handler.20705.B.143310511331135.ack@debbugs.gnu.org>
2015-05-31 21:21   ` bug#20705: Acknowledgement (Emacs segfaults when typing "(yas-expand" after M-: in yas-minor-mode) Clément Pit--Claudel
2015-06-01 14:52     ` Eli Zaretskii
2015-06-02  9:17       ` Clément Pit--Claudel
2015-06-02 15:21         ` Eli Zaretskii
2015-06-02 17:32 ` Johan Bockgård [this message]
2015-06-03 15:29   ` bug#20705: Emacs segfaults when typing "(yas-expand" after M-: in yas-minor-mode Eli Zaretskii
2015-06-06 13:34     ` Eli Zaretskii
2015-06-07  0:35       ` Clément Pit--Claudel
2015-06-08 14:40         ` Eli Zaretskii

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=874mmq583h.fsf@gnu.org \
    --to=bojohan@gnu.org \
    --cc=20705@debbugs.gnu.org \
    --cc=clement.pitclaudel@live.com \
    /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).