help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About `remote-tty'


From: Óscar Fuentes
Subject: Re: About `remote-tty'
Date: Sat, 30 Mar 2013 02:25:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]