Noam Postavsky writes: > Raimon Grau writes: > >> +(put 'uuid 'bounds-of-thing-at-point >> + (lambda () >> + (let ((thing (thing-at-point-looking-at >> + thing-at-point-uuid-regexp 500))) > > I think since uuids are fixed size, we can just pass that length (36), > rather than the somewhat arbitrary 500. I adjusted it to 36 and removed the redundant `seq' on the rx expression. Attaching the updated patch. Thanks again for reviewing, Raimon Grau