> This is perfectly suited if the buffer is the output of "tla changes", > because the beginning of the buffer is the list of files, and the end > the concatenation of patches. > > It's still buggy in some cases, in particular, parsing the output of > "tla show-changeset" is more difficult.
I see. So the temporally solution is if "tla changes" is invoked (point) should be used. else if "tla changesets" is invoked (point-min) should be used. Right?
