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

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

[GNU ELPA] Do-At-Point version 0.1.1


From: ELPA update
Subject: [GNU ELPA] Do-At-Point version 0.1.1
Date: Mon, 02 Oct 2023 17:02:47 -0400

Version 0.1.1 of package Do-At-Point has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Do-At-Point describes itself as:

  ============================================
  Generic context-sensitive action dispatcher.
  ============================================

More at https://elpa.gnu.org/packages/do-at-point.html

## Summary:

  The command `do-at-point' is a generalised `find-file-at-point',
  both in the sense that it can understand more than just files, and
  do more than just open a file.  Depending on the "thing" at point,
  different "actions" can be dispatched, e.g. opening a url using
  `browse-url' or occurring a symbol at point.

  The entry point of this package is `do-at-point'.  Bind it to a
  convenient key:

    (global-set-key (kbd "C-'") #'do-at-point)

  Most of the behaviour is controlled via the user option
  `do-at-point-actions' and `do-at-point-user-actions'.  A mode may
  use `do-at-point-local-actions' to add additional things and/or
  actions.

## Recent NEWS:

[Not available 🙁]



reply via email to

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