[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22389: 25.1.50; place in file not properly being saved
From: |
covici |
Subject: |
bug#22389: 25.1.50; place in file not properly being saved |
Date: |
Tue, 19 Jan 2016 17:13:27 -0500 |
OK, I fixed the problem, not sure what happened, re customizing
save-place fixed things, so you can close this bug.
Thanks.
Glenn Morris <rgm@gnu.org> wrote:
> covici@ccs.covici.com wrote:
>
> > I have an emacs.desktop file and when I load it, all the files go to
> > their appropriate places. But if I am in emacs and I do a find-file, it
> > always goes to the top.
> > I am using a text console.
>
> This is vague. Works for me. Please give a complete, minimal example
> starting from emacs -Q. Mine follows. (Also please don't report bugs by
> bcc, or however you did it).
>
> rm -rf /tmp/foo
> mkdir /tmp/foo
> HOME=/tmp/foo ./src/emacs -Q -nw --eval '(save-place-mode 1)' ./src/README
> M-: (goto-char 500)
> C-x C-c
> HOME=/tmp/foo ./src/emacs -Q -nw --eval '(save-place-mode 1)'
> C-x C-f ./src/README
> -> point is at 500.
>
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com