From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Issue with .emacs, files not loading Date: Wed, 04 Jun 2008 20:26:43 +0300 Message-ID: References: <67d8e703-49f0-4f42-b336-b57daca2c79d@x35g2000hsb.googlegroups.com> <4845b9f9$0$90264$14726298@news.sunsite.dk> <87od6hn006.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1212600495 4351 80.91.229.12 (4 Jun 2008 17:28:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 17:28:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 04 19:28:55 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 1K3wmu-0000bV-Sv for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 19:28:41 +0200 Original-Received: from localhost ([127.0.0.1]:40663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3wm8-0008AD-Fl for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jun 2008 13:27:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3wlj-00086F-GX for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 13:27:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3wli-00083v-5L for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 13:27:26 -0400 Original-Received: from [199.232.76.173] (port=37693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3wli-00083d-0d for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 13:27:26 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:53704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3wlh-0004BD-Hd for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 13:27:25 -0400 Original-Received: from HOME-C4E4A596F7 ([83.130.2.23]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K1Y00IWY7OP1C01@i-mtaout7.012.net.il> for help-gnu-emacs@gnu.org; Wed, 04 Jun 2008 20:10:01 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:54457 Archived-At: > From: Peter Dyballa > Date: Wed, 4 Jun 2008 10:47:41 +0200 > Cc: help-gnu-emacs@gnu.org > > "~" is an acronym that UNIX shells understand. Emacs understands it as well. > Using the expand-file-name function, let's say ten times > in ~/.emacs, wastes after a few thousand launches a measurable amount > of time and energy What exactly does it waste? > What is ~ meaning in Losedos? Same as on Unix: the home directory. > What is C:\ meaning in UNIX? A file named "C:\".