From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: XPM via Lisp in the toolbar Date: 15 Nov 2002 15:06:30 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037375850 30019 80.91.224.249 (15 Nov 2002 15:57:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 15:57:30 +0000 (UTC) Cc: alkibiades@gmx.de, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Cins-0007do-00 for ; Fri, 15 Nov 2002 16:54:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18Cj0o-0002K7-00 for ; Fri, 15 Nov 2002 17:08:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18Cijq-0007LC-00; Fri, 15 Nov 2002 10:50:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CiSH-00063u-00 for emacs-devel@gnu.org; Fri, 15 Nov 2002 10:32:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CiSB-00062R-00 for emacs-devel@gnu.org; Fri, 15 Nov 2002 10:32:23 -0500 Original-Received: from carbon.btinternet.com ([194.73.73.92]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CiQf-0005ZH-00; Fri, 15 Nov 2002 10:30:45 -0500 Original-Received: from host213-1-147-54.in-addr.btopenworld.com ([213.1.147.54] helo=nyaumo.btinternet.com) by carbon.btinternet.com with esmtp (Exim 3.22 #15) id 18CiQd-0003lO-00; Fri, 15 Nov 2002 15:30:43 +0000 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id C85584AE26; Fri, 15 Nov 2002 15:06:31 +0000 (GMT) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9456 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9456 Richard Stallman writes: > But what to do with > the tool bar? On MS Windows this breaks the tool bar totally. > > Could you explain why it has that effect? That is not obvious. It is > surprising that adding XPM support via conversion should break > anything that worked previously. Image support is very incomplete on MS-Windows. It works for the standard PBM toolbar images and splash-screen, but as soon as you try to do anything else, images either appear garbled or not at all. I had some time last night to look more closely, and I think I now have image masks working, and have fixed some of the more serious bugs. So I should be able to send a patch later today, or tomorrow. Although my gnu account has been enabled now, I have never been able to figure out how to use SSH successfully. William Perry gave me some advice in November 2001 that worked when I tested it out, but I didn't properly switch over from kerberos at the time, and that message is not in the archives (the rest of the thread is). It is somewhat confusing that the mail I received when my account was reenabled said I must use SSH version 2, but the advice on savannah says I must use SSH version 1, but I have tried both types of keys, and ssh always ends up falling back to plaintext password mode. If anyone can give clear instructions on getting OpenSSH going with savannah, I would appreciate it.