[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Meadow 1.13 Beta2 (test)



坂本です。

>>>>> In [emacs] 
>>>>>	Mitsugu == Mitsugu SAKAMOTO <mitsugu@...> wrote:

Mitsugu> > はい、できました。とりあえず幸せに慣れそう。

ということで、幸せを分けるべく
http://www.argv.org/~mitsugu/tmp/temacs-1.13b2-20010222.exe.bz2
にこのバイナリを起きました。

meadow-1.13b2-test-i386.tar.gzを持っている人用です。
dumpした後.emacsに
;;; frame parameter (Setting caret)
(defun set-cursor-type (type)
  (modify-frame-parameters (selected-frame)
			   (list (cons 'cursor-type type))))
(set-cursor-type 'hairline-caret)

とするとめでたくOSWで表示されます。

--- Mitsugu