Emacs part 22at UNIX
Emacs part 22 - 暇つぶし2ch150:名無しさん@お腹いっぱい。
07/06/22 23:09:17
ありがと! こうしてみたよ。

(define-minor-mode point-indication-mode
"Toggle Point Indication mode.
With arg, turn Point Indication mode on iff arg is positive.
When Point Indication mode is enabled, the point appears
in the mode line."
:init-value nil :global nil :group 'mode-line)

(unless (member '(point-indication-mode
(:eval (concat "P" (number-to-string (point)))))
mode-line-position)
(setq mode-line-position
(add-to-list 'mode-line-position
'(point-indication-mode
(:eval (concat "P" (number-to-string (point)))))
t)))


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch