From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs 29 and Tramp and Remote Dired confusion Date: Fri, 07 Jul 2023 16:05:50 +0300 Message-ID: <83ilavg9ch.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39069"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 07 15:06:25 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qHlAG-0009xx-HM for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Jul 2023 15:06:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qHl9l-0002By-4o; Fri, 07 Jul 2023 09:05:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHl9i-0002Ab-9I for help-gnu-emacs@gnu.org; Fri, 07 Jul 2023 09:05:50 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHl9h-0005uT-EF for help-gnu-emacs@gnu.org; Fri, 07 Jul 2023 09:05:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=n4u0LDUQV3poE3rdh9g5DRsCShp3xKyoRkYCPd6A/+Y=; b=bJl1rGizsPgp tRW5PhsImwDpTVuCxX3WRPqSoaoP3WMIj8EoeOxDf7/YrnQ7Yb+ufhWIaIPcinuygKye9/rbRFx5j GwQbFq4+YXTP8Vmle2ycVCrr+ySQz7Sx7yAgjhyea8tKYCJvGKhaET1G7+qN33tOJl9tRm1nyhKx5 gApy8FZlh85uiHxyiLsDaDRB10yZBbM0xKzlBZR2Ygpg6tGtT5OmUCaJE7SFnw0BKWNrfF4pAtIFH fMPpx5ylAtPqRlRVmkqzq/OcnSGm4voUDhArcybUmKBY72WD+jyLRme+A/axn9+2KxtISzQeNkHr9 ebyC+MZAmIXRihE2HJV9eQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHl9g-00086E-U3 for help-gnu-emacs@gnu.org; Fri, 07 Jul 2023 09:05:49 -0400 In-Reply-To: (message from Bill Benedetto on Fri, 7 Jul 2023 12:14:37 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:144154 Archived-At: > From: Bill Benedetto > Date: Fri, 7 Jul 2023 12:14:37 +0000 > > I'm confused about what I'm seeing in Emacs 29. > > Heretofore, when I copied a file in a remote dired, it would keep the same timestamp. > AFAIK, that's always worked and always been the default. > > However, that is not the default in Emacs 29. > When I copy a file, it copies it with the current timestamp instead of the original. Is your value of dired-copy-preserve-time nil per chance? It's t by default.