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, 20 Sep 2012 21:54:49 +0200 Message-ID: <87pq5gzcza.fsf@thinkpad.tsdh.de> References: <87obl1yk0q.fsf@thinkpad.tsdh.de> <505B519E.8060403@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348170915 19979 80.91.229.3 (20 Sep 2012 19:55:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Sep 2012 19:55:15 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 20 21:55:19 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 1TEmqF-0006mj-2I for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 21:55:19 +0200 Original-Received: from localhost ([::1]:58899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEmqA-00059i-FY for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 15:55:14 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEmpq-0004B2-91 for emacs-devel@gnu.org; Thu, 20 Sep 2012 15:54:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEmpp-0006P0-AN for emacs-devel@gnu.org; Thu, 20 Sep 2012 15:54:54 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEmpp-0006Oo-3V for emacs-devel@gnu.org; Thu, 20 Sep 2012 15:54:53 -0400 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway2.nyi.mail.srv.osa (Postfix) with ESMTP id 4B8F0205F9; Thu, 20 Sep 2012 15:54:52 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute3.internal (MEProxy); Thu, 20 Sep 2012 15:54:52 -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=epm1yR0eh1SAj9se16zjOlsOkrE=; b=WCiZJx94afzCrD7pskGUZWJgcz30 7+3y1mDSuzmeswOXGH0wNF3lqyF92YHpMyxSuVCcXnovUJPMCLjc4weLBGJc+Sfz bH7f4y589QHFYVd7BJQI5qKPizp5w5W4XdHLCEw/56gXeBCl6F8tNxb1UlVKcwCS e/au00FeIfXggAU= X-Sasl-enc: SG2yof7tP92Gaq5dru1dV8b9n7buOfSx96awi50v7bu2 1348170891 Original-Received: from thinkpad.tsdh.de (unknown [91.67.8.160]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A1D28E03D1; Thu, 20 Sep 2012 15:54:51 -0400 (EDT) Mail-Followup-To: martin rudalics , emacs-devel@gnu.org, Stefan Monnier In-Reply-To: <505B519E.8060403@gmx.at> (martin rudalics's message of "Thu, 20 Sep 2012 19:25:50 +0200") 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:153407 Archived-At: martin rudalics writes: >> Is the change sensible? At least, it fixes the bug, but the multiple >> windows on the same doc stuff is yours, so feel free to correct it as >> seems fit. Maybe the bug is somewhere else, though, at least it >> suprises me that when finding a file and the major mode function runs >> the buffer isn't already displayed. I think it used to be >> different... > > I'd use something like the below instead. Ok, tested & committed; thank you. Bye, Tassilo