[EMAIL PROTECTED] wrote:
> Well, i get the point, but how an elisp-programmer should know this?!
>
> The manual says:
>
> - Function: match-data
> This function returns a newly constructed list containing all the
> information on what text the last search matched. Element zero is
>
Well, i get the point, but how an elisp-programmer should know this?!
The manual says:
- Function: match-data
This function returns a newly constructed list containing all the
information on what text the last search matched. Element zero is
the position of the beginning of the m
[EMAIL PROTECTED] (Kim F. Storm) writes:
> I noticed that xml.el has several occurences of code like this:
>
> ((looking-at (concat " "\\)[ \t\n\r]*\\(" xml-entity-value-re
> "\\)[ \t\n\r]*>"))
> (let ((name (buffer-su