From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Fontifying one char strings. Date: Mon, 17 Oct 2005 00:33:43 -0400 Message-ID: References: <877jcdze4o.fsf@mahaena.lrde> <87vezxcwei.fsf@Jesper-Harders-Computer.local> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129523783 30900 80.91.229.2 (17 Oct 2005 04:36:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2005 04:36:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 17 06:36:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ERMi2-0006I2-RL for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 06:34:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERMi2-0006t6-84 for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2005 00:34:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ERMgz-0006T9-A2 for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ERMgy-0006Sf-Iv for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERMgy-0006SM-6A for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ERMgy-0007QM-9t for emacs-devel@gnu.org; Mon, 17 Oct 2005 00:33:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ERMgx-0000CI-5M; Mon, 17 Oct 2005 00:33:43 -0400 Original-To: Jesper Harder In-reply-to: <87vezxcwei.fsf@Jesper-Harders-Computer.local> (message from Jesper Harder on Sun, 16 Oct 2005 17:29:57 +0200) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44158 Archived-At: > In a docstring, if I have : > > "`nil' if blahblah, `t' otherwise.", nil and t in docstrings shouldn't be quoted. This convention is described somewhere in the Emacs manual. That is true. However, there is still the question of what to do about other one-letter symbol names, should they appear.