[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs documentation is bad
From: |
John Stone |
Subject: |
Re: Emacs documentation is bad |
Date: |
Sat, 8 Sep 2018 18:48:48 -0700 |
how fucking hard did you make this
(
(
(lambda (f)
(lambda (x)
(list f x)))
'g
)
'y
)
On Sat, Sep 8, 2018 at 6:46 PM John Stone <johnrstone2011@gmail.com> wrote:
> (
> (lambda (f)
> (lambda (x)
> (list f x)))
> 'g)
> 'y
> )
>
> this crashes emacs but try to figure out why from docs and you're shit out
> of luck and just wasted half a fucking day
>