all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tino Calancha <tino.calancha@gmail.com>
To: 27817@debbugs.gnu.org
Subject: bug#27817: 26.0.50; Dired: Support eshell/ls from the beginning if user want to
Date: Tue, 25 Jul 2017 16:00:59 +0900	[thread overview]
Message-ID: <87pocpyp90.fsf@calancha-pc> (raw)
In-Reply-To: <87shhlypn6.fsf@calancha-pc> (Tino Calancha's message of "Tue, 25 Jul 2017 15:52:29 +0900")

Tino Calancha <tino.calancha@gmail.com> writes:

> An user must be able to use Dired with eshell/ls at the
> beginning even if s?he doesn't have installed an external
> "ls" program.
>
> I) emacs -Q -l em-ls
> M-: (progn
>       (setq insert-directory-program "foobar-ls"
>             eshell-ls-use-in-dired t)
>       (dired source-directory)) RET
;; Sorry, previous form should be as follows (in order to
;; `insert-directory' get the advice):
M-x: (progn
       (setq insert-directory-program "foobar-ls")
       (customize-set-variable 'eshell-ls-use-in-dired t)
       (dired source-directory))





  reply	other threads:[~2017-07-25  7:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-25  6:52 bug#27817: 26.0.50; Dired: Support eshell/ls from the beginning if user want to Tino Calancha
2017-07-25  7:00 ` Tino Calancha [this message]
2017-07-25 14:33 ` Eli Zaretskii
2017-07-25 14:38   ` Tino Calancha
2017-07-25 14:48     ` Noam Postavsky
2017-07-25 15:02       ` Eli Zaretskii
2017-07-25 15:09       ` Tino Calancha
2017-07-25 15:27         ` Noam Postavsky
2017-07-25 15:34           ` Tino Calancha
2017-07-25 14:48     ` Eli Zaretskii
2017-07-26  7:57   ` Tino Calancha

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=87pocpyp90.fsf@calancha-pc \
    --to=tino.calancha@gmail.com \
    --cc=27817@debbugs.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.