Skip to content

Latest commit

 

History

History
52 lines (52 loc) · 1.6 KB

20160427-notes.org

File metadata and controls

52 lines (52 loc) · 1.6 KB

Notes for emacs-berlin meetup on 27.04.2016

How to submit a patch to emacs mailing list?

  • ping john wiegley
  • send a screenshot

Who runs emacs tests? CI?

  • Andreas already got some CI emails?

general-close

  • it’s being used!
  • try it on melpa
  • Andreas demonstrates general-close implementation
    • suggestion to use pcase
  • needs autoloads
    • add ;;;###autoload before all command defuns

Parenthesis fu

  • smartparens
  • slurping (swallowing stuff into enclosing parens)
  • check-parens

We need an xrandr interface in emacs.

Arne is writing curriculum for beginners

projectile-ag

  • ag is an alternative to grep

How to build stuff on Travis

  • emacs support
  • ycmd as an example
  • ycmd at github
  • using cask for package management

cask

  • useful for developing emacs packages

eshell

  • you can run emacs commandst here
  • no one attending has managed to entirely switch to eshell

Reimplement emacs for JVM?

Discussion about thing-at-point-utils