From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: CrazyVibes Newsgroups: gmane.emacs.help Subject: cursor jump to beginning of file after saving Date: Tue, 17 Nov 2009 13:43:22 -0500 Message-ID: <9c6738cb0911171043p64bea66ena76f98916d03eef1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1258524535 11994 80.91.229.12 (18 Nov 2009 06:08:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 06:08:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 18 07:08:48 2009 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.50) id 1NAdih-0005cc-UG for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Nov 2009 07:08:48 +0100 Original-Received: from localhost ([127.0.0.1]:59236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAdih-0005dK-Dq for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Nov 2009 01:08:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAT1Q-00014o-Gc for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 13:43:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAT1Q-00014Z-7u for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 13:43:24 -0500 Original-Received: from [199.232.76.173] (port=44613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAT1P-00014S-Sa for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 13:43:23 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:8769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAT1P-000747-Hz for help-gnu-emacs@gnu.org; Tue, 17 Nov 2009 13:43:23 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so139176fgb.12 for ; Tue, 17 Nov 2009 10:43:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=AVwbDzEEFgrtgwt68xV5eXwybsA/nPlpbo1THQN9sd0=; b=Zcz4jAfnumQte+3xofJMD29XwEE7Swy7aPmXLiGnYQj7GEC7pwIZmglT8sIV544Rsd DwPFXugeoZEZL+gLBMGYQgNaDXoFId4y6VTnUv3wPfxWBLDewnJHUDFJSycE8RKq7+wh THfJt5LGHonaBGEMfEdoFJj1GG2WCeKFT20F8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=VC0tJZpieM3n2nWIiP9ri2EjbMhPkos1M4fw+b8lQ+p1ehP2bbt5iaxLpXTohs9RMI mjtmvLPylFE7rG/m4O93eSGIaQiTl/HbvFzjZX0DWE4JMMrvbPKi5Yqo2og1Wf0wRtv9 k5ZHOgIx/SxU/wCVE4KFkLH7iuxDA6dSmKRWE= Original-Received: by 10.216.90.9 with SMTP id d9mr1929612wef.201.1258483402040; Tue, 17 Nov 2009 10:43:22 -0800 (PST) X-Google-Sender-Auth: 6bb5f22b7a136978 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 18 Nov 2009 01:06:47 -0500 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:69864 Archived-At: Emacs version: GNU Emacs snapshot 23.1.50.1 from orebokech.com. It seems the problem happens after the latest update (11/15) After saving buffer the cursor jumps to and stays at top of file, or the line with $Id$, when a file is under RCS version control. What would cause this problem and how to fix it? Thanks!