From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow again under Windows) Date: Mon, 13 Jul 2009 22:02:24 +0300 Message-ID: <83ws6cqudb.fsf@gnu.org> References: <7dbe73ed0907051401o26903ca3t9a67060f3a3417ad@mail.gmail.com> <83fxda1pef.fsf@gnu.org> <7dbe73ed0907060038w53699f77ie742996955ae8118@mail.gmail.com> <838wj11sz4.fsf@gnu.org> <83my7fz09s.fsf@gnu.org> <7dbe73ed0907081347q12dfd1a2lbbff915c49362f75@mail.gmail.com> <4A55D68D.8050407@gnu.org> <7dbe73ed0907090453s3e125b4ar142b90a268b105e2@mail.gmail.com> <7DAFC004A33C486A9E29A59689E7F02E@us.oracle.com> <4A5619F5.8010008@gnu.org> <8363e1zoak.fsf@gnu.org> <83hbxjrmue.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1247511787 6250 80.91.229.12 (13 Jul 2009 19:03:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Jul 2009 19:03:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 13 21:03:00 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQQng-0001Tq-72 for ged-emacs-devel@m.gmane.org; Mon, 13 Jul 2009 21:02:56 +0200 Original-Received: from localhost ([127.0.0.1]:55992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQQnf-0000Ei-Jm for ged-emacs-devel@m.gmane.org; Mon, 13 Jul 2009 15:02:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQQnG-0008SI-01 for emacs-devel@gnu.org; Mon, 13 Jul 2009 15:02:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQQnF-0008Rn-5i for emacs-devel@gnu.org; Mon, 13 Jul 2009 15:02:29 -0400 Original-Received: from [199.232.76.173] (port=48794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQQnF-0008Ri-0h for emacs-devel@gnu.org; Mon, 13 Jul 2009 15:02:29 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:8828) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQQnE-0004JQ-CC for emacs-devel@gnu.org; Mon, 13 Jul 2009 15:02:28 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10] helo=mtaout3.012.net.il) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQQnD-0007to-CU for emacs-devel@gnu.org; Mon, 13 Jul 2009 15:02:27 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KMQ00M00I475O00@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Mon, 13 Jul 2009 22:02:25 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.66.189]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KMQ00C4II80S4P0@i_mtaout3.012.net.il>; Mon, 13 Jul 2009 22:02:25 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-Detected-Operating-System: by mx20.gnu.org: Solaris 9.1 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112424 Archived-At: > From: Andreas Schwab > Cc: Stefan Monnier , emacs-devel@gnu.org, > jasonr@gnu.org, drew.adams@oracle.com, mathias.dahl@gmail.com > Date: Mon, 13 Jul 2009 15:57:48 +0200 > > Btw, Lisp strings are guaranteed to be NUL terminated, no need to create > a copy to use is as a C string. Really? I will have to look at the code. Did I dream or at some point in the past they weren't guaranteed to be null-terminated?