emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cygwin bug: report-emacs-bug does not work


From: Eli Zaretskii
Subject: Re: cygwin bug: report-emacs-bug does not work
Date: Sun, 09 Jul 2006 21:59:40 +0300

> From: "emacs user" <address@hidden>
> 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 "^/address@hidden:" 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]