paldepind / composable.el

Composable text editing for Emacs.
GNU General Public License v3.0
115 stars 9 forks source link

Previous identifier is killed when point is at the beginning of current identifier #4

Closed tuhdo closed 8 years ago

tuhdo commented 8 years ago

For example, suppose we have this line:

pos = curpos;

If point is on the c character, C-w y kills pos instead of curpos.

paldepind commented 8 years ago

Yes. Definitely a bug. I will take a look at it.

paldepind commented 8 years ago

This should be fixed by a3c5829. Please confirm when MELPA has build the latest version :smile: