From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Brockman Newsgroups: gmane.emacs.devel Subject: Re: Bug in ange-ftp parsing of ls output Date: Sat, 07 Jan 2006 08:03:06 +0100 Message-ID: <87bqyoo6z9.fsf@wigwam.deepwood.net> References: <87sluwosoa.fsf@gmx.de> <87zmp3mut4.fsf-monnier+emacs@gnu.org> <87br1j7728.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136615771 8308 80.91.229.2 (7 Jan 2006 06:36:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2006 06:36:11 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 07 07:36:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ev7gK-0007yY-E4 for ged-emacs-devel@m.gmane.org; Sat, 07 Jan 2006 07:36:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ev7i8-000773-TT for ged-emacs-devel@m.gmane.org; Sat, 07 Jan 2006 01:37:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ev7hw-00076t-Ms for emacs-devel@gnu.org; Sat, 07 Jan 2006 01:37:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ev7hv-00076d-Fe for emacs-devel@gnu.org; Sat, 07 Jan 2006 01:37:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ev7hv-00076a-Cl for emacs-devel@gnu.org; Sat, 07 Jan 2006 01:37:43 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Ev7jn-0005cA-Tz for emacs-devel@gnu.org; Sat, 07 Jan 2006 01:39:40 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ev7fs-0007vF-IQ for emacs-devel@gnu.org; Sat, 07 Jan 2006 07:35:36 +0100 Original-Received: from c-78b670d5.028-10-67766c2.cust.bredbandsbolaget.se ([213.112.182.120]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2006 07:35:36 +0100 Original-Received: from daniel by c-78b670d5.028-10-67766c2.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 07 Jan 2006 07:35:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-78b670d5.028-10-67766c2.cust.bredbandsbolaget.se X-Face: :&2UWGm>e24)ip~'K@iOsA&JT3JX*v@1-#L)=dUb825\Fwg#`^N!Y*g-TqdS AevzjFJe96f@V'ya8${57/T'"mTd`1o{TGYhHnVucLq!D$r2O{IN)7>.0op_Y`%r;/Q +(]`3F-t10N7NF\.Mm0q}p1:%iqTi:5]1E]rDF)R$9.!,Eu'9K':y9^U3F8UCS1M+A$ 8[[[WT^`$P[vu>P+8]aQMh9giu&fPCqLW2FSsGs User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.51 (gnu/linux) Cancel-Lock: sha1:PGqk0ZAYqt6GjWGK3bqtY+riwRs= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48812 Archived-At: On Fri, 21 Oct 2005 18:19:45 -0400, in , "Richard M. Stallman" wrote: > Let's move it to files.el and rename it to > directory-listing-before-filename-regexp Quoting the GNU coding standards, updated January 1, 2005, Please do not use the term "pathname" that is used in Unix documentation; use "file name" (two words) instead. We use the term "path" only for search paths, which are lists of directory names. --- Section 6.1, (info "(standards)GNU Manuals") The document explicitly states that "file name" should be spelled with two words. If that's no longer considered important, perhaps the standards document should be updated to reflect this? -- Daniel Brockman