From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: ruler-mode.el fix following whitespace cleanup Date: 04 Feb 2003 18:09:14 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3E26CE2100B182E5@mel-rta6.wanadoo.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044379821 21106 80.91.224.249 (4 Feb 2003 17:30:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 17:30:21 +0000 (UTC) Cc: emacs-devel Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18g6tA-0005Qw-00 for ; Tue, 04 Feb 2003 18:29:40 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18g71L-00074P-00 for ; Tue, 04 Feb 2003 18:38:07 +0100 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 18g6sc-0001y7-03 for emacs-devel@quimby.gnus.org; Tue, 04 Feb 2003 12:29:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18g6qD-00015A-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 12:26:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18g6mQ-0007Dt-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 12:22:43 -0500 Original-Received: from [193.28.100.167] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18g6ZQ-0002M6-00 for emacs-devel@gnu.org; Tue, 04 Feb 2003 12:09:16 -0500 Original-Received: from cicero.benny.turtle-trading.net.epost.de (193.99.153.6) by mail.epost.de (6.7.015) id 3E3EB90F000211C4; Tue, 4 Feb 2003 18:09:14 +0100 Original-To: "David PONCE" In-Reply-To: <3E26CE2100B182E5@mel-rta6.wanadoo.fr> (added by postmaster@wanadoo.fr) Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:11348 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11348 Hi David, "David PONCE" writes: > The following patch reintroduces the whitespace character needed > after ?\ , that recent whitespace cleanup removed. How about adding a comment there, so this can't happen again, like (defcustom ruler-mode-margins-char ?\ ;; comment to protect space char so long, benny