Alex Bennee
|
faf1a4f98e
edit-server: fix issue #62, broken by re-factor.
|
12 years ago |
Alex Bennee
|
7ccdb96f71
Merge pull request #61 from capitaomorte/master
|
12 years ago |
Alex Bennée
|
2761f74adb
edit-server: send x-file and x-open headers for edit-server-save
|
12 years ago |
Joao Tavora
|
d4bf97492a
(edit-server-start): set process coding system to UTF-8
|
12 years ago |
mikeshulman
|
7db4c174b7
Merge remote branch 'upstream/master'
|
12 years ago |
mikeshulman
|
3f2c87c763
Globalize the minor mode so it persists through major-mode changes
|
12 years ago |
Le Wang
|
facd25cf16
a couple of changes for emacs 24 compatibility or maybe these were just plain bugs
|
12 years ago |
Jonas Bernoulli
|
3a8efc4e8c
use when/unless/or instead of if where appropriate
|
13 years ago |
Jonas Bernoulli
|
e2197a35db
make variables local using `make-variable-buffer-local'
|
13 years ago |
Jonas Bernoulli
|
db2e45ac4e
setup keymap within defvar
|
13 years ago |
Jonas Bernoulli
|
fe4a651200
improve instructions in Commentary
|
13 years ago |
Jonas Bernoulli
|
48c2901d78
fix indentation
|
13 years ago |
Jonas Bernoulli
|
c0cbfbacdc
fix style issues
|
13 years ago |
Jonas Bernoulli
|
6bba48168b
follow the header conventions, mostly
|
13 years ago |
Alex Bennee
|
6bdffe5b7d
edit-server.el: persist the buffer-local variables beyond mode changes
|
13 years ago |
Alex Bennee
|
ab4ccd6eec
Merge pull request #33 from purcell/master
|
13 years ago |
Alex Bennee
|
a8596ac6e6
edit-server.el: rebind C-x C-s to edit-server-save
|
13 years ago |
Dale Sedivec
|
c550b42ad5
Use window-system to detect when we're on OS X
|
13 years ago |
Steve Purcell
|
a4845f4d54
Allow users to customize the default major mode, and to specify URL pattern -> major mode mappings
|
13 years ago |
Riccardo Murri
|
29906743ab
edit-server.el: Use a minor mode instead of a derived mode.
|
13 years ago |
Alex Bennee
|
ab04b0b61b
Call (raise-frame) even if we don't create a new frame.
|
14 years ago |
Tom Morris
|
cef326ccc1
fixed indentation error in servers/pycl.py
|
14 years ago |
Ryszard Szopa
|
0cd3ab5f92
Allow the server to send correct Unicode to Chrome.
|
14 years ago |
gfxmonk
|
ee215ab680
Made indentation consistent across all source files
|
14 years ago |
Matt DeVuyst
|
4e78b52d8c
Added more options to the Python edit server.
|
14 years ago |
Matt DeVuyst
|
7b0495542f
Incremental saves in text editor make updates to textarea.
|
14 years ago |
Remco van 't Veer
|
96333f85cf
added edit-server-start-hook to allow custom setup in edit buffer
|
14 years ago |
Christopher Browne
|
8ffead403b
XEmacs compatibility checks
|
14 years ago |
Alex Bennee
|
fabc6b6a6c
From: "David J. Biesack" <David.Biesack@sas.com>
|
14 years ago |
IRIE Shinsuke
|
035ba4fea9
Fix problem that Emacs' new frame can't be raised in X window system
|
14 years ago |