all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: 19554@debbugs.gnu.org
Subject: bug#19554: 25.0.50; void-function xref-marker-stack-empty-p and subsequent abort
Date: Mon, 12 Jan 2015 18:12:56 +0200	[thread overview]
Message-ID: <83zj9o3rlj.fsf@gnu.org> (raw)
In-Reply-To: <54B37F52.7040402@gmx.at>

> Date: Mon, 12 Jan 2015 09:01:22 +0100
> From: martin rudalics <rudalics@gmx.at>
> CC: 19554@debbugs.gnu.org
> 
> A simpler scenario: With emacs -Q I evaluate
> 
>   (let ((params '((height . 25))))
>    (make-frame params)  ;; f1
>    (modify-frame-parameters (make-frame) params))  ;; f2
> 
> in *scratch*.  Gets me the now familiar
> 
> Debugger entered--Lisp error: (void-function xref-marker-stack-empty-p)
>    (xref-marker-stack-empty-p)
>    (not (xref-marker-stack-empty-p))
>    x-create-frame(((visibility) (height . 25)))
>    x-create-frame-with-faces(((height . 25)))
>    make-frame(((height . 25)))
>    (let ((params (quote ((height . 25))))) (make-frame params) (modify-frame-parameters (make-frame) params))
>    eval((let ((params (quote ((height . 25))))) (make-frame params) (modify-frame-parameters (make-frame) params)) nil)
>    elisp--eval-last-sexp(nil)
>    eval-last-sexp(nil)
>    funcall-interactively(eval-last-sexp nil)
>    call-interactively(eval-last-sexp nil nil)
>    command-execute(eval-last-sexp)

Doesn't happen to me here with the current master.

Could it be that you have stale *.elc files that need to be
recompiled?





  reply	other threads:[~2015-01-12 16:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-10 11:43 bug#19554: 25.0.50; void-function xref-marker-stack-empty-p and subsequent abort martin rudalics
2015-01-10 12:17 ` Eli Zaretskii
2015-01-10 13:33   ` martin rudalics
2015-01-12  8:01     ` martin rudalics
2015-01-12 16:12       ` Eli Zaretskii [this message]
2015-01-12 16:35         ` martin rudalics
2015-01-12 16:48           ` Dmitry Gutov
2015-01-12 17:06             ` martin rudalics
2015-01-12 17:21               ` Eli Zaretskii
2015-01-12 17:31                 ` martin rudalics
2015-01-12 18:14                   ` Glenn Morris
2015-01-13  3:06                     ` Dmitry Gutov
2015-01-13 15:21                       ` Stefan Monnier
2015-01-13 21:21                         ` Glenn Morris
2015-01-14 17:59                           ` Stefan Monnier
2015-01-13  3:00       ` Dmitry Gutov
2015-01-12 17:34 ` martin rudalics

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

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

  git send-email \
    --in-reply-to=83zj9o3rlj.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=19554@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /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 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.