From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Opening a bookmark in the init file Date: Tue, 03 Mar 2015 02:34:48 +0000 Message-ID: <87k2yyerlj.fsf@robertthorpeconsulting.com> References: <87y4nerivb.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425350122 5487 80.91.229.3 (3 Mar 2015 02:35:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Mar 2015 02:35:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 03 03:35:10 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 1YScft-0006xp-Ml for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Mar 2015 03:35:09 +0100 Original-Received: from localhost ([::1]:33034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YScft-0003QT-47 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 21:35:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YScfi-0003QD-Hy for help-gnu-emacs@gnu.org; Mon, 02 Mar 2015 21:34:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YScff-000777-2i for help-gnu-emacs@gnu.org; Mon, 02 Mar 2015 21:34:58 -0500 Original-Received: from outbound-smtp01.blacknight.com ([81.17.249.7]:52442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YScfe-00076v-Ta for help-gnu-emacs@gnu.org; Mon, 02 Mar 2015 21:34:55 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp01.blacknight.com (Postfix) with ESMTPS id 3492A9893F for ; Tue, 3 Mar 2015 02:34:54 +0000 (UTC) Original-Received: (qmail 8815 invoked from network); 3 Mar 2015 02:34:54 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.79.166.131]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 3 Mar 2015 02:34:54 -0000 In-Reply-To: <87y4nerivb.fsf@debian.uxu> (message from Emanuel Berg on Tue, 03 Mar 2015 02:04:56 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.7 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:102996 Archived-At: Emanuel Berg writes: > (find-file "~/TODO") > (goto-char (point-max)) That's exactly the code I was using previously. The problem was the I've organized the file so the least important tasks are at the bottom. It's got so long that the most important tasks are no longer on the same screen. I should probably be doing things in my TODO list rather than fixing how it's shown. BR, Robert Thorpe