From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: help-gnu-emacs@gnu.org
Subject: Re: process communication help
Date: Tue, 29 May 2007 12:22:11 +0200 [thread overview]
Message-ID: <871wh0kjzg.fsf@ambire.localdomain> (raw)
In-Reply-To: mailman.1381.1180429716.32220.help-gnu-emacs@gnu.org
() "Yu,Gang" <wuhanyugang@gmail.com>
() Tue, 29 May 2007 17:08:27 +0800
Yes, I add the statement , but result the same. So,
I believe it's not the problem of (buffer-string)
the problem is in your understanding of `buffer-string'.
you need to fix that first. try using `current-buffer' to
test your assumptions. btw, unrelated comment: the form:
(eval `(func ,(car foo) ... ,@(cdr foo)))
can be replaced by:
(apply 'func (car foo) ... (cdr foo))
the latter is much more idiomatic and easier for people
like me (who wish to help you) to read.
thi
next prev parent reply other threads:[~2007-05-29 10:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1377.1180419176.32220.help-gnu-emacs@gnu.org>
2007-05-29 8:00 ` process communication help Thien-Thi Nguyen
2007-05-29 9:08 ` Yu,Gang
2007-05-29 10:19 ` Yu,Gang
[not found] ` <mailman.1381.1180429716.32220.help-gnu-emacs@gnu.org>
2007-05-29 10:22 ` Thien-Thi Nguyen [this message]
2007-05-29 11:57 ` Yu,Gang
[not found] ` <mailman.1388.1180439874.32220.help-gnu-emacs@gnu.org>
2007-05-29 15:08 ` Thien-Thi Nguyen
2007-05-30 7:53 ` Yu,Gang
2007-05-29 6:12 Yu,Gang
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=871wh0kjzg.fsf@ambire.localdomain \
--to=ttn@gnuvola.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.