GNU bug report logs -
#12463
24.2; pos-visible-in-window-p gets slower over time
Previous Next
Reported by: jwalt <at> garni.ch (Jörg Walter)
Date: Mon, 17 Sep 2012 23:58:01 UTC
Severity: normal
Merged with 12468
Found in version 24.2
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #118 received at 12463 <at> debbugs.gnu.org (full text, mbox):
> From: Chong Yidong <cyd <at> gnu.org>
> Cc: Juanma Barranquero <lekktu <at> gmail.com>, jwalt <at> garni.ch, 12463 <at> debbugs.gnu.org
> Date: Sat, 22 Sep 2012 09:23:37 +0800
>
> ! #ifdef HAVE_NTGUI
> ! /* If we failed to load the library before, don't try again. */
> ! Lisp_Object tested = Fassq (target_type, Vlibrary_cache);
> ! if (CONSP (tested) && NILP (XCDR (tested)))
> ! type_valid = 0;
> ! else
> ! #endif
> ! {
> ! /* If the load failed, avoid trying again. */
> ! type_valid = type->init (libraries);
> ! CACHE_IMAGE_TYPE (target_type, type_valid ? Qt : Qnil);
> ! }
> ! }
The last comment seems to be redundant, given the one before it.
> ***************
> *** 8884,8892 ****
> DEFSYM (Qxbm, "xbm");
> ADD_IMAGE_TYPE (Qxbm);
>
> - define_image_type (&xbm_type, 1);
> - define_image_type (&pbm_type, 1);
Why are these two lines being removed, while the corresponding
ADD_IMAGE_TYPE lines are not?
Thanks.
This bug report was last modified 12 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.