unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Davis Herring" <herring@lanl.gov>
To: "Dan Nicolaescu" <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: problem report #99
Date: Mon, 1 Dec 2008 09:45:01 -0800 (PST)	[thread overview]
Message-ID: <39538.128.165.123.18.1228153501.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <200812011557.mB1Fvgnr015155@mothra.ics.uci.edu>

> 4265 	      /* Note that this uses F to determine which terminal to look
> at.
> 4266 		 If there is no valid info, it does not store anything
> 4267 		 so x remains nil.  */
> 4268 	      x = Qnil;
> 4269
> 4270 	      /* XXX Can f or mouse_position_hook be NULL here? */

This comment says it all.  When this is skipped:

> At conditional (1): "f != 0" taking true path
> At conditional (2): "((f)->terminal)->mouse_position_hook != 0" taking
> false path
>
> 4271 	      if (f && FRAME_TERMINAL (f)->mouse_position_hook)
> 4272 	        (*FRAME_TERMINAL (f)->mouse_position_hook) (&f, 0,
> &bar_window,
> 4273 	                                                    &part, &x, &y,
> &time);

...then this can't happen:

> At conditional (8): "x != Qnil" taking true path
> At conditional (9): "obj == Qnil" taking true path
>
> 4296 	      if (!NILP (x) && NILP (obj))
>
> Event uninit_use_in_call: Using uninitialized value "bar_window" in call
> to function "make_lispy_movement" [model]
> Also see events: [var_decl]
>
> 4297 		obj = make_lispy_movement (f, bar_window, part, x, y, time);
> 4298 	    }

No bug.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




  reply	other threads:[~2008-12-01 17:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-01 15:57 problem report #99 Dan Nicolaescu
2008-12-01 17:45 ` Davis Herring [this message]
2008-12-01 17:49   ` Davis Herring

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=39538.128.165.123.18.1228153501.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=dann@ics.uci.edu \
    --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).