From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Emacs navigation mode Date: Thu, 5 Apr 2012 08:12:27 -0700 Message-ID: <106F41BAD9E14C5FB30C37D33B8AA22B@us.oracle.com> References: <33545005.post@talk.nabble.com> <53257D223EF948C2A8C83ADBDB4CE62D@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1333639149 31450 80.91.229.3 (5 Apr 2012 15:19:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2012 15:19:09 +0000 (UTC) To: "'M B'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 05 17:19:08 2012 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 1SFoSm-0005O3-8L for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Apr 2012 17:19:04 +0200 Original-Received: from localhost ([::1]:57061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoMl-0006il-T7 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Apr 2012 11:12:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoMb-0006iD-Nn for Help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 11:12:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFoMV-0006CA-OJ for Help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 11:12:40 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:41459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoMV-0006BY-I3 for Help-gnu-emacs@gnu.org; Thu, 05 Apr 2012 11:12:35 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q35FCUMp021701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 5 Apr 2012 15:12:31 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q35FCT4S026731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Apr 2012 15:12:29 GMT Original-Received: from abhmt102.oracle.com (abhmt102.oracle.com [141.146.116.54]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q35FCS3e019866; Thu, 5 Apr 2012 10:12:28 -0500 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 05 Apr 2012 08:12:28 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac0SZ2KsQQvdm3I2RuiM6vWszo8JdwA1fk0w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090206.4F7DB65F.0086,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:84346 Archived-At: > Thanks for quick and helpful response, these bookmarks look > promising. With the code for idle timer and toggling this > on and off customizing it to suit my taste should be quite easy. Earendil (& others), Just FYI. I added some code for such automatic bookmarking to Bookmark+. Letting you know mainly because I corrected a bug in the code that I had posted earlier to help-gnu-emacs: The defvar for the timer variable was incorrect, resulting in the mode always being on, in effect. ;-) HTH - Drew