From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "metaperl.com" Newsgroups: gmane.emacs.help Subject: cygwin emacs 22 and lisp-mode lisp-load-file Date: Tue, 11 Dec 2007 14:49:43 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197416441 19160 80.91.229.12 (11 Dec 2007 23:40:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 23:40:41 +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 Dec 12 00:40:51 2007 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 1J2EiX-0002wh-Rx for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Dec 2007 00:40:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2EiF-00029y-VE for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Dec 2007 18:40:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e25g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 170.148.10.46 Original-X-Trace: posting.google.com 1197413384 29259 127.0.0.1 (11 Dec 2007 22:49:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 11 Dec 2007 22:49:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e25g2000prg.googlegroups.com; posting-host=170.148.10.46; posting-account=GDJYuQoAAACvR3VU3OOyv8hdViWomHUu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; TheWorld),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:154597 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:50023 Archived-At: Hello, in a plain emacs 22 (with no SLIME loaded, or ILISP or ELI), executing lisp-load-file attempts to take the buffer's unix/cygwin filename and create a windows pathname, but it fails to prepend the driver letter: debugger invoked on a SB-INT:SIMPLE-FILE-ERROR: "\\home\\W049945\\tmp\\x.lsp" does not exist. Thus, when attempting to load "~/tmp/x.lsp" it failed to put "C:" on the front of the path it created, hence the load failed.