[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fred
- To: info-mcl
- Subject: Re: Fred
- From: alms@cambridge.apple.com (Andrew L. M. Shalit)
- Date: 28 Jan 92 16:41:57 GMT
- In-reply-to: cartier@mipsmath.math.uqam.ca's message of 26 Jan 92 04:06:13 GMT
- Newsgroups: comp.lang.lisp.mcl
- Organization: Apple Computer Inc, Cambridge, MA
- References: <9201260406.AA23007@mipsmath>
- Sender: news@cambridge.apple.com
In article <9201260406.AA23007@mipsmath> cartier@mipsmath.math.uqam.ca (Guillaume Cartier) writes:
I need to find occurences in a FRED window of a certain style
(in fact Underline style), from inside a program. So, I will
have to search the whole buffer. Everything I tried has been
painfully slow.
Have you tried using the function BUFFER-NEXT-FONT-CHANGE? You
give it a buffer-mark and an optional position, and it returns
the position of the next change following the position.
-andrew
- References:
- Fred
- From: cartier@mipsmath.math.uqam.ca (Guillaume Cartier)