Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elisp

How to check if a function (e.g. server-running-p) is available under Emacs?

emacs elisp

How to delete variable/forms in Lisp?

lisp elisp common-lisp

what does the dot in the following emacs command mean

emacs lisp elisp

How can I get a substring of a string in Emacs Lisp?

emacs elisp

What does "s-[keyname]" refer to in Emacs, and how do I tell Emacs to ignore it?

macos emacs elisp

Getting a list of running Emacs timers

emacs elisp

Elisp mechanism for converting PCRE regexps to emacs regexps

regex emacs elisp pcre

what does &rest mean in elisp?

emacs lisp elisp

Maximizing / restoring a window in emacs

emacs lisp elisp

Emacs: adding 1 to every number made of 2 digits inside a marked region

emacs elisp

Elisp - Loop over an alist

emacs elisp

emacs interactive commands with default value

emacs elisp interactive

Emacs function to case-insensitive sort-lines?

emacs elisp

How to determine whether a package is installed in elisp?

emacs elisp

how to delete the repeat lines in emacs

emacs elisp

Setting auto-mode-alist in emacs

emacs elisp

Unset key binding in emacs

emacs elisp emmet

What's the equivalent of foldr, foldl in Emacs Lisp?

emacs lisp elisp

What does ^L in (Emacs Lisp) source code mean?

How can I "URL decode" a string in Emacs Lisp?