Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elisp

Emacs Lisp: evaluate variable in alist

elisp

wrong type argument: stringp, nil

emacs elisp

.emacs global-set-key and calling interactive function with argument

emacs elisp

Replace item in association list in elisp

How do I do closures in Emacs Lisp?

emacs closures elisp

How to go about learning Common Lisp and Emacs Lisp?

emacs lisp elisp common-lisp

Add CREATED date property to TODOs in org-mode

emacs elisp org-mode

Is there a function that joins a string into a delimited string?

elisp

Tracking down max-specpdl-size errors in emacs

emacs elisp ropemacs

In Lisp (Clojure, Emacs Lisp), what is the difference between list and quote?

list clojure lisp elisp quote

How do I write a regular expression that excludes rather than matches, e.g., not (this|string)?

Auto install emacs packages with MELPA

emacs elisp packages

How can I emulate Vim's * search in GNU Emacs?

vim emacs elisp dot-emacs

How to run setq interactively

emacs elisp config

emacs lisp listing files with glob expansion

lisp elisp

Hiding markup elements in org-mode

emacs elisp markup org-mode

Converting from camelcase to _ in emacs

emacs elisp camelcasing

Emacs: same buffer, two windows, one narrowed, one not

emacs elisp narrowing

What does the double minus (--) convention in function names mean in Emacs Lisp

What is the difference between `global-set-key` and `define-key global-map` in Emacs