From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeff Clough Newsgroups: gmane.emacs.help Subject: Re: posn-at-point returns nil after goto-char Date: Sun, 11 Apr 2010 10:49:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270997435 24269 80.91.229.12 (11 Apr 2010 14:50:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Apr 2010 14:50:35 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 11 16:50:32 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O0yUY-0000GY-Pb for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Apr 2010 16:50:31 +0200 Original-Received: from localhost ([127.0.0.1]:48439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0yUY-000102-CY for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Apr 2010 10:50:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0yU8-0000zt-L2 for help-gnu-emacs@gnu.org; Sun, 11 Apr 2010 10:50:04 -0400 Original-Received: from [140.186.70.92] (port=51070 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0yU6-0000zP-VX for help-gnu-emacs@gnu.org; Sun, 11 Apr 2010 10:50:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0yU5-0005H2-OG for help-gnu-emacs@gnu.org; Sun, 11 Apr 2010 10:50:02 -0400 Original-Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:43045) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0yU5-0005Fw-M7 for help-gnu-emacs@gnu.org; Sun, 11 Apr 2010 10:50:01 -0400 X-Authority-Analysis: v=1.1 cv=0UlR9Czu668I0eXMyLHigKWn+OyLjOz56zOl0XCIY6Q= c=1 sm=0 a=vCT5CiWO4BoA:10 a=kj9zAlcOel0A:10 a=wN3dDBks/ChO7xvezkoALQ==:17 a=69EAbJreAAAA:8 a=5Z47RfxSwwOiYtYcw-cA:9 a=c3xVH7nGujVBWxknbZruY9ybY2AA:4 a=CjuIK1q_8ugA:10 a=EfJqPEOeqlMA:10 a=wN3dDBks/ChO7xvezkoALQ==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.70.71.134 Original-Received: from [74.70.71.134] ([74.70.71.134:51265] helo=logrus.localdomain) by hrndva-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 2E/70-25212-A81E1CB4; Sun, 11 Apr 2010 14:50:00 +0000 In-Reply-To: (D. Chiesa's message of "Sun, 11 Apr 2010 03:30:21 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.95 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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: news.gmane.org gmane.emacs.help:72647 Archived-At: "D Chiesa" writes: > How can I get the position to be *really* updated, between `goto-char` > and `posn-at-point`, so that `posn-at-point` will not return nil? Putting a call to (recenter) between them will work. Jeff