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: Re: Listing markers in buffer Date: Sat, 30 Apr 2016 11:36:12 -0700 (PDT) Message-ID: References: <39ea9931-1237-48e2-ae24-a14e465a56d6@googlegroups.com> <871t5o1gp8.fsf@kuiper.lan.informatimago.com> <3b7d39b5-8fc6-4ceb-869b-691e27884cd0@googlegroups.com> <87r3dnv4lv.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1464882061 24088 80.91.229.3 (2 Jun 2016 15:41:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2016 15:41:01 +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:41:00 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 1b8Ujy-0002at-P3 for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 17:40:58 +0200 Original-Received: from localhost ([::1]:48090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Ujy-0003XD-0s for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jun 2016 11:40:58 -0400 X-Received: by 10.140.240.76 with SMTP id l73mr17817085qhc.4.1462041373382; Sat, 30 Apr 2016 11:36:13 -0700 (PDT) X-Received: by 10.50.30.38 with SMTP id p6mr235791igh.10.1462041373247; Sat, 30 Apr 2016 11:36:13 -0700 (PDT) Original-Path: usenet.stanford.edu!11no276751qgt.0!news-out.google.com!k10ni193igv.0!nntp.google.com!i5no685397ige.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <87r3dnv4lv.fsf@kuiper.lan.informatimago.com> 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: Sat, 30 Apr 2016 18:36:13 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:217575 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:110197 Archived-At: On Saturday, April 30, 2016 at 2:16:32 AM UTC-7, Pascal J. Bourguignon wrote: > [...] there may be "public" markers. They's stored in public > variables, or packages may have functions to return them. M-x apropos > RET markers RET gives a few of them, for example > org-refile-markers or forms--markers. > > Perhaps yasnippet has such a list of public markers too? Or perhaps you > could modify it to record and provide such a list? Indeed, `yas--collect-snippet-markers` gets me pretty close. Thanks for pointing out that convention of public markers. I hadn't noticed that before.