From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39431 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Display bug (Was: Re: [patch] make-x.bat and directory-structure) Date: Fri, 19 Oct 2001 01:08:06 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175136 27800 80.91.224.250 (21 Oct 2002 04:38:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:38:56 +0000 (UTC) Return-Path: Original-Received: (qmail 17960 invoked from network); 19 Oct 2001 03:45:41 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 19 Oct 2001 03:45:41 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15uQZO-0007VI-00; Thu, 18 Oct 2001 22:43:38 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 18 Oct 2001 22:43:16 -0500 (CDT) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA10816 for ; Thu, 18 Oct 2001 22:43:10 -0500 (CDT) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id f9J3hRV32485 for ding@hpc.uh.edu; Thu, 18 Oct 2001 22:43:27 -0500 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA10082 for ; Thu, 18 Oct 2001 18:14:25 -0500 (CDT) Original-Received: (qmail 11900 invoked by alias); 18 Oct 2001 23:14:37 -0000 Original-Received: (qmail 11895 invoked from network); 18 Oct 2001 23:14:37 -0000 Original-Received: from fe030.worldonline.dk (212.54.64.197) by gnus.org with SMTP; 18 Oct 2001 23:14:37 -0000 Original-Received: (qmail 28832 invoked by uid 0); 18 Oct 2001 23:14:05 -0000 Original-Received: from 124.ppp1-5.had.worldonline.dk (HELO defun.localdomain) (213.237.22.124) by fe030.worldonline.dk with SMTP; 18 Oct 2001 23:14:05 -0000 Original-To: ding@gnus.org In-Reply-To: (usereplyto@Frank-Schmitt.net's message of "Thu, 18 Oct 2001 22:20:07 +0000 (UTC)") Original-Lines: 40 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39431 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39431 This is how my Gnus displays Frank's message: ,---- | From: usereplyto@Frank-Schmitt.net (Frank Schmitt) | Subject: [patch] make-x.bat and directory-structure | Newsgroups: emacs.ding | Date: Fri Oct 19 00:20:07 2001 +0200 | | If you installed XEmacs via the setup.exe, (You see I'm talking about M$ | Windows.) the gnus lisp-files are installed in | %emacs-working-dir%/../../xemacs-packages/lisp/gnus | but the make-x.bat copies the files to | %emacs-working-dir%/../lisp/gnus | | This directory will not exist and therefor it will fail. The same for | the info and etc files. The following patch fixes this and reduces the | number of arguments for the batch file: | [2. Fix for make-x.bat --- text/x-patch; make-x.diff]... | | Make-x.bat sounds as if it had something to do with a X-server and long | filenames shouldn't be a problem since many files in the lisp dir have | more than 8+3 characters, so it there's no harm if those two have long | filenames, too. | | -- | One Ring to rule them all, One Ring to find them, | One Ring to bring them all and in the darkness bind them | In the Land of Mordor where the Shadows lie. | 19. Dezember 2001 `---- i.e. Gnus hides these two lines after the patch: ,---- | | Further on I suggest to rename the file to something like make-xemacs.bat | and make.bat to make-emacs.bat. | `----