From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29512 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: major problem with recent cvs Date: 14 Mar 2000 17:43:27 +0100 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 1035166169 3152 80.91.224.250 (21 Oct 2002 02:09:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:09:29 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id BE10BD051E for ; Tue, 14 Mar 2000 11:44:14 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB18455; Tue, 14 Mar 2000 10:44:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 14 Mar 2000 10:43:35 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA28963 for ; Tue, 14 Mar 2000 10:43:24 -0600 (CST) Original-Received: from frege.math.ethz.ch (frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by mailhost.sclp.com (Postfix) with ESMTP id B40D1D051E for ; Tue, 14 Mar 2000 11:43:35 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id RAA23692 for ; Tue, 14 Mar 2000 17:43:34 +0100 (MET) Original-Received: from urysohn(129.132.146.167), claiming to be "urysohn.math.ethz.ch" via SMTP by frege, id smtpdAAAa005mA; Tue Mar 14 17:43:28 2000 Original-Received: (vroonhof@localhost) by urysohn.math.ethz.ch (8.9.3/D-MATH-client) id RAA24868; Tue, 14 Mar 2000 17:43:27 +0100 X-Authentication-Warning: urysohn.math.ethz.ch: vroonhof set sender to vroonhof@math.ethz.ch using -f Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "Tue, 14 Mar 2000 00:03:12 GMT" Original-Lines: 22 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29512 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29512 Simon Josefsson writes: > Glancing recent modifications made me came up with this patch. Please > test if it work and I'll commit it. > > 2000-03-14 Simon Josefsson > > * nnheader.el (nnheader-group-pathname): Add "/". > > * nnmail.el (nnmail-group-pathname): Ditto. Please don't. 1. That you have to do this is usually and indication that the problem is elsewhere (i.e. somebody is using concat where expand-file-name should be used). It is better to fix the real problem. 2. In the rare situations where this is really needed, please use file-name-as-directory instead. Jan