[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
w3m-scroll-left, w3m-scroll-right in Emacs21 (non-member post)
- From: fujii@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Date: Mon, 12 Nov 2001 17:06:42 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 02177
藤井宏憲と申します。
Emacs21にしてから、横スクロールの調子が
どうも悪かったのですが、以下により快調になりました。
同じ症状の方にはきくかもしれません。
(defun w3m-scroll-left (arg)
(interactive "P")
(setq current-prefix-arg
(if arg
(prefix-numeric-value arg)
w3m-horizontal-scroll-columns))
(call-interactively 'scroll-left))
(defun w3m-scroll-right (arg)
(interactive "P")
(setq current-prefix-arg
(if arg
(prefix-numeric-value arg)
w3m-horizontal-scroll-columns))
(call-interactively 'scroll-right))
ii emacs21 21.1-2 The GNU Emacs editor.
ii emacs21-el 21.1-2 GNU Emacs LISP (.el) files.
ii w3m-el 1.2-1 a simple Emacs interface of w3m