From: Petter Gustad
Subject: SBCL userinit file under Windows?
Date: 
Message-ID: <87iqneqoyx.fsf@pangea.home.gustad.com>
SBCL does not seem to find my ~/.sbclrc file under cygwin/Windows:


$ cat .sbclrc
;; -*- mode: lisp; package: common-lisp-user; mode: font-lock;  -*-

(in-package #:cl-user)

(format t "this is .sbclrc~%")

$ sbcl
This is SBCL 1.0.22, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

This is experimental prerelease support for the Windows platform: use
at your own risk.  "Your Kitten of Death awaits!"
* (lisp-implementation-version)

"1.0.22"
* (probe-file (make-pathname :directory (pathname-directory (user-homedir-pathname)) :name ".sbclrc"))

#P"\\\\fileserver\\Petter Gustad$\\.sbclrc"


Any ideas?

Petter

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?