From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: emacs does not record the position at which it opened a file Date: Mon, 20 Apr 2015 17:52:57 +0600 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429530813 26908 80.91.229.3 (20 Apr 2015 11:53:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Apr 2015 11:53:33 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: gnuist006@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 20 13:53:33 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YkAGa-0001K4-Fa for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Apr 2015 13:53:32 +0200 Original-Received: from localhost ([::1]:52849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkAGZ-0004Ra-It for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Apr 2015 07:53:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkAGO-0004RQ-Tk for help-gnu-emacs@gnu.org; Mon, 20 Apr 2015 07:53:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkAGO-0005CV-41 for help-gnu-emacs@gnu.org; Mon, 20 Apr 2015 07:53:20 -0400 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:36185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkAGN-0005CE-Qe for help-gnu-emacs@gnu.org; Mon, 20 Apr 2015 07:53:20 -0400 Original-Received: by lagv1 with SMTP id v1so124716959lag.3 for ; Mon, 20 Apr 2015 04:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=nohFUyBvSEA5jaStT+FHhrEYH6Of5rvK5i1i6o8X9iM=; b=F0yzYBYn5jiIdylWKu9dKAAeSuWvTCJVsOkmDG4hHYs01TtjjaTf9+XXB013pjXdit Q4T4VnD9epnnZrBLV21DkzDPzoNl0G+FIlMxQ2ywEpddkaszeE4Z/i6O8HgSvTMsdMMv +YY6bEIgrZMxyuw4rRP+9QSYF46jlZd2lGzmr/ADPVzOxIX3fhFaXhw5bEA6TN5Ttwqk R6JwBtdIZvf2Nh7+simDQsZrFR5aJbKf2F35sHBpmSY2nvK5B/I6L30lDTi+LJJr2cCC R8HOTEZNlX5HERY854Zx9Y/gBySTiUGakjhWV6sAk0W+mP8nBMpWXthkZiPS3trgfFG0 2Giw== X-Received: by 10.152.179.172 with SMTP id dh12mr15043518lac.22.1429530798163; Mon, 20 Apr 2015 04:53:18 -0700 (PDT) Original-Received: by 10.25.43.65 with HTTP; Mon, 20 Apr 2015 04:52:57 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: w8hPk3u9WhMxl_1yUSdmDzCQTbs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103882 Archived-At: On Mon, Apr 20, 2015 at 12:52 PM, wrote: > My old emacs has this feature that when I open a file, it goes to a place= from the saveplace and then after it, if I move the cursor and type C-u SP= C, it will remember the old place in that same session and possibly other l= ocations it pushed into some kind of stack and go back in the reverse order= based on C-u SPC. The default key binding for this is C-u C-SPC, not C-u SPC.