all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: covici@ccs.covici.com
Cc: 22389@debbugs.gnu.org
Subject: bug#22389: 25.1.50; place in file not properly being saved
Date: Tue, 19 Jan 2016 13:22:51 -0500	[thread overview]
Message-ID: <6m60yp5szo.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <31200.1452998399@ccs.covici.com> (covici@ccs.covici.com's message of "Sat, 16 Jan 2016 21:39:59 -0500")

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	other threads:[~2016-01-19 18:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <31200.1452998399@ccs.covici.com>
2016-01-19 18:22 ` Glenn Morris [this message]
2016-01-19 20:19   ` bug#22389: 25.1.50; place in file not properly being saved covici
2016-01-19 20:48     ` Glenn Morris
2016-01-19 22:13   ` covici

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6m60yp5szo.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=22389@debbugs.gnu.org \
    --cc=covici@ccs.covici.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.