[xyzzy:07244] Re: scroll-up, scroll-down 関数の実装
- Subject: [xyzzy:07244] Re: scroll-up, scroll-down 関数の実装
- From: Hiroyasu Sunohara <suno@xxxxxxxxx>
- X-mailer: Denshin 8 Go V32.1.3.1
- X-yzzy-version: 0.2.2.202
亀井さん、おはようございます。春原@ズーです。
>こんな?
>
> (defun scroll-up ()
> (interactive)
> (let ((c (goal-column)))
> (save-excursion
> (scroll-window -1))
> (unless (pos-visible-in-window-p (point))
> (forward-virtual-line -1))
> (goto-virtual-column c)
> (set-goal-column c))
> t)
そう、こんなです。どうもありがとうございました。さっそく
.xyzzy の定義を書き直して使っています。
今後もよろしくお願いします。
--
株式会社ズー http://www.zoo.co.jp
春原 宏保 (suno@xxxxxxxxxxxxx, suno@xxxxxxxxx)