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: Typo in Emacs 29 manual? Date: Mon, 07 Mar 2022 14:40:01 +0200 Message-ID: <83wnh6ey1q.fsf@gnu.org> References: <4e47a5200d51a157789268616403b01d@riseup.net> <5a85128deb0016c16701787cc5cda422@riseup.net> <87bkykasmj.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33306"; 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 Mon Mar 07 13:44:45 2022 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 1nRCjE-0008Xf-W8 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Mar 2022 13:44:45 +0100 Original-Received: from localhost ([::1]:50330 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nRCjD-00008B-29 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Mar 2022 07:44:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRCf4-00005e-Mg for help-gnu-emacs@gnu.org; Mon, 07 Mar 2022 07:40:28 -0500 Original-Received: from [2001:470:142:3::e] (port=41380 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRCf0-00041L-In for help-gnu-emacs@gnu.org; Mon, 07 Mar 2022 07:40:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=idBT2WcGSa9P+T0QqM0vgcKlaaA8YNFZEYQeN9nTA9c=; b=ob7QKZ4C0asSCUheI+kO uqLAtxDFAo67dpHzWfpAagYZ5jQGAWJH0V1skg9J9X+JZRQsT3STTVOHBRVWujuLjP4gAJs05hqlL kGZmECXhb362nkIOGMBB0qQ3LtT6SBKxej79mnDCKvY0/hfZk7KMuHfX8vVqm349vSAgGrOgIcXAJ AYl30F8t1ycuOLfysMb9N6Db+uePEt8N+xNI8RYV0eFN0Bmg739bAx7lhKxPJxHEDODnJ24Vex7xI AepGiE2ZUI3vcftmDkm0a8PIjUZH1DB5DVxlvX1qGA7J7A9/NL38fOxkNl3jYQZ8leFOGKYDOuPUu 1mlIsWU9GUcKbg==; Original-Received: from [87.69.77.57] (port=3348 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 1nRCer-0001qp-8b for help-gnu-emacs@gnu.org; Mon, 07 Mar 2022 07:40:19 -0500 In-Reply-To: (message from John Yates on Sun, 6 Mar 2022 19:20:39 -0500) 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" Xref: news.gmane.io gmane.emacs.help:136387 Archived-At: > From: John Yates > Date: Sun, 6 Mar 2022 19:20:39 -0500 > Cc: Help Gnu Emacs mailing list > > On Sat, Mar 5, 2022 at 6:26 PM Michael Heerdegen > wrote: > > Seems you get (dired default-directory). > > So then I would modify my previous suggestion to read: > > Typing ‘C-x C-j’ (‘dired-jump’) displays a Dired buffer in the current > window. If the starting buffer was a Dired buffer then the new buffer > displays its parent directory. If the starting buffer was a file buffer > then the new buffer displays that files directory with point positioned > on that file. Finally, if the original buffer was neither a Dired buffer > nor a file buffer then the new buffer displays the directory identified > by that buffer's default-directory. Typing ‘C-x 4 C-j’ > (‘dired-jump-other-window’) has the same effect except that it > displays the new Dired buffer in another window. Thanks, I fixed the wording there (on the emacs-28 branch, because this is not new in Emacs 29).