Jonas Bernoulli
|
6bba48168b
follow the header conventions, mostly
|
13 年之前 |
Alex Bennee
|
6bdffe5b7d
edit-server.el: persist the buffer-local variables beyond mode changes
|
13 年之前 |
Alex Bennee
|
ab4ccd6eec
Merge pull request #33 from purcell/master
|
13 年之前 |
Alex Bennee
|
a8596ac6e6
edit-server.el: rebind C-x C-s to edit-server-save
|
13 年之前 |
Dale Sedivec
|
c550b42ad5
Use window-system to detect when we're on OS X
|
13 年之前 |
Steve Purcell
|
a4845f4d54
Allow users to customize the default major mode, and to specify URL pattern -> major mode mappings
|
13 年之前 |
Riccardo Murri
|
29906743ab
edit-server.el: Use a minor mode instead of a derived mode.
|
13 年之前 |
Alex Bennee
|
ab04b0b61b
Call (raise-frame) even if we don't create a new frame.
|
14 年之前 |
Tom Morris
|
cef326ccc1
fixed indentation error in servers/pycl.py
|
14 年之前 |
Ryszard Szopa
|
0cd3ab5f92
Allow the server to send correct Unicode to Chrome.
|
14 年之前 |
gfxmonk
|
ee215ab680
Made indentation consistent across all source files
|
14 年之前 |
Matt DeVuyst
|
4e78b52d8c
Added more options to the Python edit server.
|
14 年之前 |
Matt DeVuyst
|
7b0495542f
Incremental saves in text editor make updates to textarea.
|
14 年之前 |
Remco van 't Veer
|
96333f85cf
added edit-server-start-hook to allow custom setup in edit buffer
|
14 年之前 |
Christopher Browne
|
8ffead403b
XEmacs compatibility checks
|
14 年之前 |
Alex Bennee
|
fabc6b6a6c
From: "David J. Biesack" <David.Biesack@sas.com>
|
14 年之前 |
IRIE Shinsuke
|
035ba4fea9
Fix problem that Emacs' new frame can't be raised in X window system
|
14 年之前 |
Nelson Elhage
|
61c69fc662
edit-server.el: Select the buffer when popping up a new frame.
|
14 年之前 |
IRIE Shinsuke
|
2a0ab9e3c3
Avoid error when launching multiple Emacs processes
|
14 年之前 |
IRIE Shinsuke
|
cdf67fca14
Don't ask user yes-or-no even if server process is running when Emacs is exited
|
14 年之前 |
Alex Bennee
|
344f449d70
No longer need edit-server-create-customized-frame
|
14 年之前 |
Sudish Joseph
|
d1846a25ec
Reintroduce --daemon support and Aquamacs workaround.
|
14 年之前 |
Sudish Joseph
|
93376f3983
Added edit-server-new-frame-alist for frame parameters.
|
14 年之前 |
Sudish Joseph
|
11d095cc83
Added option to use default frame parameters.
|
14 年之前 |
Sudish Joseph
|
4065fd7c80
Ignore *.elc
|
14 年之前 |
Alex Bennee
|
21d37462d9
Update to pycl from Phil Pennock
|
14 年之前 |
Alex Bennee
|
0dd3cd33dd
Of course we need nil not buffer to be returned if we don't creat the frame
|
14 年之前 |
Alex Bennee
|
fd22433e0b
Don't use make-frame-on-display for Aquamacs setups, apparently it
|
14 年之前 |
Alex Bennee
|
70d1c3e2c6
x-id is a better header than textid
|
14 年之前 |
Alex Bennee
|
1b30ca7b3c
Don't add the ID to the get request, as it's not used.
|
14 年之前 |