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: Addition to emacsbug.el Date: Thu, 28 Oct 2004 02:24:51 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <417F6C5E.5070801@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098944799 26337 80.91.229.6 (28 Oct 2004 06:26:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 06:26:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 28 08:26:35 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 1CN3k3-0003mn-00 for ; Thu, 28 Oct 2004 08:26:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN3rq-0002Ac-0g for ged-emacs-devel@m.gmane.org; Thu, 28 Oct 2004 02:34:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CN3r1-0001n1-1Z for emacs-devel@gnu.org; Thu, 28 Oct 2004 02:33:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CN3qz-0001m3-9z for emacs-devel@gnu.org; Thu, 28 Oct 2004 02:33:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN3qz-0001lr-0Y for emacs-devel@gnu.org; Thu, 28 Oct 2004 02:33:45 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CN3j4-0002MA-HM for emacs-devel@gnu.org; Thu, 28 Oct 2004 02:25:34 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CN3iN-0006y6-UW; Thu, 28 Oct 2004 02:24:52 -0400 Original-To: "Jan D." In-reply-to: <417F6C5E.5070801@swipnet.se> (jan.h.d@swipnet.se) 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:29097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29097 + (if (fboundp 'x-server-vendor) + (insert "X vendor `" (x-server-vendor) "', vendor version " + (format "%d" (nth 2 (x-server-version))) "\n")) This uses the term "vendor" which we disparage. (In fact, I just got through editing the doc strings and the Lisp manual to say so.) Please say "distributor" instead of "vendor". For the same reasons, please say "X server distributor", not just "X distributor". Maybe this Emacs function should be renamed.