[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dired-mark-extension ?
From: |
Paul W. Rankin |
Subject: |
Re: dired-mark-extension ? |
Date: |
Sat, 11 May 2019 23:35:35 -0400 |
User-agent: |
Cyrus-JMAP/3.1.6-449-gfb3fc5a-fmstable-20190430v1 |
On Sun, 12 May 2019, at 1:19 PM, Jean-Christophe Helary wrote:
> I'm using emacs from master and for some reason dired-mark-extension is
> not a valid command, just like * . is not assigned to any command.
>
> dired-mark-suffix is not either by the way.
>
> Even with emacs -Q, the commands are not there anymore...
It's part of dired-x, which is not loaded by default.
(require 'dired-x) will sort you out :)