unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: mwd@md5i.com, luangruo@yahoo.com
Cc: 62248@debbugs.gnu.org
Subject: bug#62248: 29.0.60; nil obsolete
Date: Sat, 18 Mar 2023 09:16:30 +0200	[thread overview]
Message-ID: <837cvecywh.fsf@gnu.org> (raw)
In-Reply-To: <838rfuczfc.fsf@gnu.org> (message from Eli Zaretskii on Sat, 18 Mar 2023 09:05:11 +0200)

> Cc: luangruo@yahoo.com, 62248@debbugs.gnu.org
> Date: Sat, 18 Mar 2023 09:05:11 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> 
> If so, how about running Emacs with a breakpoint in Fput and condition
> that symbol == Qnil (assuming your Emacs is not configured to
> represent Lisp objects as structs)?

Or how about adding

  if (NILP (symbol) || EQ (symbol, Qt))
    emacs_abort ();

to Fput, and then run with this under GDB?





  parent reply	other threads:[~2023-03-18  7:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <875yay3hco.fsf.ref@yahoo.com>
2023-03-18  2:48 ` bug#62248: 29.0.60; nil obsolete Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-18  6:16   ` Eli Zaretskii
2023-03-18  6:52   ` Michael Welsh Duggan
2023-03-18  7:05     ` Eli Zaretskii
2023-03-18  7:15       ` Michael Welsh Duggan
2023-03-18  7:22         ` Eli Zaretskii
2023-09-07 23:02           ` Stefan Kangas
2023-03-18  7:29         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-18  7:16       ` Eli Zaretskii [this message]
2023-03-18  7:28       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=837cvecywh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=62248@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=mwd@md5i.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).