From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Colin Walters Newsgroups: gmane.emacs.bugs Subject: Re: overlay debugging Date: 05 Jun 2002 14:46:10 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <1023302770.13490.1005.camel@space-ghost> References: <200206051118363.SM00219@BSI011.bsiag.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023303096 1013 127.0.0.1 (5 Jun 2002 18:51:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Jun 2002 18:51:36 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Ffsd-0000GE-00 for ; Wed, 05 Jun 2002 20:51:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17FfsJ-0007x4-00; Wed, 05 Jun 2002 14:51:15 -0400 Original-Received: from monk.debian.net ([216.185.54.61] helo=monk.verbum.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17FfrX-0007uQ-00 for ; Wed, 05 Jun 2002 14:50:27 -0400 Original-Received: from space-ghost.verbum.private (freedom.cis.ohio-state.edu [164.107.60.183]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "space-ghost.verbum.org", Issuer "monk.verbum.org" (verified OK)) by monk.verbum.org (Postfix (Debian/GNU)) with ESMTP id 3A74074000BA for ; Wed, 5 Jun 2002 14:50:21 -0400 (EDT) Original-Received: by space-ghost.verbum.private (Postfix (Debian/GNU), from userid 1000) id 998508FCA10; Wed, 5 Jun 2002 14:46:10 -0400 (EDT) Original-To: bug-gnu-emacs@gnu.org In-Reply-To: <200206051118363.SM00219@BSI011.bsiag.com> X-Mailer: Ximian Evolution 1.0.3 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1824 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1824 On Wed, 2002-06-05 at 05:18, Alex Schroeder wrote: > When I want to check why a given character in a given buffer looks and > acts the way it does, I like to use M-x list-text-properties. What I > like about it is the list of all text-properties used and their > values. Now if the information I want is in overlays, I cannot get to > it. I must use M-: (setq o (overlays-at (point))) switch to the > scratch buffer and test some of the properties myself explicitly, > there is no way to "just list" them. Does the function `describe-text-at' do what you want?