emacs-devel
[Top][All Lists]
Advanced

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

RE: master b21015c: Clarify project-find-file doc string


From: Drew Adams
Subject: RE: master b21015c: Clarify project-find-file doc string
Date: Mon, 16 Nov 2020 13:51:27 -0800 (PST)

> There's no such thing as "string at point" in
> Emacs. Or under point, or around point, etc.
> Not without specifying what kind of string it must be.

Why do you think so?

`ffap-string-at-point':
Return a string of characters from around point.

`comint-extract-string':
Return string around point, or nil.
___

My library thingatpt+.el defines these, based
loosely on `comint-extract-string':

`string-at-point'
`string-nearest-point'
`string-contents-at-point'
`string-contents-nearest-point'

The last two are the same as the first two,
except they don't include the string delimiters.

https://www.emacswiki.org/emacs/download/thingatpt%2b.el



reply via email to

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