From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Bookmark the end of file? Date: Sun, 12 Apr 2015 16:22:38 -0400 Message-ID: References: <87vbh8hlns.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1428870194 6586 80.91.229.3 (12 Apr 2015 20:23:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Apr 2015 20:23:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 12 22:23:03 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 1YhOPG-0006F1-Iv for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Apr 2015 22:23:02 +0200 Original-Received: from localhost ([::1]:46189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhOPF-0002Mm-Nc for geh-help-gnu-emacs@m.gmane.org; Sun, 12 Apr 2015 16:23:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhOP4-0002Mb-6f for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 16:22:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhOP0-00033Q-6S for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 16:22:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:60037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhOOz-00033F-Vu for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 16:22:46 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YhOOy-000661-28 for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 22:22:44 +0200 Original-Received: from 23-91-157-11.cpe.pppoe.ca ([23.91.157.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Apr 2015 22:22:44 +0200 Original-Received: from monnier by 23-91-157-11.cpe.pppoe.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Apr 2015 22:22:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 23-91-157-11.cpe.pppoe.ca User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:uxFBi5qdsLmAsDdWmZ1j0sCARCg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:103663 Archived-At: > Do you assume that most users want to track eob in such a case? [...] > Consider also this comment for the code that automatically relocates > a bookmark when you jump to it, to keep it within/near its originally > recorded context: The EOB is an extremely important part of the context. So, yes, if point was at EOB when you set the bookmark, I think the user will more often be satisfied if we store "EOB" rather than if we store "the position that was EOB when the bookmark was set". Stefan