emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: spelling errors in todo-mode.el]


From: Richard Stallman
Subject: address@hidden: spelling errors in todo-mode.el]
Date: Thu, 19 Apr 2007 09:42:18 -0400

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: address@hidden
From: Robert Marshall <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]