From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: cl-assertion error in doc-view Date: Thu, 27 Sep 2012 20:17:33 +0200 Message-ID: <877grf2uv6.fsf@thinkpad.tsdh.de> References: <87obl1yk0q.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348769863 31962 80.91.229.3 (27 Sep 2012 18:17:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Sep 2012 18:17:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 27 20:17:48 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1THIei-0004PR-Hq for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2012 20:17:48 +0200 Original-Received: from localhost ([::1]:60397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIec-0007EY-Sz for ged-emacs-devel@m.gmane.org; Thu, 27 Sep 2012 14:17:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIeX-0007DL-11 for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:17:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THIeV-0006eF-VI for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:17:36 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THIeV-0006dr-Nm for emacs-devel@gnu.org; Thu, 27 Sep 2012 14:17:35 -0400 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 23CF1202BF; Thu, 27 Sep 2012 14:17:35 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Thu, 27 Sep 2012 14:17:35 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=S0sfO128eLbOGPibvSwK6yv4gCU=; b=IVN2VMN62tWIafkSF8Z8xTQY8+uD sYw9sE3Q2yV+mnAH7oFrbbC3QNvxXTQO89DO82cmyehRog1wavH1a0LZQfm80pc5 EGUFZLgFA8cQfuScLvNpPfZc9Y6M/CTzfVpZjzGQzzUjRoyFb32dUx60Esvq9hUa YDvenhapE4pbU6U= X-Sasl-enc: Yxi5V76jofFl34DDHb/iGyWHLUD6P3UCSAgM1ks9IMWN 1348769854 Original-Received: from thinkpad.tsdh.de (unknown [91.67.8.160]) by mail.messagingengine.com (Postfix) with ESMTPA id 88104482606; Thu, 27 Sep 2012 14:17:34 -0400 (EDT) Mail-Followup-To: Stefan Monnier , emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Wed, 26 Sep 2012 23:17:02 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153635 Archived-At: Stefan Monnier writes: >> Before that change, when I find some foo.pdf file with emacs -Q, the >> cl-assert triggers because the foo.pdf buffer isn't already displayed >> thus `get-buffer-window-list' returns nil, and `selected-window' returns >> the window I'm in when doing the `C-x C-f foo.pdf'. > > Should be fixed in trunk now, And seems to work fine. Thanks, Tassilo