bug-gnu-emacs
[Top][All Lists]
Advanced

[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: Glenn Morris
Subject: bug#22389: 25.1.50; place in file not properly being saved
Date: Tue, 19 Jan 2016 13:22:51 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]