Re: Beginner emacs / SLIME / ACL / ASDF question




Ari Johnson wrote:
"Unknownmat" <unknownmat@xxxxxxxxx> writes:

Tel A. wrote:
Every lisp implementation has a default startup file it runs before
dropping you into the REPL. You should edit this file to load ASDF and
then pushnew where you want to store your files.

ACL-express' is called .clinit.cl and should be placed in your home
folder (whatever that means on XP)

Here's (part of) mine:

(require 'asdf)
; ASDF Configuration
(pushnew "/Users/tel/Library/Lisp/Asdf-Registry/systems/"
asdf:*central-registry*
:test #'equal)


Thanks for the response. XP does not have a concept of Home Folder,
but I *think* that C: is the default.

Sure it does! See %USERPROFILE%, which points to, on a default
installation to the C: drive and most regular user accounts,
C:\Documents and Settings\username\.

Aside from the profile directory, there is a home directory which can
vary. This will often be a network share. I can't remember the
environment variable that points to it, but it's probably %USERHOME%
or %HOME%.

Some programs like things to be in the profile directory. Others like
to use the home directory. For instance, PuTTY insists on putting a
state file in your home directory, whereas most programs use the
profile hierarchy to store temporary files.

Yes, you are right. Thanks for clearing that up. I found this link:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_shelloverview.mspx?mfr=true
which lists a bunch of environment variables, a few of which might be
considered a home.

I haven't toyed around yet to see which one ACL actually uses.

Thanks,
Matt

.



Relevant Pages

  • Re: Beginner emacs / SLIME / ACL / ASDF question
    ... You should edit this file to load ASDF and ... then pushnew where you want to store your files. ... there is a home directory which can ... Some programs like things to be in the profile directory. ...
    (comp.lang.lisp)
  • Re: Best Programming Practice?
    ... In general, you should follow the Application Compatibility guidelines on MSDN, Windows 2003 specifications, as well as the Windows XP logo specifications. ... Store user-created documents under a subfolder of My Documents, remember, use api to obtain path to My Documents ... There are pros/cons to storing user preferences in files, the registry, or maybe in your database backend if you are using one--consider carefully ... I understand that the home directory is often ...
    (microsoft.public.windows.terminal_services)
  • Re: Os X Home Directory: How safe are my files?
    ... I store all my ... option that can only be set when the backup saveset is created. ... If you are simply copying your home directory to the external drive, ... Disk Utility.app to make a disk image from a volume or directory (namely, ...
    (comp.sys.mac.system)
  • Re: [opensuse] freespace calculation bug or not
    ... Store is a partition of 250 GB, My home directory is 10GB ... You removed relevant info and wat you tell me could be true ... If it is a bug, on which part kernel,kde or some other part. ...
    (SuSE)
  • Re: how to set up no need for ability to handle multiple users on machine
    ... Then, from the mess that I saw over the years in windows, some applications give a s**t about the personalized "My Documents" folders and store user documents somewhere on c:. ... No program will ever ignore your home directory, because it was never possible to ignore it. ... Linux never had this, so no program ever did it simply because it wasn't possible to write to non-user writable directories. ...
    (alt.os.linux.suse)