From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Patch to display "System" colors Date: Tue, 18 Nov 2003 18:03:49 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20031118011030.39549.qmail@web60307.mail.yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069197264 19640 80.91.224.253 (18 Nov 2003 23:14:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 23:14:24 +0000 (UTC) Cc: eliz@elta.co.il, emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Nov 19 00:14:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMF35-0006kZ-00 for ; Wed, 19 Nov 2003 00:14:19 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMF34-0005uh-00 for ; Wed, 19 Nov 2003 00:14:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMFzZ-0007un-O8 for emacs-devel@quimby.gnus.org; Tue, 18 Nov 2003 19:14:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMFyg-0007sh-Qd for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:13:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMFy7-0007jC-2p for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:13:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMFy6-0007ip-6i for emacs-devel@gnu.org; Tue, 18 Nov 2003 19:13:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AMEsv-0000Aa-Nj; Tue, 18 Nov 2003 18:03:49 -0500 Original-To: Michael Mauger In-reply-to: <20031118011030.39549.qmail@web60307.mail.yahoo.com> (message from Michael Mauger on Mon, 17 Nov 2003 17:10:30 -0800 (PST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17896 +(defun facemenu-string-match-and-replace (str from to) + "Return the string STR with all occurences of the regular +expression FROM replaced by TO." This doc string doesn't follow the conventions -- please see the Tips appendix in the Emacs Lisp manual. However, you don't need the function, since you can use replace-regexp-in-string.