all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to show (text-properties-at (point)) in minibuffer?
@ 2014-05-15  5:18 dont.spam.earl
  2014-05-15  9:47 ` Michael Heerdegen
  0 siblings, 1 reply; 5+ messages in thread
From: dont.spam.earl @ 2014-05-15  5:18 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

I'm customizing my shell mode and noticing some regions have unexpected faces. To debug this, I want the minibuffer to list the faces at the current point (from 'text-properties-at) and automatically update as the point moves. I've tried this a few ways but haven't gotten it to work.

I tried customizing the mode-line-format variable, yielding this line in my .emacs file. It didn't work:
  '(mode-line-format (quote ("%e" mode-line-front-space mode-line-mule-info mode-line-client mode-line-modified mode-line-remote mode-line-frame-identification mode-line-buffer-identification "   " mode-line-position (vc-mode vc-mode) "  " mode-line-modes mode-line-misc-info mode-line-end-spaces (:eval (text-properties-at (point))))))

This also doesn't work:
(setq global-mode-string
	  (append global-mode-string
			  (list '(:eval (text-properties-at (point))))))

Any suggestions on how to do this?

Thanks!

Earl


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

end of thread, other threads:[~2014-05-15 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  5:18 How to show (text-properties-at (point)) in minibuffer? dont.spam.earl
2014-05-15  9:47 ` Michael Heerdegen
2014-05-15 12:26   ` Stefan Monnier
2014-05-15 13:35     ` Michael Heerdegen
     [not found]     ` <mailman.1401.1400160984.1147.help-gnu-emacs@gnu.org>
2014-05-15 17:33       ` dont.spam.earl

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.