dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

thanks.texi (3533B)


      1 @node No hacker is an island, Index, Cheat sheet, Top
      2 @chapter No hacker is an island
      3 @cindex thanks
      4 
      5 Dan Leslie, with the help of his three-months old daughter Freija,
      6 proved there's a smidgen of sense in this madness by adding support
      7 for Chicken to version 0.7 of Geiser, several years after it was born.
      8 And Peter Feigl reinforced that feeling soon afterwards with his work on
      9 supporting GNU/MIT Scheme, Chib and Chez in one fell swoop.
     10 
     11 Andy Wingo, Geiser's first user, has been a continuous source of
     12 encouragement and suggestions, and keeps improving Guile and heeding
     13 my feature requests.
     14 
     15 The nice thing about collaborating with Andreas Rottmann over all
     16 these years is that he will not only make your project better with
     17 insightful comments and prodding: he'll send you patches galore too.
     18 
     19 Ludovic Courtès, #geiser's citizen no. 1, joined the fun after a
     20 while, and has since then been a continuous source of encouragement,
     21 ideas and bug reports.
     22 
     23 Michael Wilber convinced me that image support for Racket was not only
     24 fun, but easy, with the best argument: actual code!
     25 
     26 Daniel Hackney and Grant Rettke created the first ELPA packages for
     27 Geiser and taught me to fish.
     28 
     29 Diogo F. S. Ramos is Geiser's most indefatigable user and bug reporter,
     30 and the mailing list has been a far less lonely place since he came.
     31 
     32 Aleix Conchillo has been my favourite spammer, beta tester and patch
     33 sender during more years and for more projects than i can remember.
     34 
     35 Philip K. prepared the NonGNU ELPA packages for Geiser, making them
     36 available by default starting in Emacs 28, very generously volunteering
     37 all the work (i just had to update the docs!).
     38 
     39 Jonas Bernoulli, as it's his indefatigable wont, has improved Geiser's
     40 compliance to current Emacs packaging standards, making it a respectful
     41 member of the ELPA community.
     42 
     43 Eduardo Cavazos' contagious enthusiasm has helped in many ways to keep
     44 Geiser alive, and he's become its best evangelist in R6RS circles.
     45 
     46 Alex Kost has contributed with many bug reports and improved Geiser
     47 with several patches.
     48 
     49 Eli Barzilay took the time to play with an early alpha and made many
     50 valuable suggestions, besides answering all my 'how do you in PLT'
     51 questions.
     52 
     53 Matthew Flatt, Robby Findler and the rest of the PLT team did not only
     54 answer my inquiries, but provided almost instant fixes to the few
     55 issues i found.
     56 
     57 Thanks also to the PLT and Guile communities, for showing me that
     58 Geiser was not only possible, but a pleasure to hack on.  And to the
     59 Slime hackers, who led the way.
     60 
     61 
     62 @subsubheading Joining the fun
     63 
     64 @itemize @bullet
     65 @item
     66 @cindex mailing list
     67 @cindex gmane
     68 For questions, praise, critique and anything else Geiser, do not
     69 hesitate to drop an email to our list,
     70 @url{mailto:geiser-users@@nongnu.org, (@@ geiser-users (. nongnu
     71 org))}: no subscription required.  Check
     72 @uref{http://lists.nongnu.org/@/mailman/@/listinfo/@/geiser-users, the list
     73 page} for more information or browse
     74 @uref{http://lists.nongnu.org/@/archive/@/html/@/geiser-users/, the archives}.
     75 The list is also accessible via @uref{http://gmane.org, Gmane} as
     76 @url{http://dir.gmane.org/@/gmane.lisp.scheme.geiser,
     77 gmane.lisp.scheme.geiser}.
     78 @item
     79 @cindex bug tracker
     80 You can submit bug reports either to the mailing list or to
     81 @uref{https://gitlab.com/groups/emacs-geiser/-/issues, our bug tracker} over at
     82 Gitlab.
     83 @item
     84 @cindex IRC channel
     85 The Freenode IRC channel @i{#geiser} is the Geiserati's meeting point in
     86 cyberspace.
     87 @end itemize
     88 
     89 @c Local Variables:
     90 @c mode: texinfo
     91 @c TeX-master: "geiser"
     92 @c End: