Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc

2007-03-04 Thread Jan Djärv
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,

Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc

2007-03-04 Thread Jan Djärv
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

Re: tramp not respecting file-coding-system-alist (?)

2007-03-04 Thread Michael Albinus
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

isearch and Input Methods

2007-03-04 Thread David Hansen
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

Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc

2007-03-04 Thread Richard Stallman
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.

Re: Problem compiling on Redhat Enterprise WS 3 with X11

2007-03-04 Thread Glenn Morris
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)". _

Re: tar-untar-buffer fails on Emacs pretest tar ball

2007-03-04 Thread Ralf Angeli
* 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