emacs-devel
[Top][All Lists]
Advanced

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

RE: 23.0.60; kbd returns wrong value


From: Drew Adams
Subject: RE: 23.0.60; kbd returns wrong value
Date: Sat, 17 May 2008 08:13:17 -0700

> >> After tracing edmacro-parse-keys, the problem seems to be here:
> >>  
> >> (while (and (< pos (length string))
> >>   (string-match "[^ \t\n\f]+" string pos))
> >>       (let ((word (substring string (match-beginning 0) 
> >> (match-end 0)))
> 
> (string-match "[^ \t\n\f<]+\\|<[^>]+>" ...
> instead?

Yes, please install that fix; it seems to do the job. Thanks.





reply via email to

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