#923337 emacs24-common: Unexpected transpose-chars with abbrev-prefix-mark

#923337#5
Date:
2019-02-26 16:32:27 UTC
From:
To:
Dear Maintainer,

with abbrev-mode enabled and abbrev "bj" defined as "bonjour", the
following sequence does not give the same result whether point is at the
end of buffer or not: "r e M-' b j SPC".

- If point is at the end of buffer then the sequence expands properly to
  "rebonjour ", with point remaining at the end.

- If there is some text like "la liste" after the point, the sequence
  expands to "rebonjourl a liste", with point at the end of
  "rebonjourl ".  Expected result would have been "rebonjour la liste",
  with point at the end of "rebonjour ".

Please let me know if I may help.

Best regards,