From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gnuist006@gmail.com Newsgroups: gmane.emacs.help Subject: How to examine the mark ring? Date: Tue, 21 Apr 2015 02:53:19 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1429610120 18363 80.91.229.3 (21 Apr 2015 09:55:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2015 09:55:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 21 11:55:20 2015 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 1YkUtj-0008Rz-E7 for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Apr 2015 11:55:19 +0200 Original-Received: from localhost ([::1]:57392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkUti-0001DM-Tf for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Apr 2015 05:55:18 -0400 X-Received: by 10.236.216.52 with SMTP id f50mr23935669yhp.13.1429609999558; Tue, 21 Apr 2015 02:53:19 -0700 (PDT) X-Received: by 10.182.213.41 with SMTP id np9mr143507obc.18.1429609999460; Tue, 21 Apr 2015 02:53:19 -0700 (PDT) Original-Path: usenet.stanford.edu!z60no2936887qgd.0!news-out.google.com!n7ni12979igk.0!nntp.google.com!l13no8071136iga.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=99.103.153.55; posting-account=REkl4woAAABFXaU7nL79XtGpnmNCQ415 Original-NNTP-Posting-Host: 99.103.153.55 User-Agent: G2/1.0 Injection-Date: Tue, 21 Apr 2015 09:53:19 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211616 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103897 Archived-At: Hi All, What I need is a method to examine the mark ring for which I could not locate a command. C-@ is used to push the point or posn into the mark ring stack or LIFO. I tried with apropos to find a suitable command or variable but as a newbie, I could not find one. This would help me debug the problem.