summaryrefslogtreecommitdiff
path: root/plugins/emacs/emacsclient.sh
AgeCommit message (Collapse)Author
2016-07-19Update emacs plugin. (#5201)soredake
- Updated minimal version from 23 to 24. - Added new aliases that fix unexpected close with -nw option. - Removed some old aliases. - Fixed line that detects open frames.
2016-06-20Fix issue with `dash` as the default `/bin/sh` script executing program. (#5177)hjpotter92
* `function` keyword removed * Fixup the `if` statement and operators
2016-06-17emacs plugin tweak to open buffer from stdin (#5126)Jordan Gwyn
2014-03-24Add check for display list equals nilJan Ehrhardt
Emacs returns either a sequence of availbale displays or nil. Checking nil fixes this script to work as expected.
2011-10-10CommentTristan Carel
2011-04-15- Fix pass of parametersTristan Carel
- Add new function `ecd'.
2011-04-14More commentsTristan Carel
2011-04-13Add new plugin emacs, to take benefit of daemon capabilities of emacs >=23Tristan Carel