Home > Emacs > cperl-mode

cperl-mode

(autoload 'perl-mode "cperl-mode" "cperl mode" t)

とやったら

Autoloading failed to define function perl-mode

とエラーになるので、

(defalias 'perl-mode 'cperl-mode)

で解決

Comments:0

Comment Form

Trackbacks:0

TrackBack URL for this entry
http://d.haro.jp/sys/mtos/mt-tb.cgi/1259
Listed below are links to weblogs that reference
cperl-mode from 勤務先と無関係なことを書く日記

Home > Emacs > cperl-mode

Feeds

Return to page top