From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: follow.el typo Date: Thu, 13 Sep 2007 11:10:14 +0300 Message-ID: References: <43187.128.165.123.18.1189633013.squirrel@webmail.lanl.gov> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189671034 15502 80.91.229.12 (13 Sep 2007 08:10:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 08:10:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 10:10:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVjmG-0005BM-V1 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 10:10:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVjmG-00019w-Ez for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2007 04:10:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVjmA-00018h-Hp for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:10:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVjm9-00017U-HK for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:10:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVjm9-00017E-Ag for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:10:13 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVjm8-0001zX-Lm for emacs-devel@gnu.org; Thu, 13 Sep 2007 04:10:12 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.56.50]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HUF80138 (AUTH halo1); Thu, 13 Sep 2007 11:07:26 +0300 (IDT) In-reply-to: <43187.128.165.123.18.1189633013.squirrel@webmail.lanl.gov> (herring@lanl.gov) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78747 Archived-At: > Date: Wed, 12 Sep 2007 14:36:53 -0700 (PDT) > From: "Davis Herring" > > *** follow.el 01 Aug 2007 11:08:14 -0600 1.35 > --- follow.el 12 Sep 2007 11:48:14 -0600 > *************** > *** 1973,1979 **** > ;; `follow-avoid-tail-recenter'. > ;; > ;; By performing a redisplay on our own, Emacs need not perform > ! ;; the above described redisplay. (However, bu performing it when > ;; there are input available just seems to make things worse.) > (if (and follow-avoid-tail-recenter-p > (not (input-pending-p))) > --- 1973,1979 ---- > ;; `follow-avoid-tail-recenter'. > ;; > ;; By performing a redisplay on our own, Emacs need not perform > ! ;; the above described redisplay. (However, by performing it when > ;; there are input available just seems to make things worse.) > (if (and follow-avoid-tail-recenter-p > (not (input-pending-p))) Thanks, I fixed this (and quite a few other cases of misspelling and incorrect wording in this file).