トップ «前の日記(2005-11-07) 最新 次の日記(2005-11-14)» 編集

おいぬま日報(不定期)

新しいおいぬま日報 | カテゴリ | 技術情報まとめWiki | 検索エンジンから来た人向け | RSS

2005年
11月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30



2005-11-12 [長年日記]

@ [emacs] cperl-modeの設定

とりあえずこんだけ。cperl-electric-parensとかは逆にうっとおしいのではずしてます。

(autoload 'cperl-mode
  "cperl-mode"
  "alternate mode for editing Perl programs" t)
(setq cperl-indent-level 4
      cperl-continued-statement-offset 4
      cperl-close-paren-offset -4
      cperl-comment-column 40
      cperl-highlight-variables-indiscriminately t
      cperl-indent-parens-as-block t
      cperl-label-offset -4
      cperl-tab-always-indent nil
      cperl-font-lock t)
(add-hook 'cperl-mode-hook
          '(lambda ()
             (progn
               (setq indent-tabs-mode nil)
               (setq tab-width nil)
               )))
(setq auto-mode-alist
      (append (list (cons "\\.\\(pl\\|pm\\)$" 'cperl-mode))
              auto-mode-alist))
本日のツッコミ(全1件) [ツッコミを入れる]
# mazurkja (2006-10-06 04:27)

description fZOurBDyB3pC http://tinyurl.co.uk/foks


Bookmark: あんてな | ぶっくまーく | 覚え書き | Project Amateras | ExcelPettyCashBook | FreeStyle Wiki

2002|10|11|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|11|12|
2008|01|02|03|04|05|06|07|08|10|11|12|
2009|01|
人気ブログランキング - おいぬま日報(不定期)