Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site mit-athena.ARPA
Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!dcdwest!ittvax!decvax!mit-athena!martillo
From: martillo@mit-athena.ARPA (Joaquim Martillo)
Newsgroups: net.emacs
Subject: Re: Loading CCAEmacs .elisp_init
Message-ID: <62@mit-athena.ARPA>
Date: Sat, 8-Dec-84 20:22:37 EST
Article-I.D.: mit-athe.62
Posted: Sat Dec  8 20:22:37 1984
Date-Received: Wed, 12-Dec-84 04:05:04 EST
References: <59@mit-athena.ARPA>, <584@godot.UUCP>
Organization: MIT, Project Athena, Cambridge, Ma.
Lines: 10

Another  possibility for fixing the problem and still allowing extension
for full pathname files would be to do an rindex to the last  /  in  the
path  and then do a strcmp whether the filename was .elisp_init.  If the
last path-element is .elisp_init, then the goto to no_extension could be
executed.   Then  pathname  extension works for all full path name files
except .elisp_init.  The argument sounds theological, no other  emacs  .
file has an extension (eg .emacs_vars, .emacs_init .emacs_keys).  If the
documentation is wrong, then emacs should be changed because emacs  only
tries  to  load  .elisp_init  and  not .elisp_init.l.  Perhaps Zimmerman
would like to comment.