Jan Djärv skrev:
Chong Yidong skrev:
Problem seems to be that LIB_XFT on Solaris 10 does NOT include -lX11,
despite what it says in src/Makefile.in.
This patch (reverts Jan 26 change) fixes it for me on Solaris 10,
don't know if it breaks anything else. It can't hurt to include -lX11
twice,
Richard Stallman skrev:
The bug was that Emacs crashes when some gnome themes are used. This is
because Xft gets loaded and unloaded with dlopen, but pointers to its internal
data remain. There is a bug filed on Xft/fontconfig. As a workaround we link
Emacs with Xft to keep
Jose Figueroa-O'Farrill <[EMAIL PROTECTED]> writes:
> I visit a utf-8 encoded HTML file on a remote Linux system via tramp
> and the file fails to be decoded in utf-8. I ftp the file locally and
> visit it here and it decodes properly.
I've submitted a patch that appends the suffix of a file nam
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.
Please describe exactly what actions triggered the bug
and the precise symptoms of th
The bug was that Emacs crashes when some gnome themes are used. This is
because Xft gets loaded and unloaded with dlopen, but pointers to its
internal
data remain. There is a bug filed on Xft/fontconfig. As a workaround we
link
Emacs with Xft to keep it from being unloaded.
Chong Yidong wrote:
>> ./configure --prefix=/local --x-libraries=/usr/X11R6/lib
>> --x-includes=/usr/X11R6/include --with-x-toolkit=yes
As an additional data point, it builds fine for me with these options
on "Red Hat Enterprise Linux WS release 3 (Taroon Update 8)".
_
* Chong Yidong (2007-03-03) writes:
> Ralf Angeli <[EMAIL PROTECTED]> writes:
>
>> Trying to untar an Emacs pretest tar ball (22.0.94) with
>> `tar-untar-buffer' results in the following backtrace:
>
> I checked in a fix for this.
I can confirm that it is working now. Thanks very much!
--
Ralf