help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: config problems and bisecting an org-mode configuration file


From: Emanuel Berg
Subject: Re: config problems and bisecting an org-mode configuration file
Date: Wed, 07 Jun 2017 03:43:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]