From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eric Schulte" Newsgroups: gmane.emacs.devel Subject: pop-to-buffer: Wrong type argument: window-live-p, nil Date: Thu, 29 Jan 2009 10:44:33 -0800 Message-ID: <87zlha9cku.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233254697 12678 80.91.229.12 (29 Jan 2009 18:44:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Jan 2009 18:44:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 29 19:46:11 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 1LSbtv-0004HX-Fv for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 19:46:07 +0100 Original-Received: from localhost ([127.0.0.1]:48452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSbsd-000738-BC for ged-emacs-devel@m.gmane.org; Thu, 29 Jan 2009 13:44:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSbsY-00071U-3M for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:44:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSbsV-00070J-Rg for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:44:40 -0500 Original-Received: from [199.232.76.173] (port=57126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSbsV-00070E-Hb for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:44:39 -0500 Original-Received: from rv-out-0708.google.com ([209.85.198.250]:22230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSbsV-00010t-5j for emacs-devel@gnu.org; Thu, 29 Jan 2009 13:44:39 -0500 Original-Received: by rv-out-0708.google.com with SMTP id k29so56390rvb.6 for ; Thu, 29 Jan 2009 10:44:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=sUMW2shnKlbw4SVBlgif/MB0D0hHDdi/uWdFVRJ78gs=; b=eK+f3ViNG0aoIxVleT/6vhpc/yL9REOkAKJNddmfIel2sUTjGwcb/Pn7tcUBSefzxZ dvn0JsEpz/NwF8cPkbA9bMNf6NeUeFJ98PuXhADE8d4Wn5awSKggVKa69wGdNv6n8b9S pGFFkgEXEZyRtKzc0V+6niIFOaElPU544lsvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=g+vJYZwhey+lZI+jmaeQCno2+7rHEHpb4Q7VGvkMdZ3ZvLUfWrBKi/6/AHG5nDYt3C qLp+Tx0o7rXSX4NB79FxeW2Q85SIrfOmxnn83iquLacUkE0MKiomVexZDr8zsh9KB/7k 4VwUjnLDV4JLXeXwoIDdWaVayH2bRTe+fBEbA= Original-Received: by 10.140.157.4 with SMTP id f4mr154979rve.108.1233254674614; Thu, 29 Jan 2009 10:44:34 -0800 (PST) Original-Received: from eschulte-work (c-76-121-187-133.hsd1.wa.comcast.net [76.121.187.133]) by mx.google.com with ESMTPS id b8sm167897rvf.1.2009.01.29.10.44.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Jan 2009 10:44:34 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108368 Archived-At: Hi, 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. Thanks -- Eric