all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Subject: Re: About `remote-tty'
Date: Sat, 30 Mar 2013 02:25:48 +0100	[thread overview]
Message-ID: <87r4ixu19f.fsf@wanadoo.es> (raw)
In-Reply-To: 20130330075251.2d257e0b18beb5692e4d3128@gmail.com

Xue Fuqiao <xfq.free@gmail.com> writes:

>> In (info "(elisp) Process Information"):
>
>>  -- Function: process-tty-name process
>> [...]
>>      If PROCESS represents a program running on a remote host, the
>>      terminal name used by that program on the remote host is provided
>>      as process property `remote-tty'.
>
>> What does "process property" mean here?
>
> Maybe it means the properties in `process-plist'?

I think so.

A plist is a property list. See

(info "(elisp) Property Lists")

or

http://emacswiki.org/emacs/AlistVsPlist

A bit down in the info node you quoted this is mentioned:

   Every process also has a property list that you can use to store
miscellaneous values associated with the process.

 -- Function: process-get process propname
     This function returns the value of the PROPNAME property of
     PROCESS.

 -- Function: process-put process propname value
     This function sets the value of the PROPNAME property of PROCESS
     to VALUE.

 -- Function: process-plist process
     This function returns the process plist of PROCESS.




  reply	other threads:[~2013-03-30  1:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 23:49 About `remote-tty' Xue Fuqiao
2013-03-29 23:52 ` Xue Fuqiao
2013-03-30  1:25   ` Óscar Fuentes [this message]
2013-03-30  2:35     ` Xue Fuqiao

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=87r4ixu19f.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --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.