unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Problem report #24
Date: Tue, 11 Apr 2006 10:29:28 -0400	[thread overview]
Message-ID: <87odz889u5.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <443B5416.20301@swipnet.se> (Jan D.'s message of "Tue, 11 Apr 2006 09:00:38 +0200")

>>> Event assign_zero: Variable "f" assigned value 0.
>>> Also see events: [var_deref_model]
>> 
>>> 3022 	      f = NULL;
>>> 3023 	      face = Qnil;
>>> 3024 	    }
>>> 3025 	
>>> 3026 	  /* Determine the width standard for comparison with the fonts we find.  */
>>> 3027 	
>> 
>>> At conditional (1): "face == Qnil" taking false path
>> 
>>> 3028 	  if (NILP (face))
>>> 3029 	    size = 0;
>>> 3030 	  else
>>> 3031 	    {
>>> 3032 	      /* This is of limited utility since it works with character
>>> 3033 		 widths.  Keep it for compatibility.  --gerd.  */
>> 
>>> Event var_deref_model: Variable "f" tracked as NULL was passed to a function that dereferences it. [model]
>>> Also see events: [assign_zero]
>> If f is NULL, then face=Qnil, so the false path of face==Qnil won't
>> be taken.
>> 

> face could be Qnil upon entry to the function?

Sure, no problem: the problem report is when f==NULL and face!=Qnil.


        Stefan

  reply	other threads:[~2006-04-11 14:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-10 18:50 Problem report #24 Dan Nicolaescu
2006-04-10 19:00 ` Stefan Monnier
2006-04-11  7:00   ` Jan D.
2006-04-11 14:29     ` Stefan Monnier [this message]
2006-04-12  2:20       ` Richard Stallman
2006-04-12  3:39         ` Stefan Monnier

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=87odz889u5.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@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).