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

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

New GNU ELPA package: do-at-point - Generic context-sensitive action dis


From: Sacha Chua
Subject: New GNU ELPA package: do-at-point - Generic context-sensitive action dispatcher.
Date: Mon, 28 Aug 2023 11:10:16 -0400

    Summary: Generic context-sensitive action dispatcher.
   Requires: emacs-26.1
    Website: https://git.sr.ht/~pkal/do-at-point
   Keywords: convenience 
 Maintainer: Philip Kaludercic <~pkal/public-inbox@lists.sr.ht>
     Author: Philip Kaludercic <philipk@posteo.net>

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.


---------
You are receiving this message via the info-gnu-emacs@gnu.org mailing list.
List info/preferences: https://lists.gnu.org/mailman/listinfo/info-gnu-emacs



reply via email to

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