> From: "emacs user" <[EMAIL PROTECTED]>
> Date: Sun, 09 Jul 2006 09:59:56 -0400
> 
> using latest gnu emacs from cvs on latest version of cygwin.
> starting emacs as emacs -q --no-site-file&
> M-x report-emacs-bug
> causes an error message, traceback below.
> [...]
> Debugger entered--Lisp error: (file-error "Opening output file" "no such 
> file or directory" "/home/me/#*mail*#8016SQO#")

Does Cygwin have a non-trivial definition of convert-standard-filename?
(If not, it needs one, but I'm not sure where to put it.  Any
suggestions?)

This fragment from files.el:make-auto-save-file-name:

            ;; Make sure auto-save file names don't contain characters
            ;; invalid for the underlying filesystem.
            (if (and (memq system-type '(ms-dos windows-nt))
                     ;; Don't modify remote (ange-ftp) filenames
                     (not (string-match "^/[EMAIL PROTECTED]:" result)))
                (convert-standard-filename result)

makes sure that invalid auto-save file names are never created on
DOS/Windows, but it doesn't catch Cygwin.

> there are other cygwin bugs that I am running into.  it would be nice to 
> have this one fixed so I can report the others (memory problems and such).  

Make sure you search the archives of this list and of emacs-devel,
we had reports about Cygwin problems due to bugs in the Cygwin
runtime.  For example, see these messages:

  http://lists.gnu.org/archive/html/emacs-devel/2006-06/msg00077.html
  http://lists.gnu.org/archive/html/emacs-devel/2006-01/msg01179.html


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to