From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: (no subject) Date: Mon, 27 Sep 2004 17:17:28 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409272217.i8RMHS817504@raven.dms.auburn.edu> References: <200409270032.i8R0W2B04571@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1096323520 7484 80.91.229.6 (27 Sep 2004 22:18:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2004 22:18:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 28 00:18:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CC3pB-0004ct-00 for ; Tue, 28 Sep 2004 00:18:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CC3vR-0003zV-KO for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2004 18:24:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CC3vL-0003zQ-CV for emacs-devel@gnu.org; Mon, 27 Sep 2004 18:24:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CC3vJ-0003zE-L1 for emacs-devel@gnu.org; Mon, 27 Sep 2004 18:24:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CC3vJ-0003zB-IK for emacs-devel@gnu.org; Mon, 27 Sep 2004 18:24:45 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CC3on-0001YK-FH; Mon, 27 Sep 2004 18:18:01 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i8RMHsiU026334; Mon, 27 Sep 2004 17:17:55 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i8RMHS817504; Mon, 27 Sep 2004 17:17:28 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 27 Sep 2004 10:53:59 -0400) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27632 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27632 Richard Stallman wrote: But `enriched-translations' is defined in enriched.el with a def_const_. This suggest (maybe misleadingly) that the value should not be messed with. Thanks for noticing that. Please fix that. Done. Could you add xrefs in the doc string for enriched-translations to point to the other two symbols whose doc strings people need to read? The docstring already contains those xrefs. Sincerely, Luc.