From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: w32-print.el and w32-integ.el Date: Tue, 08 Apr 2008 22:09:22 +0200 Message-ID: <47FBD0F2.5030500@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207687135 13265 80.91.229.12 (8 Apr 2008 20:38:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 20:38:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 08 22:39:28 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JjKbI-0000Xw-H5 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Apr 2008 22:39:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjKaf-0000N8-1V for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Apr 2008 16:38:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjK8J-0004SD-6H for help-gnu-emacs@gnu.org; Tue, 08 Apr 2008 16:09:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjK8I-0004RM-9J for help-gnu-emacs@gnu.org; Tue, 08 Apr 2008 16:09:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjK8I-0004R7-0A for help-gnu-emacs@gnu.org; Tue, 08 Apr 2008 16:09:30 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JjK8H-00010w-D1 for help-gnu-emacs@gnu.org; Tue, 08 Apr 2008 16:09:29 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:64385 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JjK8F-0007r8-5c for help-gnu-emacs@gnu.org; Tue, 08 Apr 2008 22:09:28 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: X-Antivirus: avast! (VPS 080408-0, 2008-04-08), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1JjK8F-0007r8-5c. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JjK8F-0007r8-5c 805ca3ebff9159ffb82b8e5bb955c161 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53181 Archived-At: B. T. Raven wrote: > Peter Dyballa wrote: >> >> Am 08.04.2008 um 04:41 schrieb B. T. Raven: >>> I have dial-up and don't want to download the whole EmacsW32 package. >>> Are recent stand-alone versions of these elisp files available anywhere? >> >> Is there no way to receive updates as diffs via CVS or SVN and then >> re-compile the whole package? > > Thanks, Pete. I am not illiterate or innumerate but I am incomputant. I > have never been able to get a cvs package running on w32 but I did build > an emacs from source on Fedora. On w2000 I need .exe binaries. The files > I need from Lennart's package are only .el's so all I need is a url > where I can find them already unpackaged. I have decided not to put up single files because I do not have time to do so and I do not have time to take care of the trouble that would result from mixing different versions. Doing it that way I can without trouble for example replace htmlize.el with htmlfontify.el which can do a bit more and which I also hope is making its way into Emacs soon. It has also been quite difficult for me to try to understand how to write mumamo.el and get it to work with different libraries. That would have been much more difficult if I did not have a base of working elisp libraries that should work for most users. But I can understand your trouble, Ed. Maybe there is a simple solution though. Maybe downloading nXhtml instead would be an option for you. This is just 1.5 MB and contains htmlfontify.el and hfyview.el which are used for Quick print menu entries. You have to do a little bit elisp setup yourself though to remove some things from the old EmacsW32 you have. Will this help you?