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

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

Re: bad regexp in auto-save-file-name-transforms


From: Chris Moore
Subject: Re: bad regexp in auto-save-file-name-transforms
Date: Fri, 28 May 2004 15:11:31 +0200

Stefan Monnier writes:

 > Indeed, I didn't see it.
 > Thanks for bearing with me.

No worries.

 > I've installed a change which should fix it (similar to yours).

I just got the latest from CVS and tried compiling, but I can't get
it to compile right now, so I can't check whether your fix works for
me.  Here's the error:

  LC_ALL=C ./temacs -batch -l loadup dump
  emacs: Invalid hash table rehash threshold: 0.8
  make[1]: *** [emacs] Error 1
  make[1]: Leaving directory `/home/chris/programs/emacs/src'

But a visual inspection shows that you only edited the regexp in one
file.  You've left it unchanged in lisp/startup.el.  I don't
understand why we have the same value defined in 2 different files,
but I found that I had to change it in both places to get the change
to work for me.

 > I still don't quite understand why that was a problem: /foo//bar is
 > only ever changed to /bar when passing though subst-in-file-name
 > which should only be applied to file name coming from "outside"
 > (interactive input), so it shouldn't happen for such file names
 > generated internally.

I intend to get to the bottom of that, but at the moment can't get
Emacs to even compile.  I'll get back to you if I find what's going
on.

Chris.




reply via email to

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