From owner-freebsd-doc Wed Nov 20 12: 0:25 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404A337B404; Wed, 20 Nov 2002 12:00:23 -0800 (PST) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9069343E9E; Wed, 20 Nov 2002 12:00:21 -0800 (PST) (envelope-from nk@viteno.net) Received: from fwd04.sul.t-online.de by mailout09.sul.t-online.com with smtp id 18Eb1I-0006RI-08; Wed, 20 Nov 2002 21:00:20 +0100 Received: from viteno.dyns.net (520054833674-0001@[80.131.18.215]) by fmrl04.sul.t-online.com with esmtp id 18Eb15-1BO8GmC; Wed, 20 Nov 2002 21:00:07 +0100 Received: from nk by viteno.dyns.net with local (Exim 4.10) id 18Eb14-0002Uv-00; Wed, 20 Nov 2002 21:00:06 +0100 To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/45295: [PATCH] FAQ entry about XEmacs's wheel-mouse support References: <200211141930.gAEJU1LZ099036@freefall.freebsd.org> From: Norbert Koch X-Attribution: viteno X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Date: Wed, 20 Nov 2002 21:00:06 +0100 In-Reply-To: <200211141930.gAEJU1LZ099036@freefall.freebsd.org> (FreeBSD-gnats-submit@FreeBSD.org's message of "Thu, 14 Nov 2002 11:30:01 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i386-unknown-freebsd4.7) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 520054833674-0001@t-dialin.net 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 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