From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Random underscore in emacsclient return value Date: Mon, 25 Nov 2013 22:59:55 +0100 Message-ID: <877gbwjg6c.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385416827 2246 80.91.229.3 (25 Nov 2013 22:00:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2013 22:00:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 25 23:00:32 2013 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 1Vl4Cm-0006kn-2h for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2013 23:00:32 +0100 Original-Received: from localhost ([::1]:55319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl4Cl-0006c3-Mr for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Nov 2013 17:00:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl4CV-0006b2-5P for help-gnu-emacs@gnu.org; Mon, 25 Nov 2013 17:00:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vl4CN-0001Da-Rn for help-gnu-emacs@gnu.org; Mon, 25 Nov 2013 17:00:15 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vl4CN-0001CY-Jm for help-gnu-emacs@gnu.org; Mon, 25 Nov 2013 17:00:07 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vl4CM-0006VW-9M for help-gnu-emacs@gnu.org; Mon, 25 Nov 2013 23:00:06 +0100 Original-Received: from g231110055.adsl.alicedsl.de ([92.231.110.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 23:00:06 +0100 Original-Received: from tjolitz by g231110055.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Nov 2013 23:00:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231110055.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:7jllINbyBDuocm3tcW1Oh5gkE1k= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:94636 Archived-At: Hi List, this happened a few times to me, and its hard to tell why: I do some Org exporting, and the returned transcoded string looks like this in an emacs buffer: ,------------------------------------------ | "(2013 6 12) (14 18) (2013 6 12) (14 18)" `------------------------------------------ But when I call the same functionality via emacsclient from another program, there are occasionally random underscores in the received string: ,------------------------------------------ | "(2013 6 12) (14 18) (2013 6_12) (14 18)" `----------------------------------------- Did anybody witness this too? Any idea what could be the reason? How can I find out if the space between 6 and 12 in (2013 6 12) in the orignal Org file is special in any way? It looks like every other space in the file ... -- cheers, Thorsten