From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: `whitespace-describe' function missing Date: Mon, 14 Apr 2003 11:55:18 +0000 (UTC) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050321486 30322 80.91.224.249 (14 Apr 2003 11:58:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Apr 2003 11:58:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 14 13:58:05 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1952b7-0007st-00 for ; Mon, 14 Apr 2003 13:58:05 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1952cS-0002xL-01 for ; Mon, 14 Apr 2003 13:59:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1952bO-0000V2-04 for emacs-devel@quimby.gnus.org; Mon, 14 Apr 2003 07:58:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1952ag-0000Ks-00 for emacs-devel@gnu.org; Mon, 14 Apr 2003 07:57:38 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1952ZI-0008On-00 for emacs-devel@gnu.org; Mon, 14 Apr 2003 07:56:12 -0400 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1952YT-0008At-00; Mon, 14 Apr 2003 07:55:21 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Mon, 14 Apr 2003 11:55:18 +0000 (UTC) Original-To: rv@gnu.org In-reply-to: (message from Rajesh Vaidheeswarran on Sun, 13 Apr 2003 22:01:12 -0400 (EDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13223 I'm not sure which version of whitespace.el you are using... ;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $ Hah! The log says that the function was removed on 2002/09/11. I should have read the log earlier. My mistake. Here is the log entry: revision 1.20 date: 2002/09/11 21:30:25; author: monnier; state: Exp; lines: +62 -87 (whitespace-global-mode): Use define-minor-mode. Use the new file hook names. (whitespace-describe): Remove. Move the text to `Commentary:'. (whitespace-unload-hook): Use the new file hook names. That is why the function is not in the in the current CVS instance of the whitespace.el file, which is ;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $ Incidentally, while you could re-include your function definition of `whitespace-describe' in the CVS, it is surprising to see documentation like that. I would expect to see the full documentation in the documentation strings of: whitespace-buffer whitespace-region whitespace-cleanup as well as in the commentary and in the Texinfo documentation. -- Robert J. Chassell Rattlesnake Enterprises http://www.rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.teak.cc bob@rattlesnake.com