hippie-exp-ext

Homepage: http://www.emacswiki.org/emacs/download/hippie-exp-ext.el

Author: rubikitch

Updated:

Summary

Extension of hippie-expand

Commentary

Extension of hippie-expand.

I created this program to let `hippie-expand' expand only unibyte
chars and expand long symbols.

M-x try-expand-dabbrev-limited-chars
  - expand dabbrev substring when input begins from `-' or `_'.
  - otherwise expand dabbrev
  - symbols expanded this command only contain 0-9a-zA-Z\?!_-,
    which is controlled to set `he-dabbrev-chars'

M-x hippie-expand-file-name
  - complete file name at point


Example:

-ex [M-x hippie-expand-dabbrev-limited-chars] -> hippie-expand

Dependencies