unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Xavier Maillard <xma@gnu.org>
To: Martin Rubey <axiomize@yahoo.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: doc-view.el and emacs 21
Date: Sun, 2 Sep 2007 03:00:12 +0200	[thread overview]
Message-ID: <200709020100.l8210Chm029182@localhost.localdomain> (raw)
In-Reply-To: <9qk5rbv7p9.fsf@aquin.mat.univie.ac.at> (message from Martin Rubey on 31 Aug 2007 21:13:06 +0200)

Hi,

       process-put

   and

      process-get

   Any cure?

I think this is only from GNU Emacs 22.x. Just in case it could
work, here are the definitions (from subr.el)

;; process plist management

(defun process-get (process propname)
  "Return the value of PROCESS' PROPNAME property.
This is the last value stored with `(process-put PROCESS PROPNAME VALUE)'."
  (plist-get (process-plist process) propname))

(defun process-put (process propname value)
  "Change PROCESS' PROPNAME property to VALUE.
It can be retrieved with `(process-get PROCESS PROPNAME)'."
  (set-process-plist process
		     (plist-put (process-plist process) propname value)))

I hope this can help.


	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org

  parent reply	other threads:[~2007-09-02  1:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31 19:13 doc-view.el and emacs 21 Martin Rubey
2007-08-31 20:04 ` Tassilo Horn
2007-09-02 10:13   ` Daniel Jensen
2007-09-02 10:43     ` David Kastrup
2007-09-02 10:56       ` Daniel Jensen
2007-09-02 16:43         ` David Kastrup
2007-09-03 10:38           ` Daniel Jensen
2007-09-02  1:00 ` Xavier Maillard [this message]
     [not found] ` <mailman.152.1188698797.18990.help-gnu-emacs@gnu.org>
2007-09-02  6:30   ` Martin Rubey
2007-09-02  9:00     ` Tassilo Horn
2007-09-03  1:00       ` Xavier Maillard
     [not found]       ` <mailman.204.1188785344.18990.help-gnu-emacs@gnu.org>
2007-09-03 11:15         ` Tassilo Horn
2007-09-03  1:00     ` Xavier Maillard

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200709020100.l8210Chm029182@localhost.localdomain \
    --to=xma@gnu.org \
    --cc=axiomize@yahoo.de \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).