all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: "'bug-gnu-emacs@gnu.org'" <bug-gnu-emacs@gnu.org>
Subject: Re: EMACS is awesome, but it's driving my INSANE!
Date: Tue, 07 May 2002 21:22:37 +0200	[thread overview]
Message-ID: <jeznzbahky.fsf@sykes.suse.de> (raw)
In-Reply-To: <57B640784DE4314EBF18E340916CC8CB07ED63@OAVAMAIL> ("DArcangelis, Christopher"'s message of "Tue, 7 May 2002 12:13:26 -0400")

"DArcangelis, Christopher" <Christopher.DArcangelis@veridian.com> writes:

|> I'm running XEmacs v21.1 on a Tru64 v5.1a box.  Whenever I start the GUI, my
|> home dir is /net/home/cdarcangelis (M-x pwd).  My home is actually mounted
|> at /home/cdarcangelis.  I can change the current session (M-x cd) but when I
|> reload my path is /net/home/.......   files.el file shows that ~/ is being
|> used for my home dir, but my CDPATH and mount-points are correct.  What's
|> the scoop?

    directory-abbrev-alist

    Documentation:
    *Alist of abbreviations for file directories.
    A list of elements of the form (FROM . TO), each meaning to replace
    FROM with TO when it appears in a directory name.  This replacement is
    done when setting up the default directory of a newly visited file.
    *Every* FROM string should start with `^'.

    Do not use `~' in the TO strings.
    They should be ordinary absolute directory names.

    Use this feature when you have directories which you normally refer to
    via absolute symbolic links.  Make TO the name of the link, and FROM
    the name it is linked to.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  reply	other threads:[~2002-05-07 19:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-07 16:13 EMACS is awesome, but it's driving my INSANE! DArcangelis, Christopher
2002-05-07 19:22 ` Andreas Schwab [this message]
2002-05-07 19:53 ` David Masterson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jeznzbahky.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.