unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* --reverse-video and --no-window-system
@ 2011-07-16 18:27 Glenn Morris
  2011-07-16 19:23 ` Eli Zaretskii
  2011-07-22  5:03 ` Chong Yidong
  0 siblings, 2 replies; 11+ messages in thread
From: Glenn Morris @ 2011-07-16 18:27 UTC (permalink / raw)
  To: emacs-devel


--reverse-video has not worked with --no-window-system since Emacs 23.1
(bug#4238, etc). Does anyone know how to fix this?



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

* Re: --reverse-video and --no-window-system
  2011-07-16 18:27 --reverse-video and --no-window-system Glenn Morris
@ 2011-07-16 19:23 ` Eli Zaretskii
  2011-07-16 19:45   ` Glenn Morris
  2011-07-22  5:03 ` Chong Yidong
  1 sibling, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2011-07-16 19:23 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

> From: Glenn Morris <rgm@gnu.org>
> Date: Sat, 16 Jul 2011 14:27:53 -0400
> 
> 
> --reverse-video has not worked with --no-window-system since Emacs 23.1
> (bug#4238, etc). Does anyone know how to fix this?

Did anyone try?



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

* Re: --reverse-video and --no-window-system
  2011-07-16 19:23 ` Eli Zaretskii
@ 2011-07-16 19:45   ` Glenn Morris
  2011-07-17  3:10     ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Glenn Morris @ 2011-07-16 19:45 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii wrote:

> Did anyone try?

Umm, yes, I did, but I could not fix it. Hence my question.



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

* Re: --reverse-video and --no-window-system
  2011-07-16 19:45   ` Glenn Morris
@ 2011-07-17  3:10     ` Eli Zaretskii
  0 siblings, 0 replies; 11+ messages in thread
From: Eli Zaretskii @ 2011-07-17  3:10 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

> From: Glenn Morris <rgm@gnu.org>
> Cc: emacs-devel@gnu.org
> Date: Sat, 16 Jul 2011 15:45:07 -0400
> 
> Eli Zaretskii wrote:
> 
> > Did anyone try?
> 
> Umm, yes, I did, but I could not fix it. Hence my question.

It's some snafu with the frame parameters, and the fact that when we
apply the reverse frame parameter, the colors are reversed, but the
frame parameter disappears from the alist.

I'll try to have a look during the pretest, if no one beats me to it.



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

* Re: --reverse-video and --no-window-system
  2011-07-16 18:27 --reverse-video and --no-window-system Glenn Morris
  2011-07-16 19:23 ` Eli Zaretskii
@ 2011-07-22  5:03 ` Chong Yidong
  2011-07-22  6:21   ` Glenn Morris
  2011-07-22  6:24   ` Andreas Röhler
  1 sibling, 2 replies; 11+ messages in thread
From: Chong Yidong @ 2011-07-22  5:03 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> --reverse-video has not worked with --no-window-system since Emacs 23.1
> (bug#4238, etc). Does anyone know how to fix this?

I've committed a fix.



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

* Re: --reverse-video and --no-window-system
  2011-07-22  5:03 ` Chong Yidong
@ 2011-07-22  6:21   ` Glenn Morris
  2011-07-22  6:24   ` Andreas Röhler
  1 sibling, 0 replies; 11+ messages in thread
From: Glenn Morris @ 2011-07-22  6:21 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Chong Yidong wrote:

> Glenn Morris <rgm@gnu.org> writes:
>
>> --reverse-video has not worked with --no-window-system since Emacs 23.1
>> (bug#4238, etc). Does anyone know how to fix this?
>
> I've committed a fix.

Thanks!



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

* Re: --reverse-video and --no-window-system
  2011-07-22  5:03 ` Chong Yidong
  2011-07-22  6:21   ` Glenn Morris
@ 2011-07-22  6:24   ` Andreas Röhler
  2011-07-22 15:26     ` Chong Yidong
  1 sibling, 1 reply; 11+ messages in thread
From: Andreas Röhler @ 2011-07-22  6:24 UTC (permalink / raw)
  To: emacs-devel

Am 22.07.2011 07:03, schrieb Chong Yidong:
> Glenn Morris<rgm@gnu.org>  writes:
>
>> --reverse-video has not worked with --no-window-system since Emacs 23.1
>> (bug#4238, etc). Does anyone know how to fix this?
>
> I've committed a fix.
>
>

Hi,

thanks a lot. BTW: will 23.3 branch get the fix too?
Being in favour of keeping at least one Emacs as stable as possible.


Andreas



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

* Re: --reverse-video and --no-window-system
  2011-07-22  6:24   ` Andreas Röhler
@ 2011-07-22 15:26     ` Chong Yidong
  2011-07-22 18:36       ` Andreas Röhler
  2011-07-28  6:15       ` Sven Joachim
  0 siblings, 2 replies; 11+ messages in thread
From: Chong Yidong @ 2011-07-22 15:26 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-devel

Andreas Röhler <andreas.roehler@online.de> writes:

> thanks a lot. BTW: will 23.3 branch get the fix too?
> Being in favour of keeping at least one Emacs as stable as possible.

I guess the fix should be pretty safe, so I've merged it into the
emacs-23 branch too.  Note, however, that there are currently no plans
for any 23.4 release from this branch.



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

* Re: --reverse-video and --no-window-system
  2011-07-22 15:26     ` Chong Yidong
@ 2011-07-22 18:36       ` Andreas Röhler
  2011-07-28  6:15       ` Sven Joachim
  1 sibling, 0 replies; 11+ messages in thread
From: Andreas Röhler @ 2011-07-22 18:36 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

Am 22.07.2011 17:26, schrieb Chong Yidong:
> Andreas Röhler<andreas.roehler@online.de>  writes:
>
>> thanks a lot. BTW: will 23.3 branch get the fix too?
>> Being in favour of keeping at least one Emacs as stable as possible.
>
> I guess the fix should be pretty safe, so I've merged it into the
> emacs-23 branch too.

Great, thanks.
  Note, however, that there are currently no plans
> for any 23.4 release from this branch.
>

Hm, my suggestion is do prepare some bug-fix release at a certain time.

AFAIU it will take several months at least until 24 branch might 
qualified stable with respect to professionel environments.

Still the whole 24 branch might turn out less suitable then the previous 
- a pure abstract reasoning but we may derive from other experiences.

Thanks again,

Andreas



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

* Re: --reverse-video and --no-window-system
  2011-07-22 15:26     ` Chong Yidong
  2011-07-22 18:36       ` Andreas Röhler
@ 2011-07-28  6:15       ` Sven Joachim
  2011-07-28 15:48         ` Chong Yidong
  1 sibling, 1 reply; 11+ messages in thread
From: Sven Joachim @ 2011-07-28  6:15 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Andreas Röhler, emacs-devel

On 2011-07-22 17:26 +0200, Chong Yidong wrote:

> Andreas Röhler <andreas.roehler@online.de> writes:
>
>> thanks a lot. BTW: will 23.3 branch get the fix too?
>> Being in favour of keeping at least one Emacs as stable as possible.
>
> I guess the fix should be pretty safe, so I've merged it into the
> emacs-23 branch too.

It breaks builds configured "--without-x" there:

,----
| frame.o: In function `Fmodify_frame_parameters':
| /usr/local/src/emacs/emacs-23/src/frame.c:2611: undefined reference to `update_face_from_frame_parameter'
`----

Could you please have a look?  The trunk builds fine --without-x.

Cheers,
       Sven



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

* Re: --reverse-video and --no-window-system
  2011-07-28  6:15       ` Sven Joachim
@ 2011-07-28 15:48         ` Chong Yidong
  0 siblings, 0 replies; 11+ messages in thread
From: Chong Yidong @ 2011-07-28 15:48 UTC (permalink / raw)
  To: Sven Joachim; +Cc: Andreas Röhler, emacs-devel

Sven Joachim <svenjoac@gmx.de> writes:

> It breaks builds configured "--without-x" there:
>
> ,----
> | frame.o: In function `Fmodify_frame_parameters':
> | /usr/local/src/emacs/emacs-23/src/frame.c:2611: undefined reference
> | to `update_face_from_frame_parameter'
> `----
>
> Could you please have a look?  The trunk builds fine --without-x.

Fixed now, thanks for the heads up.



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

end of thread, other threads:[~2011-07-28 15:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 18:27 --reverse-video and --no-window-system Glenn Morris
2011-07-16 19:23 ` Eli Zaretskii
2011-07-16 19:45   ` Glenn Morris
2011-07-17  3:10     ` Eli Zaretskii
2011-07-22  5:03 ` Chong Yidong
2011-07-22  6:21   ` Glenn Morris
2011-07-22  6:24   ` Andreas Röhler
2011-07-22 15:26     ` Chong Yidong
2011-07-22 18:36       ` Andreas Röhler
2011-07-28  6:15       ` Sven Joachim
2011-07-28 15:48         ` Chong Yidong

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