From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: config problems and bisecting an org-mode configuration file
Date: Wed, 07 Jun 2017 03:43:16 +0200 [thread overview]
Message-ID: <yw.86efuwshcb.fsf@zoho.com> (raw)
In-Reply-To: yw.86ink8si53.fsf@zoho.com
Emanuel Berg wrote:
> items sum low high median mean 71 3891 6
> 376 41 55
Oups! I forgot I have some stuff in
directories. My code is more modular than even
I thought! Then I have
items sum low high median mean
97 5604 6 376 42 58
(Hm - the tabs doesn't seem to be interpreted
consistently in the Emacs shell. It looks good
in my VT with tmux and zsh tho.)
Here is how I altered the zsh to do a recursive
search
elisp-lines () {
for f in **/*.el; do
wc -l $f
done
}
It is the extra **/ on the second line. It is
a zsh feature - perhaps it has made its way to
bash by now? - figure it out, or
"debruiez-vous" (?) or whatever they say in the
FFL...
--
underground experts united
http://user.it.uu.se/~embe8573
next prev parent reply other threads:[~2017-06-07 1:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 13:00 config problems and bisecting an org-mode configuration file Sharon Kimble
2017-06-03 15:46 ` Emanuel Berg
2017-06-04 19:28 ` Sharon Kimble
2017-06-05 16:21 ` Emanuel Berg
2017-06-05 18:32 ` Sharon Kimble
2017-06-05 21:04 ` Emanuel Berg
2017-06-06 13:03 ` Sharon Kimble
2017-06-07 0:22 ` Emanuel Berg
2017-06-07 1:07 ` Emanuel Berg
2017-06-07 1:26 ` Emanuel Berg
2017-06-07 1:43 ` Emanuel Berg [this message]
2017-06-05 23:18 ` Robert Thorpe
2017-06-05 23:48 ` Emanuel Berg
2017-06-06 12:56 ` Sharon Kimble
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yw.86efuwshcb.fsf@zoho.com \
--to=moasen@zoho.com \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).