all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Jason Rumney <jasonr@gnu.org>
Subject: bug#3252: marked as done (23.0.93; extremely slow to open file on windows network drive)
Date: Wed, 20 May 2009 13:00:06 +0000	[thread overview]
Message-ID: <handler.3252.D3252.124282398319097.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 4A07519E.1000704@simplistix.co.uk

[-- Attachment #1: Type: text/plain, Size: 916 bytes --]


Your message dated Wed, 20 May 2009 20:52:26 +0800
with message-id <4A13FD0A.5070306@gnu.org>
and subject line Re: bug#3252: 23.0.93;	extremely slow to open file on windows network drive
has caused the Emacs bug report #3252,
regarding 23.0.93; extremely slow to open file on windows network drive
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3252: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3252
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3293 bytes --]

From: Chris Withers <chris@simplistix.co.uk>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.93; extremely slow to open file on windows network drive
Date: Sun, 10 May 2009 23:13:50 +0100
Message-ID: <4A07519E.1000704@simplistix.co.uk>

Opening a file on a windows share by dragging it from Explorer and 
dropping it into Emacs takes many many seconds.
Doing the same operation on Emacs 22.3.1 is almost instantaneous.
The file is in a large subversion 1.6 checkout, which may or may not be 
relevant

In GNU Emacs 23.0.93.1 (i386-mingw-nt5.1.2600)
  of 2009-05-02 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: ENG
   value of $XMODIFIERS: nil
   locale-coding-system: cp1252
   default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
   shell-dirtrack-mode: t
   cua-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   blink-cursor-mode: t
   global-auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



[-- Attachment #3: Type: message/rfc822, Size: 3608 bytes --]

From: Jason Rumney <jasonr@gnu.org>
To: Chris Withers <chris@simplistix.co.uk>, 3252-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3252: 23.0.93;	extremely slow to open file on windows network drive
Date: Wed, 20 May 2009 20:52:26 +0800
Message-ID: <4A13FD0A.5070306@gnu.org>

Chris Withers wrote:
> Debugger entered--Lisp error: (quit)
>   locate-dominating-file("//Server2/chris/folder/file.cfg" 
> ".dir-locals.el")

Thanks, there was a / missing from the regexp in 
locate-dominating-stop-dir-regexp, so the search wasn't actually 
terminating at the root of UNC drives, instead a fruitless and time 
consuming search for a machine on the network called ".dir-locals.el" 
would occur.



      parent reply	other threads:[~2009-05-20 13:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4A13FD0A.5070306@gnu.org>
2009-05-10 22:13 ` bug#3252: 23.0.93; extremely slow to open file on windows network drive Chris Withers
2009-05-11  3:06   ` Eli Zaretskii
2009-05-11  8:36     ` Chris Withers
2009-05-11 18:08       ` Eli Zaretskii
2009-05-11 18:11         ` Chris Withers
2009-05-11 18:25           ` Eli Zaretskii
2009-05-11 18:28             ` Chris Withers
2009-05-11 18:41               ` Eli Zaretskii
2009-05-11 21:15           ` Stefan Monnier
2009-05-11 22:06             ` Chris Withers
2009-05-12  4:49               ` Eli Zaretskii
2009-05-16 16:23                 ` Chris Withers
2009-05-16 17:48                   ` Eli Zaretskii
2009-05-18 10:16                     ` Chris Withers
2009-05-18 10:37                       ` Lennart Borgman
2009-05-18 12:41                         ` Jason Rumney
2009-05-18 12:49                           ` Lennart Borgman
2009-05-18 18:19                       ` Eli Zaretskii
2009-05-18 19:13                         ` Chris Withers
2009-05-18 20:31                           ` Eli Zaretskii
2009-05-19  2:12                           ` Stefan Monnier
2009-05-20 10:35                             ` Chris Withers
2009-05-20 13:00   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.3252.D3252.124282398319097.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=jasonr@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.