katspaugh / ido-at-point

ido-at-point
51 stars 4 forks source link

[next] Completing in the middle of a Emacs Lisp symbol overwrites preceding text #7

Closed katspaugh closed 10 years ago

katspaugh commented 10 years ago

Initial text:

(set-face-background
       'auto-dim-other-buffers-face (color-ligh-name bg 10))
                                ;; cursor here ^

After pressing M-Tab transforms into:

(set-face-background
       'auto-dim-other-buffers-faccolor-lighten-name bg 10))