;;; semantic/mru-bookmark.el --- Automatic bookmark tracking -*- lexical-binding: t; -*- ;; Copyright (C) 2007-2021 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; This file is part of GNU Emacs. ;; GNU Emacs 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 3 of the License, or ;; (at your option) any later version. ;; GNU Emacs 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 GNU Emacs. If not, see . ;;; 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