From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [robert@capuchin.co.uk: spelling errors in todo-mode.el] Date: Thu, 19 Apr 2007 09:42:18 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1176990343 1555 80.91.229.12 (19 Apr 2007 13:45:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Apr 2007 13:45:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 19 15:45:37 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 1HeWwz-00081t-5z for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2007 15:45:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeX1v-0000Dy-HZ for ged-emacs-devel@m.gmane.org; Thu, 19 Apr 2007 09:50:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeX1P-0008V1-P1 for emacs-devel@gnu.org; Thu, 19 Apr 2007 09:50:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeX1O-0008Up-Fr for emacs-devel@gnu.org; Thu, 19 Apr 2007 09:50:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeX1O-0008Um-Bv for emacs-devel@gnu.org; Thu, 19 Apr 2007 09:50:02 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeWwQ-0007fw-5Y for emacs-devel@gnu.org; Thu, 19 Apr 2007 09:44:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HeWtu-0001Na-RL; Thu, 19 Apr 2007 09:42:18 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69633 Archived-At: Would someone please fix these? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE, UNPARSEABLE_RELAY autolearn=no version=3.1.0 To: emacs-pretest-bug@gnu.org From: Robert Marshall Date: Tue, 17 Apr 2007 23:02:52 +0100 (BST) Subject: spelling errors in todo-mode.el The documentation for todo-insert-threshold says: - -------------------------------------------------- todo-insert-threshold is a variable defined in `todo-mode.el'. Its value is 0 Documentation: *TODO mode insertion accuracy. If you have 8 items in your TODO list, then you may get asked 4 questions by the binary insertion algorithm. However, you may not really have a need for such accurate priorities amongst your TODO items. If you now think about the binary insertion halfing the size of the window each time, then the threshhold is the window size at ^^^^^^^^^^ which it will stop. If you set the threshhold to zero, the upper and ^^^^^^^^^^ lower bound will coincide at the end of the loop and you will insert your item just before that point. If you set the threshhold to, ^^^^^^^^^^ e.g. 8, it will stop as soon as the window size drops below that amount and will insert the item in the approximate center of that window. - -------------------------------------------------- threshhold should be threshold - in the text rather than the variable name. The same text with the same errors occurs earlier in the commentary In GNU Emacs 22.0.96.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3) of 2007-03-21 on faure.chezmarshall.freeserve.co.uk Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_GB.UTF-8 value of $LC_CTYPE: en_GB.UTF-8 value of $LC_MESSAGES: en_GB.UTF-8 value of $LC_MONETARY: en_GB.UTF-8 value of $LC_NUMERIC: en_GB.UTF-8 value of $LC_TIME: en_GB.UTF-8 value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Robert - -- Robert Marshall _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------