From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "ian.tegebo" Newsgroups: gmane.emacs.help Subject: Listing markers in buffer Date: Thu, 28 Apr 2016 16:18:05 -0700 (PDT) Message-ID: <39ea9931-1237-48e2-ae24-a14e465a56d6@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1464881525 15123 80.91.229.3 (2 Jun 2016 15:32:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2016 15:32:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 02 17:32:01 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b8UbI-00042J-3O for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 17:32:00 +0200 Original-Received: from localhost ([::1]:48045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8UbH-0003s9-5V for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 11:31:59 -0400 X-Received: by 10.107.137.160 with SMTP id t32mr11958198ioi.10.1461885486271; Thu, 28 Apr 2016 16:18:06 -0700 (PDT) X-Received: by 10.50.249.8 with SMTP id yq8mr15202igc.4.1461885486206; Thu, 28 Apr 2016 16:18:06 -0700 (PDT) Original-Path: usenet.stanford.edu!i5no859127ige.0!news-out.google.com!uv8ni228igb.0!nntp.google.com!sq19no2183050igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.156.163; posting-account=WTqZCgoAAAA6dyV2bUqB6QLZ3CU5AjGe Original-NNTP-Posting-Host: 24.6.156.163 User-Agent: G2/1.0 Injection-Date: Thu, 28 Apr 2016 23:18:06 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217547 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110181 Archived-At: 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