From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: pop-to-buffer: Wrong type argument: window-live-p, nil Date: Fri, 30 Jan 2009 12:24:18 +0100 Message-ID: <4982E362.3080403@gmx.at> References: <87zlha9cku.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233314749 17311 80.91.229.12 (30 Jan 2009 11:25:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2009 11:25:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Schulte Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 12:27:02 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LSrWY-0003l3-D7 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 12:27:02 +0100 Original-Received: from localhost ([127.0.0.1]:45414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSrVF-0001Ss-Kc for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2009 06:25:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSrVC-0001Sd-8V for emacs-devel@gnu.org; Fri, 30 Jan 2009 06:25:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSrVB-0001SQ-Mj for emacs-devel@gnu.org; Fri, 30 Jan 2009 06:25:37 -0500 Original-Received: from [199.232.76.173] (port=57968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSrVB-0001SN-KM for emacs-devel@gnu.org; Fri, 30 Jan 2009 06:25:37 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:32833) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LSrVB-0007Rx-2V for emacs-devel@gnu.org; Fri, 30 Jan 2009 06:25:37 -0500 Original-Received: (qmail invoked by alias); 30 Jan 2009 11:25:34 -0000 Original-Received: from 62-47-35-190.adsl.highway.telekom.at (EHLO [62.47.35.190]) [62.47.35.190] by mail.gmx.net (mp070) with SMTP; 30 Jan 2009 12:25:34 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+4e+5K5em465Jwk7v44imKm4V98UCW+M4u6ZkUhF QoVfxw9G2Q0PXw User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <87zlha9cku.fsf@gmail.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108400 Archived-At: > Using the latest from CVS, I'm getting the following error whenever I > try to jump to a buffer using pop-to-buffer (for example from a link in > a *grep* buffer). Though the target buffer is opened it is not brought > to the front. > > ,----[*Messages*] > | Grep finished (matches found) > | Mark set > | pop-to-buffer: Wrong type argument: window-live-p, nil > `---- > > I've been having this problem for a while now, and it persists even when > starting Emacs with -Q. If it's relevant, I'm using Xubuntu as my OS. > > Any ideas or suggestions? > > If there's a more appropriate place for me to take issues like this in > the future please let me know, and forgive the misplaced post. If this happens in a build made from a CVS repository state between 2009-01-15 07:57:01 and 2009-01-16 16:51:54, then this is very likely the bug reported earlier as #1929, #1930, and #2087. Otherwise, please make a bug report. Thank you, martin.