From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.devel Subject: Re: file-truename, convert-standard-filename Date: Sun, 7 Feb 2010 18:26:41 -0500 Message-ID: References: <83eikyg44u.fsf@gnu.org> <83wrypelms.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1265585215 25485 80.91.229.12 (7 Feb 2010 23:26:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Feb 2010 23:26:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 08 00:26:53 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NeGWi-0005PZ-BV for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 00:26:52 +0100 Original-Received: from localhost ([127.0.0.1]:57888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeGWh-0007Qo-Ie for ged-emacs-devel@m.gmane.org; Sun, 07 Feb 2010 18:26:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeGWc-0007Pl-5p for emacs-devel@gnu.org; Sun, 07 Feb 2010 18:26:46 -0500 Original-Received: from [199.232.76.173] (port=43613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeGWa-0007Pd-Pz for emacs-devel@gnu.org; Sun, 07 Feb 2010 18:26:44 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeGWZ-0006KO-OY for emacs-devel@gnu.org; Sun, 07 Feb 2010 18:26:44 -0500 Original-Received: from mail-gx0-f211.google.com ([209.85.217.211]:41018) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NeGWZ-0006K8-GT; Sun, 07 Feb 2010 18:26:43 -0500 Original-Received: by gxk3 with SMTP id 3so57127gxk.6 for ; Sun, 07 Feb 2010 15:26:41 -0800 (PST) Original-Received: by 10.150.74.11 with SMTP id w11mr7877124yba.33.1265585201500; Sun, 07 Feb 2010 15:26:41 -0800 (PST) In-Reply-To: <83wrypelms.fsf@gnu.org> X-Google-Sender-Auth: 6c9bc36283e53590 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:121013 Archived-At: On Sat, Feb 6, 2010 at 11:05 PM, Eli Zaretskii wrote: > See above: a file name is always a string. Yeah. I'm surely beating this horse but.... (substring (documentation 'require) 0 56) => "If feature FEATURE is not loaded, load it from FILENAME." (require 'foo) Which is the string of the filename referenced in the above form? /s_P\