* X and emacs bug
@ 2003-02-13 4:10 Bruce Park
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Park @ 2003-02-13 4:10 UTC (permalink / raw)
Dear emacs subscribers,
I'm having some problems with emacs and X that's driving me insane.
Currenty, I don't know which one is causing the problem so I thought I'd ask
the subscribers what they think. Before I describe the problem, I'd like to
state that I'm running debian linux with xfree86 4.1.0-16.
The problem is regaring emacs, X, and maybe Java(Sun rpm converted to deb).
Once a Java window is launched such as:
http://rplaca.cs.qc.edu/~bpark/xwin.jpg, my emacs window is distorted.
Here is the normal pic: http://rplaca.cs.qc.edu/~bpark/normal.jpg
Here is the weird pic: http://rplaca.cs.qc.edu/~bpark/weird.gif
If you look at the weird picture, I drew arrows indicating that the space
between these arrows are not normal. In fact, it looks like they are double
height. Take a look at the cursor on the left top corner and you'll see
this.
There are other cases where this happens but this is the only case that
maintains a consistency. As far as I can remember, this was happening far
before Java was ever installed on my system.
Now, this a very odd problem and I don't know if the source of the problem
is caused by emacs fonts or X windows. Currently I'm using .Xresources file
to manipulate emacs font.
What I need to know is the source of this problem. I highly doubt this is
caused by Java since I've seen this happen at other times. Any ideas or
suggestion will be highly appreciated.
bp
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: X and emacs bug
[not found] <mailman.1913.1045109464.21513.help-gnu-emacs@gnu.org>
@ 2003-02-13 9:35 ` Kai Großjohann
2003-02-14 15:30 ` Sven Utcke
1 sibling, 0 replies; 5+ messages in thread
From: Kai Großjohann @ 2003-02-13 9:35 UTC (permalink / raw)
[[ Strange inter-line spacing after starting Java. ]]
Maybe you could check your font path. "xset q" tells it. Maybe
Emacs finds a different font under the same fontspec. Maybe you can
work around it by explicitly specifying all fields in the Emacs font
name, without using "*".
--
A turnip curses Elvis
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: X and emacs bug
[not found] <mailman.1913.1045109464.21513.help-gnu-emacs@gnu.org>
2003-02-13 9:35 ` X and emacs bug Kai Großjohann
@ 2003-02-14 15:30 ` Sven Utcke
2003-02-14 18:53 ` Kevin Rodgers
1 sibling, 1 reply; 5+ messages in thread
From: Sven Utcke @ 2003-02-14 15:30 UTC (permalink / raw)
"Bruce Park" <bpark79@hotmail.com> writes:
> deb). Once a Java window is launched such as:
> http://rplaca.cs.qc.edu/~bpark/xwin.jpg, my emacs window is distorted.
> Here is the normal pic: http://rplaca.cs.qc.edu/~bpark/normal.jpg
> Here is the weird pic: http://rplaca.cs.qc.edu/~bpark/weird.gif
This is a well known bug in Emacs 20.x (the reason for which I forgot)
and afaik not present in 21.x, which is a much better editor in many
respects anyway, except for the fact that it insists on linking
against libjpeg etc. even when run with -nw...
Sven
--
_ __ The Cognitive Systems Group
| |/ /___ __ _ ___ University of Hamburg
| ' </ _ \/ _` (_-< phone: +49 (0)40 42883-2576 Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/ fax : +49 (0)40 42883-2572 D-22527 Hamburg
|___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: X and emacs bug
2003-02-14 15:30 ` Sven Utcke
@ 2003-02-14 18:53 ` Kevin Rodgers
2003-02-18 11:04 ` Sven Utcke
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Rodgers @ 2003-02-14 18:53 UTC (permalink / raw)
Sven Utcke wrote:
> This is a well known bug in Emacs 20.x (the reason for which I forgot)
> and afaik not present in 21.x, which is a much better editor in many
> respects anyway, except for the fact that it insists on linking
> against libjpeg etc. even when run with -nw...
It's the same emacs executable whether it's run with the -nw option or not,
so all the libraries have to be present.
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: X and emacs bug
2003-02-14 18:53 ` Kevin Rodgers
@ 2003-02-18 11:04 ` Sven Utcke
0 siblings, 0 replies; 5+ messages in thread
From: Sven Utcke @ 2003-02-18 11:04 UTC (permalink / raw)
Kevin Rodgers <kevin.rodgers@ihs.com> writes:
> Sven Utcke wrote:
>
> > This is a well known bug in Emacs 20.x (the reason for which I forgot)
> > and afaik not present in 21.x, which is a much better editor in many
> > respects anyway, except for the fact that it insists on linking
> > against libjpeg etc. even when run with -nw...
>
> It's the same emacs executable whether it's run with the -nw option or not,
>
> so all the libraries have to be present.
Isn't it possible, with dynamic libraries, to dynamically load only
the ones actually needed? At least I thought it was, but might be
completely wrong...
Sven
--
_ __ The Cognitive Systems Group
| |/ /___ __ _ ___ University of Hamburg
| ' </ _ \/ _` (_-< phone: +49 (0)40 42883-2576 Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/ fax : +49 (0)40 42883-2572 D-22527 Hamburg
|___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-02-18 11:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1913.1045109464.21513.help-gnu-emacs@gnu.org>
2003-02-13 9:35 ` X and emacs bug Kai Großjohann
2003-02-14 15:30 ` Sven Utcke
2003-02-14 18:53 ` Kevin Rodgers
2003-02-18 11:04 ` Sven Utcke
2003-02-13 4:10 Bruce Park
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).