all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#65303: emacs 29.1.50; Inconsistency in eshell.texi Introduction
@ 2023-08-15  2:28 Eric Gillespie
  2023-08-16  5:13 ` Jim Porter
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Gillespie @ 2023-08-15  2:28 UTC (permalink / raw)
  To: 65303

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

I've found an inconsistency in the Introduction to eshell.texi. It
specifies as part of
a search pattern for Word Document files that are 100k or larger and six
months or older the following footnoted pattern:

ls -lt **/*.doc(Lk+50aM+5)

That nets me files bigger than 50k, not the 100k specified in the
paragraph. Here's
a quick diff supplying a correction.

===== diff =====
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index b5311e63a56..26f282de69c 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -141,7 +141,7 @@ Introduction
 Any tool you use often deserves the time spent learning to master it.
 @footnote{For the understandably curious, here is what that command
 looks like: But don't let it fool you; once you know what's going on,
-it's easier than it looks: @code{ls -lt **/*.doc(Lk+50aM+5)}.}
+it's easier than it looks: @code{ls -lt **/*.doc(Lk+100aM+5)}.}

 @menu
 * Contributors to Eshell::      People who have helped out!
===== end diff =====

Regards, brickviking

[-- Attachment #2: Type: text/html, Size: 1159 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#65303: emacs 29.1.50; Inconsistency in eshell.texi Introduction
  2023-08-15  2:28 bug#65303: emacs 29.1.50; Inconsistency in eshell.texi Introduction Eric Gillespie
@ 2023-08-16  5:13 ` Jim Porter
  2023-08-16  5:18   ` Jim Porter
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Porter @ 2023-08-16  5:13 UTC (permalink / raw)
  To: Eric Gillespie, 65303

On 8/14/2023 7:28 PM, Eric Gillespie wrote:
> I've found an inconsistency in the Introduction to eshell.texi. It 
> specifies as part of
> a search pattern for Word Document files that are 100k or larger and six
> months or older the following footnoted pattern:
> 
> ls -lt **/*.doc(Lk+50aM+5)
> 
> That nets me files bigger than 50k, not the 100k specified in the 
> paragraph. Here's
> a quick diff supplying a correction.

Thanks for catching this. (It turns out the other argument predicate is 
wrong too: it should be "M+6"!)

Fixed in 21b2ecee661 on the release branch, and closing this bug.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#65303: emacs 29.1.50; Inconsistency in eshell.texi Introduction
  2023-08-16  5:13 ` Jim Porter
@ 2023-08-16  5:18   ` Jim Porter
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Porter @ 2023-08-16  5:18 UTC (permalink / raw)
  To: Eric Gillespie, 65303-done

On 8/15/2023 10:13 PM, Jim Porter wrote:
> Fixed in 21b2ecee661 on the release branch, and closing this bug.

Scratch that. *Now* this bug is closed.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-16  5:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  2:28 bug#65303: emacs 29.1.50; Inconsistency in eshell.texi Introduction Eric Gillespie
2023-08-16  5:13 ` Jim Porter
2023-08-16  5:18   ` Jim Porter

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.