From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; strange messages on built-in variables Date: Sun, 7 Oct 2007 01:00:08 +0200 Message-ID: <6D2D2113-AC79-4E80-9DA3-0C7B6FAC10CD@gmx.de> References: <200710062004.l96K4AYU021586@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1191711636 21049 80.91.229.12 (6 Oct 2007 23:00:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Oct 2007 23:00:36 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 07 01:00:32 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 1IeIdK-0006eU-8F for ged-emacs-devel@m.gmane.org; Sun, 07 Oct 2007 01:00:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeIdF-0003Tc-8O for ged-emacs-devel@m.gmane.org; Sat, 06 Oct 2007 19:00:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeIdB-0003TX-P6 for emacs-devel@gnu.org; Sat, 06 Oct 2007 19:00:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeId9-0003TL-7z for emacs-devel@gnu.org; Sat, 06 Oct 2007 19:00:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeId9-0003TI-2m for emacs-devel@gnu.org; Sat, 06 Oct 2007 19:00:19 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeId8-0006VY-LF for emacs-devel@gnu.org; Sat, 06 Oct 2007 19:00:18 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeIcE-0008TB-UV for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 18:59:22 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IeId4-0006Uk-Pu for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 19:00:18 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IeId4-0006UL-BV for emacs-pretest-bug@gnu.org; Sat, 06 Oct 2007 19:00:14 -0400 Original-Received: (qmail invoked by alias); 06 Oct 2007 23:00:13 -0000 Original-Received: from Fd003.f.ppp-pool.de (EHLO [192.168.1.2]) [195.4.208.3] by mail.gmx.net (mp028) with SMTP; 07 Oct 2007 01:00:13 +0200 X-Authenticated: #27706302 X-Provags-ID: V01U2FsdGVkX18S/uNAQLsS0kKAJtOdb1CkUbCYw2/6bFVJHWf0Ks cvt4bbz412QFS2 In-Reply-To: <200710062004.l96K4AYU021586@oogie-boogie.ics.uci.edu> X-Mailer: Apple Mail (2.752.2) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80359 gmane.emacs.pretest.bugs:20081 Archived-At: Am 06.10.2007 um 22:04 schrieb Dan Nicolaescu: > 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) ? Right: I am using Mac OS X 10.4.10 (Tiger). GNU Emacs was compiled as =20= X client. "Darwin" means a stripped down version of Mac OS X without =20 Apple's Aqua ("Display PDF"), Carbon, Cocoa, and without the typical =20 applications (and widgets too, I presume) and also without Apple =20 Script. So "Darwin" users have no other choice than X11. (featurep 'mac-carbon) looks like the better choice. The commands =20 reported are from Carbon Emacs =96 which can't be compiled (the usual =20= way) with the mac/make-package script: gcc -I/sw/include -L/sw/lib -DMAC_OSX -DHAVE_CONFIG_H -I. = -I../src -=20 I/Users/pete/Quellen/Emacs_CVS/emacs/mac/../lib-src -I/Users/pete/=20 Quellen/Emacs_CVS/emacs/mac/../lib-src/../src -dead_strip -=20 bind_at_load -multiply_defined suppress -L/sw/lib/freetype219/lib -L/=20 sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/sw/lib -L/usr/local/lib -=20 g -O2 -Wno-pointer-sign movemail.o pop.o getopt.o getopt1.o =20= -o movemail powerpc-apple-darwin8-gcc-4.0.1: getopt.o: No such file or = directory powerpc-apple-darwin8-gcc-4.0.1: getopt1.o: No such file or = directory make[1]: *** [movemail] Error 1 make: *** [lib-src] Error 2 -- Greetings Pete Be careful of reading health books, you might die of a misprint. -- Mark Twain