- 22 Jan, 2009 1 commit
-
-
Dan Nicolaescu authored
in the only user ... * server.el (server-create-tty-frame): ... here. * frames.texi (Multiple Displays): Remove documentation for removed function make-frame-on-tty.
-
- 21 Jan, 2009 1 commit
-
-
Chong Yidong authored
in daemon-mode.
-
- 11 Jan, 2009 2 commits
-
-
Chong Yidong authored
client frames.
-
Chong Yidong authored
-
- 10 Jan, 2009 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 05 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 30 Dec, 2008 1 commit
-
-
Andreas Schwab authored
regexp.
-
- 16 Dec, 2008 1 commit
-
-
Juanma Barranquero authored
display a warning instead of raising an error. * startup.el (server-process): Add defvar. (command-line): If the daemon is unable to start the server, display a message and exit Emacs.
-
- 12 Dec, 2008 1 commit
-
-
Juanma Barranquero authored
(server-start): Save the connection file in the server property list. Delete it only when we are reasonably convinced that it is not owned by a running server. (server-force-delete): New command to force-delete the connection file, and stop the server if it is running. (server-running-p): Return t also for local TCP servers when we find a process with a matching PID, and :other for undecided cases.
-
- 18 Nov, 2008 1 commit
-
-
Juanma Barranquero authored
(server-socket-dir): Set to nil if local sockets are unsupported. (server-start): Don't try to delete local socket if unsupported. (server-kill-new-buffers): Reflow docstring. (server-delete-client, server-handle-delete-frame) (server-save-buffers-kill-terminal): Doc fixes. (server-send-string): Fix typo in docstring.
-
- 11 Nov, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 05 Nov, 2008 1 commit
-
-
Chong Yidong authored
daemon mode.
-
- 04 Nov, 2008 1 commit
-
-
Chong Yidong authored
tty name is specified.
-
- 30 Oct, 2008 1 commit
-
-
Chong Yidong authored
if not opening a new frame and only the terminal-frame is available.
-
- 29 Oct, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 24 Oct, 2008 1 commit
-
-
Juanma Barranquero authored
* subr.el (locate-user-emacs-file): New function. (user-emacs-directory): Mention it in docstring. * completion.el (save-completions-file-name): * filesets.el (filesets-menu-cache-file): * image-dired.el (image-dired-dir, image-dired-db-file) (image-dired-temp-image-file, image-dired-gallery-dir) (image-dired-temp-rotate-image-file): * savehist.el (savehist-file): * server.el (server-auth-dir): * startup.el (auto-save-list-file-prefix): * thumbs.el (thumbs-thumbsdir): * tutorial.el (tutorial--saved-dir): * play/gamegrid.el (gamegrid-user-score-file-directory): Use it. * url.el (url-configuration-directory): Use `locate-user-emacs-file'. * NEWS: New function `locate-user-emacs-file'.
-
- 24 Sep, 2008 1 commit
-
-
Chong Yidong authored
client's frame (bug#640).
-
- 06 Sep, 2008 1 commit
-
-
Chong Yidong authored
(server-execute): If reusing an existing window, set file position if required.
-
- 06 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 23 Apr, 2008 1 commit
-
-
Stefan Monnier authored
don't quote them.
-
- 20 Apr, 2008 1 commit
-
-
Andreas Schwab authored
selected frame.
-
- 05 Apr, 2008 1 commit
-
-
Stefan Monnier authored
preloaded, and broke server-running-p. (server-socket-dir): Initialize in the defvar, as before. (server-start): Remove initialization of server-socket-dir.
-
- 27 Jan, 2008 2 commits
-
-
Juanma Barranquero authored
(server-buffer): Fix typo in docstring.
-
Dan Nicolaescu authored
file-directory-p.
-
- 26 Jan, 2008 1 commit
-
-
Stefan Monnier authored
(server-log): New var. (server-log): Use them. (server-process-filter): (Try to) run the continuation in the same cwd as the client's.
-
- 25 Jan, 2008 1 commit
-
-
Juanma Barranquero authored
string to be followed by "\n".
-
- 21 Jan, 2008 1 commit
-
-
Juanma Barranquero authored
(server-log): Use it.
-
- 16 Jan, 2008 1 commit
-
-
Stefan Monnier authored
which defaulted to 1&0 with filepos which defaults to nil. (server-goto-line-column): Don't move if filepos is nil. (server-visit-files): Slight restructure to consolidate two calls to server-goto-line-column into just one.
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 03 Jan, 2008 1 commit
-
-
Stefan Monnier authored
a bug that has been fixed.
-
- 23 Dec, 2007 1 commit
-
-
Stefan Monnier authored
-
- 10 Dec, 2007 1 commit
-
-
Stefan Monnier authored
(server-process-filter): Turn a "" display into nil.
-
- 23 Nov, 2007 1 commit
-
-
David Kastrup authored
-
- 09 Nov, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 07 Nov, 2007 1 commit
-
-
Andreas Schwab authored
started.
-
- 30 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
(server-unload-function): Remove variable.
-
- 29 Oct, 2007 2 commits
-
-
Juanma Barranquero authored
adapt to new `unload-feature' functionality. Remove hook from `kill-buffer-hook' buffer-locally. (server-unload-hook): Remove. (server-unload-function): New var; replaces `server-unload-hook'.
-
Juanma Barranquero authored
adapt to new `unload-feature' functionality. Remove hook from `kill-buffer-hook' buffer-locally. (server-unload-hook): Remove. (server-unload-function): New var; replaces `server-unload-hook'.
-
- 28 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
(server-log): Reflow docstrings. (server-delete-client, server-kill-emacs-query-function): Doc fixes. (server-goto-line-column): Use `when'.
-