gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: search-prop.el, version 1.1


From: Andreas Roehler
Subject: Re: search-prop.el, version 1.1
Date: Thu, 11 Jan 2007 10:45:47 +0100
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

Michael Olson schrieb:
This is the first submitted version of the search-prop.el library.

Hi Michael,

thanks a lot for writing this.

BTW: Why not make it ready for interactive use?
It may help to explore the case.

While examining property stuff, I played with some
little forms--may I ignored something already more convenient?--

as :

(defun t-p-at ()
 " "
 (interactive)
 (princ (text-properties-at (point) (current-buffer ))))

(defun g-c-p ()
 "get-char-property"
 (interactive)
 (message " %s" (get-char-property (point) 'face)))

(defun g-t-p ()
 "get-text-property"
 (interactive)
 (message " %s" (get-text-property (point) 'face)))

(defun t-p-a ()
 "text-properties-at "
 (interactive)
 (message " %s" (text-properties-at (point))))

__
Andreas Roehler





reply via email to

[Prev in Thread] Current Thread [Next in Thread]