all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 699@emacsbugs.donarmstrong.com
Cc: xah lee <xah@xahlee.org>
Subject: bug#699: grep in eshell incorrect
Date: Tue, 12 Aug 2008 22:42:49 -0400	[thread overview]
Message-ID: <8l1w0thbyu.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <h5myji57jq.fsf@fencepost.gnu.org> (Glenn Morris's message of "Tue, 12 Aug 2008 15:59:05 -0400")


Actually, it seems this is easy to fix.
(Except that now eshell/ls behaves differently to normal ls at the end
of pipeline, but that's probably less common.)

*** em-ls.el	7 Jun 2008 02:37:12 -0000	1.33
--- em-ls.el	13 Aug 2008 02:37:48 -0000
***************
*** 635,641 ****
    "Output a list of FILES.
  Each member of FILES is either a string or a cons cell of the form
  \(FILE .  ATTRS)."
!   (if (memq listing-style '(long-listing single-column))
        (eshell-for file files
  	(if file
  	    (eshell-ls-file file size-width copy-fileinfo)))
--- 635,642 ----
    "Output a list of FILES.
  Each member of FILES is either a string or a cons cell of the form
  \(FILE .  ATTRS)."
!   (if (or eshell-in-pipeline-p
! 	  (memq listing-style '(long-listing single-column)))
        (eshell-for file files
  	(if file
  	    (eshell-ls-file file size-width copy-fileinfo)))






  parent reply	other threads:[~2008-08-13  2:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <orbpzugkci.fsf@fencepost.gnu.org>
2008-08-12  7:01 ` bug#699: grep in eshell incorrect xah lee
2008-08-12 18:27   ` Eli Zaretskii
2008-08-12 18:40     ` xah lee
2008-08-12 18:54       ` Eli Zaretskii
2008-08-12 19:03         ` xah lee
2008-08-12 19:19           ` Eli Zaretskii
2008-08-12 19:26             ` xah lee
2008-08-12 19:59             ` Glenn Morris
2008-08-12 20:10               ` Processed: " Emacs bug Tracking System
2008-08-13  2:42               ` Glenn Morris [this message]
2008-08-13  3:12               ` Eli Zaretskii
2008-08-13  3:21                 ` Glenn Morris
     [not found]       ` <mailman.16486.1218568069.18990.bug-gnu-emacs@gnu.org>
2008-08-12 20:18         ` Ted Zlatanov
2008-08-13  3:24           ` Eli Zaretskii
2008-08-15 19:25   ` bug#699: marked as done (grep in eshell incorrect) Emacs bug Tracking System

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=8l1w0thbyu.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=699@emacsbugs.donarmstrong.com \
    --cc=xah@xahlee.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.