* Empty parts ignore background color
@ 2007-08-19 7:44 Andreas Röhler
2007-08-20 7:35 ` Glenn Morris
2007-08-27 13:53 ` Jan Djärv
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Röhler @ 2007-08-19 7:44 UTC (permalink / raw)
To: emacs-devel
Bug already reported at
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-07/msg00043.html
occurs with default configuration too.
Emacs -Q
displays it shadowed.
In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3)
of 2007-08-19
CVS checkout of this day.
Suse 10.0
Windowing system distributor `The X.Org Foundation', version 11.0.60802000
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: de_DE.UTF-8
locale-coding-system: utf-8
default-enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
M-x r e p o r t - e m <tab> <return>
Recent messages:
("./emacs" "-Q")
For information about the GNU system and GNU/Linux, type C-h C-p.
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Empty parts ignore background color
2007-08-19 7:44 Empty parts ignore background color Andreas Röhler
@ 2007-08-20 7:35 ` Glenn Morris
2007-08-20 9:19 ` Andreas Röhler
2007-08-27 13:53 ` Jan Djärv
1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2007-08-20 7:35 UTC (permalink / raw)
To: Andreas Röhler; +Cc: emacs-devel
Andreas Röhler wrote:
> http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-07/msg00043.html
>
> occurs with default configuration too.
>
> Emacs -Q
>
> displays it shadowed.
>
> In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3)
I don't know what this is supposed to add to the previous thread.
As it says there, this is a documented (in etc/PROBLEMS) issue with
gtk-qt-engine. I have no idea what you mean by "default
configuration", so I can't tell if you're saying anything new.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Empty parts ignore background color
2007-08-20 7:35 ` Glenn Morris
@ 2007-08-20 9:19 ` Andreas Röhler
2007-08-20 9:55 ` Tassilo Horn
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Röhler @ 2007-08-20 9:19 UTC (permalink / raw)
To: emacs-devel; +Cc: Glenn Morris
Am Montag, 20. August 2007 09:35 schrieb Glenn Morris:
> Andreas Röhler wrote:
> > http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-07/msg00043.html
> >
> > occurs with default configuration too.
> >
> > Emacs -Q
> >
> > displays it shadowed.
> >
> > In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3)
>
> I don't know what this is supposed to add to the previous thread.
> As it says there, this is a documented (in etc/PROBLEMS) issue with
> gtk-qt-engine. I have no idea what you mean by "default
> configuration", so I can't tell if you're saying anything new.
>
Running Suse 10.0, my gtk probably is quite ancient and
I never remarked any difficulty from it.
CVS Emacs 22.1.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2007-06-07
doesn't have this bug.
Recent build has. (Did ./configure without options)
Andreas Roehler
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Empty parts ignore background color
2007-08-20 9:19 ` Andreas Röhler
@ 2007-08-20 9:55 ` Tassilo Horn
2007-08-20 10:30 ` Andreas Röhler
0 siblings, 1 reply; 6+ messages in thread
From: Tassilo Horn @ 2007-08-20 9:55 UTC (permalink / raw)
To: emacs-devel
Andreas Röhler <andreas.roehler@online.de> writes:
Hi Andreas,
>> I don't know what this is supposed to add to the previous thread. As
>> it says there, this is a documented (in etc/PROBLEMS) issue with
>> gtk-qt-engine. I have no idea what you mean by "default
>> configuration", so I can't tell if you're saying anything new.
>
> Running Suse 10.0, my gtk probably is quite ancient and I never
> remarked any difficulty from it.
The screenshot shows the gtk-engines-qt bug listed in ets/PROBLEMS. So
update this theming engine to 0.7 or deinstall it and you'll be fine.
> CVS Emacs 22.1.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
> of 2007-06-07
>
> doesn't have this bug.
Because Xaw3d doesn't use gtk themes.
> Recent build has. (Did ./configure without options)
Configure without options builds with gtk widgets now.
,----[ ~/repos/emacs/ChangeLog ]
| 2007-06-08 Glenn Morris <rgm@gnu.org>
|
| * configure.in: Make gtk the default toolkit.
|
`----
Bye,
Tassilo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Empty parts ignore background color
2007-08-20 9:55 ` Tassilo Horn
@ 2007-08-20 10:30 ` Andreas Röhler
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Röhler @ 2007-08-20 10:30 UTC (permalink / raw)
To: emacs-devel; +Cc: Glenn Morris, Tassilo Horn
Am Montag, 20. August 2007 11:55 schrieb Tassilo Horn:
> Andreas Röhler <andreas.roehler@online.de> writes:
>
> Hi Andreas,
>
> >> I don't know what this is supposed to add to the previous thread. As
> >> it says there, this is a documented (in etc/PROBLEMS) issue with
> >> gtk-qt-engine. I have no idea what you mean by "default
> >> configuration", so I can't tell if you're saying anything new.
> >
> > Running Suse 10.0, my gtk probably is quite ancient and I never
> > remarked any difficulty from it.
>
> The screenshot shows the gtk-engines-qt bug listed in ets/PROBLEMS. So
> update this theming engine to 0.7 or deinstall it and you'll be fine.
>
...
Updated. Thanks a lot.
Everything seems ok now with
GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3) of 2007-08-19 on
karton
Andreas Roehler
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Empty parts ignore background color
2007-08-19 7:44 Empty parts ignore background color Andreas Röhler
2007-08-20 7:35 ` Glenn Morris
@ 2007-08-27 13:53 ` Jan Djärv
1 sibling, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2007-08-27 13:53 UTC (permalink / raw)
To: Andreas Röhler; +Cc: emacs-devel
Andreas Röhler skrev:
> Bug already reported at
>
> http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-07/msg00043.html
>
> occurs with default configuration too.
>
> Emacs -Q
>
> displays it shadowed.
>
> In GNU Emacs 22.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.8.3)
> of 2007-08-19
>
> CVS checkout of this day.
>
> Suse 10.0
>
Are you using KDE, esp. gtk-engines-qt? In that case, what version of
gtk-engines-qt? Version prior to 0.7 has this bug.
Jan D.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-08-27 13:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-19 7:44 Empty parts ignore background color Andreas Röhler
2007-08-20 7:35 ` Glenn Morris
2007-08-20 9:19 ` Andreas Röhler
2007-08-20 9:55 ` Tassilo Horn
2007-08-20 10:30 ` Andreas Röhler
2007-08-27 13:53 ` Jan Djärv
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.