From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ryan Yeske Newsgroups: gmane.emacs.help Subject: Re: with-current-buffer mystery Date: Fri, 26 Nov 2004 04:38:36 GMT Message-ID: <87sm6xut3k.fsf@cut.hotdog.tmp> References: <87vfbufjqr.fsf@cut.hotdog.tmp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1101444088 1333 80.91.229.6 (26 Nov 2004 04:41:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 04:41:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 26 05:41:23 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXXv8-0001lD-00 for ; Fri, 26 Nov 2004 05:41:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXY4N-00005D-2d for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Nov 2004 23:50:55 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!newsfeed2.telusplanet.net!newsfeed.telus.net!edtnps89.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 207.6.232.174 Original-X-Trace: edtnps89 1101443916 207.6.232.174 (Thu, 25 Nov 2004 21:38:36 MST) Original-NNTP-Posting-Date: Thu, 25 Nov 2004 21:38:36 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:126929 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22331 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22331 bojohan+news@dd.chalmers.se (Johan Bockgård) writes: > Ryan Yeske writes: > > > When I eval the following expressions, I found that it seems to > > depend on whether or not the buffer is visible. > [...] > > Any help or explanations would be greatly appreciated. > > (info "(elisp)Window Point") Thanks, Johan. This is what I was missing. Ryan