| About 57 results (0.15 seconds) |
![]() Custom Search |
Mar 15, 2013 ... Unfortunately, traversing the mark ring with 'C-u C-SPC' can make you lose your last point if it is different from the mark. This happens when ... www.emacswiki.org/emacs/MarkCommands |
Sep 5, 2008 ... I wrote some elisp that displays the points in the mark ring. ... The line number for each point in the mark-ring is displayed as well as the ... www.emacswiki.org/emacs/MakingMarkVisible |
Jun 18, 2012 ... With no prefix argument, set mark, and push old mark position on local mark ring; also push mark on global mark ring if last mark was set in ... www.emacswiki.org/emacs/TransientMarkMode |
May 9, 2012 ... Variable 'mark-ring' holds the marks of the current buffer; variable 'global-mark- ring' holds the global marks (across all buffers). menu bar ... www.emacswiki.org/emacs/Glossary |
Sep 4, 2012 ... Commands and keybindings are also included to give identical semantics for navigating the local (per-buffer) 'mark-ring' . This consistency in ... www.emacswiki.org/emacs/BackButton |
Oct 14, 2012 ... The differences with `pop-global-mark' are: ;; ;; - Visual index showing how far you have traveled in the ;; mark ring. ;; ;; - Easy way to move both ... www.emacswiki.org/emacs/back-button.el |
Nov 19, 2003 ... This ;; command is usefull for pushing marks to `mark-ring'. ;; ;; (define-key global- mode-map (kbd "C-x SPC") 'himarks-set-mark-no-activate) ;; ; ... www.emacswiki.org/emacs/himarks-mode.el |
May 15, 2011 ... (when (require 'session nil t) (add-hook 'after-init-hook 'session-initialize) (add-to- list 'session-globals-exclude 'org-mark-ring)) ... www.emacswiki.org/emacs/EmacsSession |
Jun 11, 2009 ... (interactive (if (< (length mark-ring) 2) (error "Not enough in mark-ring to swap a region") (let ((region (list (region-beginning) (region-end))) ... www.emacswiki.org/emacs/SwapRegions |
Feb 21, 2008 ... (let ((marks (cons (mark-marker) mark-ring)) (overlays visible-mark-overlays)) ( dotimes (i visible-mark-max) (let* ((mark (car-safe marks)) ... www.emacswiki.org/emacs/visible-mark.el |
| |