emacs-devel
[Top][All Lists]
Advanced

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

RE: [External] : Re: master f117b5df4d: Add new functions eol and bol


From: Drew Adams
Subject: RE: [External] : Re: master f117b5df4d: Add new functions eol and bol
Date: Sat, 20 Aug 2022 21:02:54 +0000

Not sure what these new functions are for.  Couldn't
find the start of the thread - couldn't find further
back than this start (?), which doesn't explain
anything about them:

   Lars Ingebrigtsen <larsi@gnus.org> writes:
   > Add new functions eol and bol
   Bikeshed welcome about the names, though.  

https://lists.gnu.org/archive/html/emacs-devel/2022-08/msg00702.html
_________

Anyway...

Checking names that currently exist (18.1, emacs -Q) -

prefix position-:

 position-bytes - returns a buffer position, but
                  in bytes, not chars

prefix pos-:

 pos-visible-in-window-group-p
 pos-visible-in-window-p

 Neither returns a buffer position.

prefix posn-:

 posn-actual-col-row
 posn-area
 posn-at-point
 posn-at-x-y
 posn-col-row
 posn-image
 posn-object
 posn-object-width-height
 posn-object-x-y
 posn-point
 posn-set-point
 posn-string
 posn-timestamp
 posn-window
 posn-x-y

 These are mainly about a buffer position.
_________

(Tried getting substring matches for `-pos-', `posn',
and `-position-', but it seems Emacs's `substring'
completion style doesn't work, and just shows prefix
matches?  Perhaps there's a category override that
renders trying to find substring matches for `C-h f'
useless?)

Finagling a bit I found these too, which also refer
to buffer positions: 

 get-pos-property
 Some mouse functions
 Quite a few functions that end in `-position'



reply via email to

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