emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 24.3 status update


From: Murilo Opsfelder Araujo
Subject: Re: 24.3 status update
Date: Tue, 26 Feb 2013 10:38:00 -0300

On Wed, Feb 20, 2013 at 11:50 PM, Glenn Morris <address@hidden> wrote:
>
>
> Everything that I think needs to be fixed for 24.3 has been fixed
> (assuming the bug#13546 etc w32 process handling issues have gone away;
> we have not heard back yet).
>
> I suggest waiting another week or so, then making a final
> pretest/release candidate, then waiting another week or so, then
> releasing it (if nothing else comes up in the meantime).
>
> If any objections, please say so.
>
Hello Glenn,

This is my first message to this list and I'm not sure if I should
mention the following in this thread.

When I use the latest emacs tarball [1] version 24.2, my zenburn theme
is displayed correctly.  But if I use emacs from git master branch, my
zenburn theme is partially ignored.  In my case, some faces (e.g.
spaces) are ignored in whitespace-mode and org-agenda has no colors.

I built emacs from emacs-24 branch (version 24.2.93.1) and it is
working as expected: zenburn theme is displayed correctly.  There
might be something between branches emacs-24 and master that's causing
this possible issue.

I'd like some advises to know if this could be an emacs issue or
zenburn theme is not prepared for the latest emacs from git master
branch.

Here are the options and parameters I used to build emacs on a RHEL 6 system:

$ git clone git://git.savannah.gnu.org/emacs.git
$ cd emacs
$ ./make-dist --snapshot
$ cd `mktemp -d`
$ tar xf /path/to/emacs-24.3.50.tar.gz
$ cd emacs-24.3.50
$ ./configure CFLAGS="-Wall -O3" --prefix=$HOME/opt/emacs
--with-x-toolkit=gtk --host=x86_64-redhat-linux-gnu
--build=x86_64-redhat-linux-gnu
$ make -j6
$ make -j6 install

Here is my zenburn theme [2].  It is pretty much the same theme
Bozhidar Batsov created for prelude [3] with minor background color
changes.

Thanks in advance.

[1] http://ftp.gnu.org/pub/gnu/emacs/emacs-24.2.tar.xz
[2] https://github.com/mopsfelder/zenburn-emacs
[3] https://github.com/bbatsov/prelude

--
Murilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]