all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Politz, INF|INF-I" <politza@hochschule-trier.de>
To: Tassilo Horn <tsdh@gnu.org>
Cc: 13482@debbugs.gnu.org
Subject: bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect
Date: Fri, 18 Jan 2013 15:51:35 +0100	[thread overview]
Message-ID: <20130118144234.M54830@hochschule-trier.de> (raw)
In-Reply-To: <87mww6df7t.fsf@thinkpad.tsdh.de>

On Fri, 18 Jan 2013 10:15:34 +0100, Tassilo Horn wrote
> "Andreas Politz, INF|INF-I" <politza@hochschule-trier.de> writes:
>
> > On Fri, 18 Jan 2013 08:16:40 +0100, Tassilo Horn wrote
> >> I think this is a duplicate of bug#12876.
> >
> > But this bug seems to be independent of doc-view's cache.
>
> Yes, and probably even independent of doc-view itself.  It might be
> in image-mode, or maybe in gv.el as Stefan suggested.
>
> Bye,
> Tassilo

The function `image-mode-reapply-winprops' is called from the
window-configuration-change-hook and it calls `image-mode-winprops'
with a set clean argument.  This function then proceeds to remove all
elements with a none window-live-p car, including t; which, at this
point, is the sole element of this list.

Now image-mode-winprops-alist is empty and doc-view's data is gone.

I think this is wrong and `image-mode-winprops' should leave the
default element (car = t) alone.

A. Politz






  reply	other threads:[~2013-01-18 14:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18  0:21 bug#13482: 24.2.50; doc-view initialization fails when opening files with find-file-noselect Andreas Politz
2013-01-18  7:16 ` Tassilo Horn
2013-01-18  7:45   ` Andreas Politz, INF|INF-I
2013-01-18  8:45   ` Andreas Politz, INF|INF-I
2013-01-18  9:15     ` Tassilo Horn
2013-01-18 14:51       ` Andreas Politz, INF|INF-I [this message]
2013-01-18 16:05 ` Stefan Monnier
2013-01-18 16:27   ` Andreas Politz, INF|INF-I
2013-01-18 17:33     ` Glenn Morris

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130118144234.M54830@hochschule-trier.de \
    --to=politza@hochschule-trier.de \
    --cc=13482@debbugs.gnu.org \
    --cc=tsdh@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.