EEEmacs
Hi Ho,
ich habe ein neues Spielzeug!
und beim Installieren habe ich gleich noch folgende nützliche Dinge herausgefunden:
- .emacs:
- Um Dateien mit emacs zu verknüpfen:
- associate them with
emacsclientw.exe - set the environment variable
ALTERNATE_EDITORtorunemacs.exe(make sure path to emacs bin dir is in Path variable)
- associate them with
- Add this to .emacs:
(server-start) (remove-hook 'kill-buffer-query-functions 'server-kill-buffer-query-function)
- gnuclientw brauche ich also nicht mehr… (remove the whole gnuclient stuff); reload emacs (Vista: this application wants to act as a server… soso)
- Um Dateien mit emacs zu verknüpfen:
Links:
