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: uppercase var names in docstrings Date: Sat, 23 Oct 2004 09:54:53 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20041022223615.GB5437@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098539779 21190 80.91.229.6 (23 Oct 2004 13:56:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Oct 2004 13:56:19 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 23 15:56:15 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 1CLMNT-0000Xf-00 for ; Sat, 23 Oct 2004 15:56:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLMV1-0000Un-LX for ged-emacs-devel@m.gmane.org; Sat, 23 Oct 2004 10:04:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CLMUt-0000Uc-V5 for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:03:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CLMUt-0000UA-5K for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:03:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CLMUt-0000Tr-1B for emacs-devel@gnu.org; Sat, 23 Oct 2004 10:03:55 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CLMML-0001mX-S2 for emacs-devel@gnu.org; Sat, 23 Oct 2004 09:55:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CLMM9-0005BW-Mb; Sat, 23 Oct 2004 09:54:53 -0400 Original-To: Miles Bader In-reply-to: <20041022223615.GB5437@fencepost> (message from Miles Bader on Fri, 22 Oct 2004 18:36:15 -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:28785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28785 At home, I use: lowercase+underline -- lowercase makes it read naturally like part of the text, but the underlining makes them hard to miss. We could use overline, or strike-through. Using color, as people have suggested, is also worth considering.