Emacs: xah-get-thing.el 📦

By Xah Lee. Date: . Last updated: .

xah-get-thing.el is a emacs lisp utility for grabbing text under cursor.

Download

Functions

Features

The package gives you the several functions to get the boundary of current word, line, glyph, text block (paragraph), filepath, url, etc, or text selection if there is active region.

This package is similar to emacs builtin thing-at-point package thingatpt.el. 〔see Elisp: Get Text at Cursor (thing-at-point)

The differences are:

Return a Vector

Xah Elisp Utilities

Elisp, Get Thing at Point