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

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

[patch] URGENT w32-fns.el fix - NT Emacs 20.6 dies on Lisp nesting excee


From: Jari Aalto+mail.emacs
Subject: [patch] URGENT w32-fns.el fix - NT Emacs 20.6 dies on Lisp nesting exceeds max-lisp-eval-depth
Date: 03 Jan 2001 05:06:36 +0200
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.6 (i386-*-windows98.1998)

    This is easily reproduced:

        M-x load-library w32-fns.el   
        M-x load-library w32-fns.el   
        C-x C-f ~/txt/file1.txt
        C-x C-f ~/txt/file2.txt
        C-x C-s ~/txt/file2.txt

    The C-x C-f is probably enoght to get into this. Patch to correct this
    is at the end of this message. Please check Emacs 21.x

    Jari


Signaling: (error "Lisp nesting exceeds max-lisp-eval-depth")
  original-make-auto-save-file-name()
  ..
  original-make-auto-save-file-name()
  original-make-auto-save-file-name()
  make-auto-save-file-name()
  after-find-file(nil t)
  find-file-noselect-1(#<buffer tt-mail-list.txt> "~/txt/tt-mail-list.txt" nil 
nil "~/txt/tt-mail-list.txt" (0 -87221556))
  find-file-noselect("~/txt/tt-mail-list.txt" nil nil 1)
  find-file("~/txt/tt-mail-list.txt" 1)
  call-interactively(find-file)

Attachment: 20-6-w32-fns-backupdir.patch
Description: Text Data


reply via email to

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