GNU bug report logs - #10551
23.3; MAC OS X Emacs doesn't get all colors

Previous Next

Package: emacs;

Reported by: "Daniel (Youngwhan) Song" <breadncup <at> gmail.com>

Date: Thu, 19 Jan 2012 01:06:02 UTC

Severity: normal

Merged with 5683

Found in version 23.3

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: David Caldwell <david <at> porkrind.org>
To: "Daniel (Youngwhan) Song" <breadncup <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 10551 <at> debbugs.gnu.org
Subject: bug#10551: 23.3; MAC OS X Emacs doesn't get all colors
Date: Tue, 07 Feb 2012 14:14:26 -0800
[Message part 1 (text/plain, inline)]
On 2/7/12 1:44 PM, Daniel (Youngwhan) Song wrote:
> The MAC OS X Emacs version has not been compiled by me, but David
Caldwell, whose email is cced here, too.

Hi, just wanted to clarify a little. The Emacs Daniel is running is from
emacsformacosx.com. It was built by me from the GNU source (pristine: no
extra patches) with this script:
<https://github.com/caldwell/build-emacs>, the salient part being lines
28 and 29 in "build-emacs-functions":

    (cd $SRC && env CC="$GCC -mmacosx-version-min=$MIN_OS" ./configure
--host=$HOST --build=i686-apple-darwin --with-ns &&
        env CC="$GCC -mmacosx-version-min=$MIN_OS" make clean install)

which can be con boiled down to

    ./configure --host=$HOST --build=i686-apple-darwin --with-ns &&
        make clean install

The build script runs as a normal unprivileged user and sudo is not
involved so the "don't build as root" resolution in bug 5683 doesn't
seem to apply in this case.

It could certainly still be a problem building--I'm not going to claim
my build script is beyond reproach. :-) But at this point it doesn't
appear that way.

-David

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 3 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.