unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 19554@debbugs.gnu.org
Subject: bug#19554: 25.0.50; void-function xref-marker-stack-empty-p and subsequent abort
Date: Tue, 13 Jan 2015 10:21:25 -0500	[thread overview]
Message-ID: <jwvzj9m671z.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <54B48BC0.5070707@yandex.ru> (Dmitry Gutov's message of "Tue, 13 Jan 2015 06:06:40 +0300")

>> :visible (and (featurep 'xref) (not (xref-marker-stack-empty-p)))

It's generally better to use (and (fboundp 'xref-marker-stack-empty-p)
(not (xref-marker-stack-empty-p))).  E.g. the compiler understands it
(tho in this case, the compiler doesn't see this code anyway).


        Stefan





  reply	other threads:[~2015-01-13 15:21 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
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 [this message]
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

  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=jwvzj9m671z.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=19554@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /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).