|
Re: search-prop.el, version 1.1: msg#00011emacs.sources
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | search-prop.el, version 1.1: 00011, Michael Olson |
|---|---|
| Next by Date: | Re: search-prop.el, version 1.1: 00011, Michael Olson |
| Previous by Thread: | search-prop.el, version 1.1i: 00011, Michael Olson |
| Next by Thread: | Re: search-prop.el, version 1.1: 00011, Michael Olson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |