all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Dmitry Gutov <dgutov@yandex.ru>, Lars Ingebrigtsen <larsi@gnus.org>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: RE: [External] : Re: master f117b5df4d: Add new functions eol and bol
Date: Sat, 20 Aug 2022 21:02:54 +0000	[thread overview]
Message-ID: <SJ0PR10MB5488529739A2F50BA9997380F36F9@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <dab38cd8-6a17-d96a-7521-f65b367db983@yandex.ru>

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	other threads:[~2022-08-20 21:02 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166091536530.20326.14174671546998200051@vcs2.savannah.gnu.org>
     [not found] ` <20220819132245.AE2BBC0088A@vcs2.savannah.gnu.org>
2022-08-19 13:25   ` master f117b5df4d: Add new functions eol and bol Lars Ingebrigtsen
2022-08-19 13:34     ` Stefan Monnier
2022-08-19 13:36       ` Lars Ingebrigtsen
2022-08-19 21:02         ` Stefan Monnier
2022-08-19 21:24           ` Lars Ingebrigtsen
2022-08-19 13:55     ` Stefan Kangas
2022-08-19 14:04       ` Eli Zaretskii
2022-08-19 14:14         ` Robert Pluim
2022-08-19 14:56         ` Lars Ingebrigtsen
2022-08-19 16:24         ` [External] : " Drew Adams
2022-08-19 21:42           ` Tim Cross
2022-08-19 21:03         ` Stefan Monnier
2022-08-19 21:26           ` Lars Ingebrigtsen
2022-08-20 16:28             ` Gregory Heytings
2022-08-19 14:08       ` Lars Ingebrigtsen
2022-08-19 16:00         ` Stefan Kangas
2022-08-19 21:49           ` Lars Ingebrigtsen
2022-08-20  6:21             ` Eli Zaretskii
2022-08-20 16:47             ` Stefan Monnier
2022-08-21 16:19             ` Stefan Kangas
2022-08-22 10:03               ` Lars Ingebrigtsen
2022-08-23  3:05                 ` Stefan Kangas
2022-08-23  3:52                   ` Po Lu
2022-08-23 13:12                     ` Stefan Monnier
2022-08-24  3:53                       ` Richard Stallman
2022-08-24  4:28                         ` Po Lu
2022-08-24 11:58                         ` Stefan Monnier
2022-08-20  8:12       ` Po Lu
2022-08-20  9:22         ` Lars Ingebrigtsen
2022-08-20 11:37           ` Po Lu
2022-08-20 13:00             ` Lars Ingebrigtsen
2022-08-20 13:26               ` Po Lu
2022-08-19 22:15     ` Dmitry Gutov
2022-08-20  7:33       ` Lars Ingebrigtsen
2022-08-20  7:43         ` Eli Zaretskii
2022-08-20  9:21           ` Lars Ingebrigtsen
2022-08-20 16:46         ` Gregory Heytings
2022-08-20 16:49         ` Stefan Monnier
2022-08-20 17:14           ` Stefan Kangas
2022-08-21 12:01             ` Lars Ingebrigtsen
2022-08-20 18:46         ` Dmitry Gutov
2022-08-20 21:02           ` Drew Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SJ0PR10MB5488529739A2F50BA9997380F36F9@SJ0PR10MB5488.namprd10.prod.outlook.com \
    --to=drew.adams@oracle.com \
    --cc=dgutov@yandex.ru \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.