From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rainer Stengele Newsgroups: gmane.emacs.help Subject: Re: shell-command-to-string results in error Date: Sun, 28 Oct 2012 16:31:02 +0100 Message-ID: <508D4FB6.5030905@online.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1351449454 3859 80.91.229.3 (28 Oct 2012 18:37:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2012 18:37:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 19:37:42 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TSXjv-0007T9-DR for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 19:37:39 +0100 Original-Received: from localhost ([::1]:44478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSXjn-0003AS-2t for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 14:37:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSUpe-0004TT-FL for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 11:31:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSUpd-0005Z0-Jx for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 11:31:22 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:53470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSUpd-0005Yn-AW for help-gnu-emacs@gnu.org; Sun, 28 Oct 2012 11:31:21 -0400 Original-Received: from [192.168.178.42] (dslb-188-105-099-137.pools.arcor-ip.net [188.105.99.137]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0LftJn-1T4kXt3vzf-00pawW; Sun, 28 Oct 2012 16:31:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 In-Reply-To: X-Provags-ID: V02:K0:gmxfWcZ/NSWCpcpwzjI/p3bCW4pLdZ5dWIj/nAMTMrx LKCjFIBeaY6qSEMa7RapxEGfG6rmjFUwU+X+zetU6C4NW2J1V/ ojY1xIWVgPp9cnoK8l14ffAZLPp5yUMmqloJZbumUpcuV7r4jv 7hpnsP9uSOpcm12FRQaqB/ZG0Gw1P2OX+Sya47cQXX7cFLXbkZ nEyvNNm70nnlT3UDpqBqG+mR1Syl2Oa0jHSYZ5lvvjPvSSlh8W dGfErFc3M+Pv2T12gkEcnuW2pQ+LIXk4m1NM2gLWJBOJBGb/Wj aeGeJd9vrYh/yBovr3UNemwxvKZkEkmxJ/v4zUIjmI928uozEs +EiuBJCjFTb1+iAxx1IPUE9Tw1a8lZwH2jvsiWXo5 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.10 X-Mailman-Approved-At: Sun, 28 Oct 2012 14:37:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87469 Archived-At: Am 28.10.2012 15:46, schrieb Peter Dyballa: > (shell-command-to-string "env | grep SHELL") Peter, the second one fails in my environment. Starting with -Q gives me: For information about GNU Emacs and the GNU system, type C-h C-a. "/bin/zsh" Mark set "SHELL=/bin/zsh SHELL_SESSION_ID=dc8b4aa071e140008b2d832a5c6b3048 " How can i find the files making problems? The error occurs directly at the beginning of my .emacs. Thanks! Rainer