;;; semantic-mru-bookmark.el --- Automatic bookmark tracking ;; Copyright (C) 2007 Eric M. Ludlam ;; Author: Eric M. Ludlam ;; X-RCS: $Id: semantic-mru-bookmark.el,v 1.1 2007-11-26 15:10:41 michaels Exp $ ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2, or (at ;; your option) any later version. ;; This program is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program; see the file COPYING. If not, write to ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;;; Commentary: ;; ;; Using editing hooks, track the most recently visited or poked tags, ;; and keep a list of them, with the current point in from, and sorted ;; by most recently used. ;; ;; I envision this would be used in place of switch-buffers once ;; someone got the hang of it. ;; ;; I'd also like to see this used to provide some nice defaults for ;; other programs where logical destinations or targets are the tags ;; that have been recently edited. ;; ;; Quick Start: ;; ;; M-x global-semantic-mru-bookmark-mode RET ;; ;; < edit some code > ;; ;; C-x B