unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <gmorris+emacs@ast.cam.ac.uk>
Subject: Distributor [WAS: Bug in y-or-n-p?]
Date: Wed, 22 Jun 2005 18:31:28 +0100	[thread overview]
Message-ID: <hc8y121eof.fsf@xpc14.ast.cam.ac.uk> (raw)
In-Reply-To: <DNEMKBNJBGPAOPIJOOICGEJJCJAA.drew.adams@oracle.com> (Drew Adams's message of "Wed, 22 Jun 2005 10:00:58 -0700")


> In GNU Emacs 22.0.50.2 (i386-mingw-nt5.1.2600)
> of 2005-04-16 on LAPTOP
> Distributor `Microsoft Corp.', version 5.1.2600

<shudder>

On aesthetic and sanity-preserving grounds, how about the following
change to emacsbug.el?


*** emacsbug.el 23 Nov 2004 19:22:43 -0000 1.63
--- emacsbug.el 22 Jun 2005 17:28:21 -0000
***************
*** 130,136 ****
      (insert "In " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)
      (condition-case nil
!         (insert "Distributor `" (x-server-vendor) "', version "
                      (mapconcat 'number-to-string (x-server-version)
                      ".") "\n")
                        (error t)))
      (if (and system-configuration-options
--- 130,136 ----
      (insert "In " (emacs-version) "\n")
      (if (fboundp 'x-server-vendor)
      (condition-case nil
!         (insert "X server distributor `" (x-server-vendor) "', version "
                (mapconcat 'number-to-string (x-server-version) ".")
                "\n")
                  (error t)))
      (if (and system-configuration-options

  parent reply	other threads:[~2005-06-22 17:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-22 15:42 Bug in y-or-n-p? Richard M. Stallman
2005-06-22 16:39 ` Luc Teirlinck
2005-06-22 17:00   ` Drew Adams
2005-06-22 17:18     ` Luc Teirlinck
2005-06-22 17:24       ` Drew Adams
2005-06-23  0:38         ` Juanma Barranquero
2005-06-23 14:20           ` Drew Adams
2005-06-22 17:31     ` Glenn Morris [this message]
2005-06-23 16:54       ` Distributor [WAS: Bug in y-or-n-p?] Richard M. Stallman
2005-06-22 16:55 ` Bug in y-or-n-p? Luc Teirlinck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=hc8y121eof.fsf@xpc14.ast.cam.ac.uk \
    --to=gmorris+emacs@ast.cam.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).