all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Listing markers in buffer
@ 2016-04-28 23:18 ian.tegebo
  2016-04-29 17:13 ` Pascal J. Bourguignon
  0 siblings, 1 reply; 5+ messages in thread
From: ian.tegebo @ 2016-04-28 23:18 UTC (permalink / raw)
  To: help-gnu-emacs

I see that `buffer-has-markers-at` will at least tell if there are markers pointing to a position, but not only has it been marked obsolete since 24.3, it doesn't provide one a means to actually get a marker object.

Looking at the C source, I can see that buffer to buffer_text structs point to a singly linked list of Lisp_marker structs, but I can't find any Elisp functions to access them. Also, there's a related thread from 1999:

https://groups.google.com/forum/#!topic/gnu.emacs.help/vNG9y5qCaxc/discussion

Lastly, please forgive me, I've cross-posted to SO:

http://stackoverflow.com/questions/36926513/are-there-elisp-functions-that-list-markers-in-a-given-buffer


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-30 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 23:18 Listing markers in buffer ian.tegebo
2016-04-29 17:13 ` Pascal J. Bourguignon
2016-04-29 21:14   ` ian.tegebo
2016-04-30  9:16     ` Pascal J. Bourguignon
2016-04-30 18:36       ` ian.tegebo

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.