unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 24.3 status update
@ 2013-02-21  2:50 Glenn Morris
  2013-02-25 20:47 ` Lluís
  2013-02-26 13:38 ` Murilo Opsfelder Araujo
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2013-02-21  2:50 UTC (permalink / raw)
  To: emacs-devel


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.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-21  2:50 24.3 status update Glenn Morris
@ 2013-02-25 20:47 ` Lluís
  2013-02-25 20:54   ` Glenn Morris
  2013-02-25 21:19   ` Alan Mackenzie
  2013-02-26 13:38 ` Murilo Opsfelder Araujo
  1 sibling, 2 replies; 7+ messages in thread
From: Lluís @ 2013-02-25 20:47 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

This brings up an uncolored scratch buffer:

  emacs -q --eval '(global-whitespace-mode t)'

while this brings it up with colors:

  emacs -q --eval '(message "buh")'


This is using Julien's emacs-snapshot 2:20130224-1.


I've also been unable to disable whitespace-mode for a very long time (when
disable, it still shows its highlight colors), but I've been too lazy to fill-in
a bug report.


Thanks,
  Lluis


Glenn Morris writes:

> 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.


-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-25 20:47 ` Lluís
@ 2013-02-25 20:54   ` Glenn Morris
  2013-02-25 21:04     ` Lluís
  2013-02-25 21:19   ` Alan Mackenzie
  1 sibling, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-02-25 20:54 UTC (permalink / raw)
  To: emacs-devel

Lluís wrote:

> This is using Julien's emacs-snapshot 2:20130224-1.

That has no relevance to Emacs 24.3.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-25 20:54   ` Glenn Morris
@ 2013-02-25 21:04     ` Lluís
  0 siblings, 0 replies; 7+ messages in thread
From: Lluís @ 2013-02-25 21:04 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris writes:

> Lluís wrote:
>> This is using Julien's emacs-snapshot 2:20130224-1.

> That has no relevance to Emacs 24.3.

You mean that snapshot is past emacs' 24.3 freeze?


Lluis

-- 
 "And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer."
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-25 20:47 ` Lluís
  2013-02-25 20:54   ` Glenn Morris
@ 2013-02-25 21:19   ` Alan Mackenzie
  2013-02-25 21:38     ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Alan Mackenzie @ 2013-02-25 21:19 UTC (permalink / raw)
  To: emacs-devel

Hello, Lluís.

On Mon, Feb 25, 2013 at 09:47:19PM +0100, Lluís wrote:
> This brings up an uncolored scratch buffer:

>   emacs -q --eval '(global-whitespace-mode t)'

I can't reproduce this in the latest emacs-24 branch.

> while this brings it up with colors:

>   emacs -q --eval '(message "buh")'

I believe you.  :-)

> This is using Julien's emacs-snapshot 2:20130224-1.


> I've also been unable to disable whitespace-mode for a very long time (when
> disable, it still shows its highlight colors), but I've been too lazy to fill-in
> a bug report.

I can confirm this bug (in the latest emacs-24 branch).  To reproduce it,
start emacs as the first invocation above.
(i) M-x whitespace-mode doesn't undo GWMode, rather it has no visible
effect aside from adding "ws" to "WS" in the mode line.
(ii) Now M-x global-whitespace-mode simply removes "WS" from the mode
line.
(iii) Now M-x whitespace-mode fails to undo its effect in the window.

This show there's non-standard semantics for
\(global-\)?-whitespace-mode.

> Thanks,
>   Lluis

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-25 21:19   ` Alan Mackenzie
@ 2013-02-25 21:38     ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2013-02-25 21:38 UTC (permalink / raw)
  To: Alan Mackenzie; +Cc: emacs-devel

Alan Mackenzie wrote:

>>   emacs -q --eval '(global-whitespace-mode t)'
>
> I can't reproduce this in the latest emacs-24 branch.

It'll be more fall out from the trunk changes to
define-globalized-minor-mode, so not surprising.

>> I've also been unable to disable whitespace-mode for a very long time
>> (when disable, it still shows its highlight colors), but I've been
>> too lazy to fill-in a bug report.
>
> I can confirm this bug (in the latest emacs-24 branch).  To reproduce it,
> start emacs as the first invocation above.

Non-lazy people have already been filing bugs about this.
Eg 11333, 11353. I doubt these problems are new, so they don't need
investigating right this minute.

> This show there's non-standard semantics for
> \(global-\)?-whitespace-mode.

The whole thing is over-engineered IMO. Eg 12496.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 24.3 status update
  2013-02-21  2:50 24.3 status update Glenn Morris
  2013-02-25 20:47 ` Lluís
@ 2013-02-26 13:38 ` Murilo Opsfelder Araujo
  1 sibling, 0 replies; 7+ messages in thread
From: Murilo Opsfelder Araujo @ 2013-02-26 13:38 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

On Wed, Feb 20, 2013 at 11:50 PM, Glenn Morris <rgm@gnu.org> 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-26 13:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-21  2:50 24.3 status update Glenn Morris
2013-02-25 20:47 ` Lluís
2013-02-25 20:54   ` Glenn Morris
2013-02-25 21:04     ` Lluís
2013-02-25 21:19   ` Alan Mackenzie
2013-02-25 21:38     ` Glenn Morris
2013-02-26 13:38 ` Murilo Opsfelder Araujo

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).