tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

ensure Makefile uses system emacs rather than aliased emacsclient #107

Closed titaniumbones closed 5 years ago

titaniumbones commented 5 years ago

Some users of oh-my-zsh (including @titaniumbones) alias emacs to a shell script that calls emacsclient. It would be ocnvenient if the Makefile distinguished between the executable emacs and the alias, i na shell-neutral way.

dickmao commented 5 years ago

The standard way of specifying an alternative emacs binary in make is:

EMACS=my-emacs-snapshot make