From owner-freebsd-doc Wed Nov 20 12:10: 8 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6165D37B404 for ; Wed, 20 Nov 2002 12:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F295043E9E for ; Wed, 20 Nov 2002 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAKKA2x3069385 for ; Wed, 20 Nov 2002 12:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAKKA2vx069384; Wed, 20 Nov 2002 12:10:02 -0800 (PST) Date: Wed, 20 Nov 2002 12:10:02 -0800 (PST) Message-Id: <200211202010.gAKKA2vx069384@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Norbert Koch Subject: Re: docs/45295: [PATCH] FAQ entry about XEmacs's wheel-mouse support Reply-To: Norbert Koch Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/45295; it has been noted by GNATS. From: Norbert Koch To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/45295: [PATCH] FAQ entry about XEmacs's wheel-mouse support Date: Wed, 20 Nov 2002 21:00:06 +0100 FreeBSD-gnats-submit@FreeBSD.org writes: > Thank you very much for your problem report. > It has the internal identification `docs/45295'. > The individual assigned to look at your > report is: freebsd-doc. Uhm, sorry for not sending in the correct patch the first time. Here's a patch against en_US.ISO8859-1/books/faq/book.sgml. I've also changed Xemacs -> XEmacs, since this is the official way of writing (I'll send in a patch for other sources in a different PR). norbert. --- /usr/doc/en_US.ISO8859-1/books/faq/book.sgml Sat Nov 16 19:18:50 2002 +++ book.sgml Wed Nov 20 20:47:34 2002 @@ -7634,7 +7634,7 @@ (optional) If you use emacs or - Xemacs, then you need to + XEmacs, then you need to add a small section to your ~/.emacs file. For emacs, add the @@ -7657,24 +7657,17 @@ ;;; end imwheel section - For Xemacs, add the + For XEmacs, add the following to your ~/.emacs file instead: - <application>Xemacs</application> Configuration + <title><application>XEmacs</application> Configuration for <application>Imwheel</application> ;;; For imwheel -(setq imwheel-scroll-interval 3) -(defun imwheel-scroll-down-some-lines () - (interactive) - (scroll-down imwheel-scroll-interval)) -(defun imwheel-scroll-up-some-lines () - (interactive) - (scroll-up imwheel-scroll-interval)) -(define-key global-map [(control meta \))] 'imwheel-scroll-up-some-lines) -(define-key global-map [(control meta \()] 'imwheel-scroll-down-some-lines) +(mwheel-install) +(setq mwheel-follow-mouse t) ;;; end imwheel section To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message