gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Goto-Chg version 1.7.5


From: ELPA update
Subject: [NonGNU ELPA] Goto-Chg version 1.7.5
Date: Sun, 31 Mar 2024 07:14:59 -0400

Version 1.7.5 of package Goto-Chg has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Goto-Chg describes itself as:

  =================
  Go to last change
  =================

More at https://elpa.nongnu.org/nongnu/goto-chg.html

## Summary:

  Goto Last Change

  Goto the point of the most recent edit in the buffer.
  When repeated, goto the second most recent edit, etc.
  Negative argument, C-u -, for reverse direction.
  Works by looking into buffer-undo-list to find points of edit.

  You would probably like to bind this command to a key.
  For example in your ~/.emacs:

    (require 'goto-chg)

    (global-set-key [(control ?.)] 'goto-last-change)
    (global-set-key [(control ?,)] 'goto-last-change-reverse)

  Works with emacs-19.29, 19.31, 20.3, 20.7, 21.1, 21.4, 22.1 and 23.1
  Works with XEmacs-20.4 and 21.4 (but see todo about `last-command' below)

  --------------------------------------------------------------------
  History

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]