all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: local emacs and a remote emacs daemon
Date: Fri, 19 Jul 2019 17:08:15 +0300	[thread overview]
Message-ID: <838ssuung0.fsf@gnu.org> (raw)
In-Reply-To: <C985F95A-E3AC-4667-933D-4C9E8EC51E71@easesoftware.com> (message from Perry Smith on Fri, 19 Jul 2019 08:13:14 -0500)

> From: Perry Smith <pedz@easesoftware.com>
> Date: Fri, 19 Jul 2019 08:13:14 -0500
> 
> Probably the best way to help me is to point me to the fundamental functions involved.  In effect, how does emacsclient “talk” to a daemon.  I assume there are some primitives that the rest of the functionality is built up from.  I’m assuming that the functionality built into emacsclient is also built into emacs (to rephrase, there is nothing essential in emacsclient that isn’t also in emacs).

The protocol between emacsclient and Emacs is in emacsclient.c and in
server.el.  in the latter you will see the commands that the client
sends and how each command is executed; you can then look up those
commands in the client source and see when each command is sent.



  reply	other threads:[~2019-07-19 14:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19 13:13 local emacs and a remote emacs daemon Perry Smith
2019-07-19 14:08 ` Eli Zaretskii [this message]
2019-08-29 10:04   ` VanL
2019-08-29 12:33     ` Eli Zaretskii
2019-08-30 19:24       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838ssuung0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.