From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; strange messages on built-in variables Date: Sat, 06 Oct 2007 13:04:10 -0700 Message-ID: <200710062004.l96K4AYU021586@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191701269 27147 80.91.229.12 (6 Oct 2007 20:07:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2007 20:07:49 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Peter Dyballa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 06 22:07:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IeFvq-0002EB-1Q for ged-emacs-devel@m.gmane.org; Sat, 06 Oct 2007 22:07:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeFvk-0004Ag-Ug for ged-emacs-devel@m.gmane.org; Sat, 06 Oct 2007 16:07:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeFvh-0004AN-Ig for emacs-devel@gnu.org; Sat, 06 Oct 2007 16:07:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeFvg-00049M-BN for emacs-devel@gnu.org; Sat, 06 Oct 2007 16:07:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeFvf-000497-0R for emacs-devel@gnu.org; Sat, 06 Oct 2007 16:07:15 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeFve-0004n9-KO for emacs-devel@gnu.org; Sat, 06 Oct 2007 16:07:14 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeFuk-0006du-Ux for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 16:06:19 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IeFvY-0004m6-MT for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 16:07:14 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeFvY-0004lK-73 for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 16:07:08 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l96K4AYU021586; Sat, 6 Oct 2007 13:04:11 -0700 (PDT) In-Reply-To: (Peter Dyballa's message of "Sat\, 6 Oct 2007 11\:13\:39 +0200") Original-Lines: 40 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_31 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80345 gmane.emacs.pretest.bugs:20078 Archived-At: Peter Dyballa writes: > Hello! > > The *Messages* buffer reports: > > Note, built-in variable `mac-dnd-known-types' not bound > Note, built-in variable `mac-control-modifier' not bound > Note, built-in variable `mac-command-modifier' not bound > Note, built-in variable `mac-option-modifier' not bound > Note, built-in variable `mac-function-modifier' not bound > Note, built-in variable `mac-emulate-three-button-mouse' not bound > Note, built-in variable `mac-wheel-button-is-mouse-2' not bound > Note, built-in variable `mac-pass-command-to-system' not bound > Note, built-in variable `mac-pass-control-to-system' not bound > Note, built-in variable `mac-allow-anti-aliasing' not bound > Note, built-in variable `mac-ts-script-language-on-focus' not bound > > I can't see any sense in these reports or why I should know about > these ... > > > In GNU Emacs 23.0.50.1 (powerpc-apple-darwin8.10.0, X toolkit, Xaw3d > scroll bars) (I don't have access to this platform, so I can't test it) I would guess that it is this code in cus-start.el: native-p (save-match-data (cond ((string-match "\\`dos-" (symbol-name symbol)) (eq system-type 'ms-dos)) ((string-match "\\`w32-" (symbol-name symbol)) (eq system-type 'windows-nt)) ((string-match "\\`mac-" (symbol-name symbol)) (or (eq system-type 'mac) (eq system-type 'darwin))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ That is probably t on mac using X11, and it is probably intended to be t only for mac Carbon, maybe replace it with (featurep 'mac-carbon) ?