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: Re: Emacsclient sends ^J, PicoLisp receives _ Date: Fri, 28 Feb 2014 19:59:06 +0100 Message-ID: <87lhwvdpxh.fsf@gmail.com> References: <87wqgiw5bw.fsf@gmail.com> <87mwhew394.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393613921 20578 80.91.229.3 (28 Feb 2014 18:58:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Feb 2014 18:58:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 28 19:58:49 2014 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 1WJSe0-0000o7-V5 for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Feb 2014 19:58:49 +0100 Original-Received: from localhost ([::1]:52844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSe0-0003J5-Lw for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Feb 2014 13:58:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSdj-0003Hu-TQ for help-gnu-emacs@gnu.org; Fri, 28 Feb 2014 13:58:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJSdb-0004tT-6v for help-gnu-emacs@gnu.org; Fri, 28 Feb 2014 13:58:31 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSdb-0004tA-0o for help-gnu-emacs@gnu.org; Fri, 28 Feb 2014 13:58:23 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WJSdY-0000S8-KR for help-gnu-emacs@gnu.org; Fri, 28 Feb 2014 19:58:20 +0100 Original-Received: from e178055108.adsl.alicedsl.de ([85.178.55.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Feb 2014 19:58:20 +0100 Original-Received: from tjolitz by e178055108.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Feb 2014 19:58:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178055108.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:cKIGEXI2pN+n2epLBJ62u0pKClM= 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:96224 Archived-At: duthen01@gmail.com writes: > Hello! > I won't certainly not solve your problem! Sorry! > But I seems that it looks like a bug! > So, I would suggest, if this is possible, that you give the minimal > information so that another person can reproduce this behavior/bug! > HTH > )jack( It is not yet possible unfortunately because I'm not even sure whom to blame and I'm not able to create a MWE that somebody else can reproduce without setting up my whole working environment. I only know that - when I call the Org-mode HTML exporter from PicoLisp, the HTML string received by PicoLisp is wrapped into double-quotes (visible in the browser) when I use Emacsclient, but not when I use Emacs in batch mode (I blame Emacsclient for that problem). - when I call my own Org-mode exporter that returns a nested list in PicoLisp syntax that should be readable as is by PicoLisp, sometimes and in some places there are 'bad underscores' in the return string. But I don't see anything special in the buffer positions where this happens (not even with whitespace-mode). I tend to blame Emacsclient for this problem too (replacing spaces with underscores?), but I'm really not sure at all. Once I figured out what happens (hopefully soon) and it turns out to be a bug, I will file a report. -- cheers, Thorsten