From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wang Lei Newsgroups: gmane.emacs.help Subject: Why emacsclient -e "(current-word nil t)" does not print ? Date: Tue, 21 Jul 2009 12:31:10 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248150710 2579 80.91.229.12 (21 Jul 2009 04:31:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Jul 2009 04:31:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 21 06:31:41 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MT70t-00068K-1a for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2009 06:31:39 +0200 Original-Received: from localhost ([127.0.0.1]:33148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT70s-0000yQ-5h for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jul 2009 00:31:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT70Z-0000yL-CL for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 00:31:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT70T-0000xu-Q0 for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 00:31:17 -0400 Original-Received: from [199.232.76.173] (port=34349 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT70T-0000xr-IF for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 00:31:13 -0400 Original-Received: from mail-vw0-f201.google.com ([209.85.212.201]:51386) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT70T-0003JE-8h for help-gnu-emacs@gnu.org; Tue, 21 Jul 2009 00:31:13 -0400 Original-Received: by vwj39 with SMTP id 39so2479120vwj.14 for ; Mon, 20 Jul 2009 21:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=HI0hIUyO3KkOb1ht8TPsCbTOjPEDurM/z+AGcHvyugM=; b=Agi/jMXa0EpkWYPL19v6dXVKPd2Ggz3n/kIIqPvRT4g9D0sNo97lTeThqcfRs4ReKm eXiFzCrlSLhezL70h/tKY1LquAd4v/IcIHMO1uufQIimwcMXz0fP2SpeNmC0/uehgr1d jd3wJy0au1bVU7ScY55NC0BPtOwESNInlS510= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=R2bGBcW8IN7xLXHbs9dspg6evJ5S5WXUYWk0FJXo0FKEPESH/4goIQXmFq5AGKEmAM tFbuffW787qrg9F0ORFOJo3uUCcc28L/uNKnMa2wkiJ3RXLH0XufW5KQMVeLXTdSTaDZ FtlUxiIsFgv9pFSwCU4npSgt1jOczW5zEJWhA= Original-Received: by 10.220.45.73 with SMTP id d9mr6021994vcf.50.1248150671950; Mon, 20 Jul 2009 21:31:11 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66270 Archived-At: Hi, all. I'm doing a piece of code. What needs get the output of emacsclient -e "(current-word nil t)" and send it to an external command. But there was NO output. I don't understand. Could someone explain that? Thanks! -- Regards Lei