From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.help Subject: Re: How users start programming in Emacs Lisp... Date: Mon, 31 May 2021 19:59:34 +0200 Message-ID: <87czt6u6m1.fsf@logand.com> References: <878s3xpab1.fsf@zoho.eu> <87pmx8p9gn.fsf@logand.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15608"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs To: Eduardo Ochs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 31 20:00:55 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lnmDe-0003rk-QG for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 31 May 2021 20:00:54 +0200 Original-Received: from localhost ([::1]:52086 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lnmDd-0008Ug-Sz for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 31 May 2021 14:00:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnmCf-0008Sx-KN for help-gnu-emacs@gnu.org; Mon, 31 May 2021 13:59:53 -0400 Original-Received: from logand.com ([37.48.87.44]:42300) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lnmCZ-0003pA-AA for help-gnu-emacs@gnu.org; Mon, 31 May 2021 13:59:53 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id E410D19E63A; Mon, 31 May 2021 19:59:36 +0200 (CEST) X-Mailer: emacs 27.1 (via feedmail 11-beta-1 I) In-Reply-To: Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:130387 Archived-At: Hi Eduardo, On Sun 30 May 2021 at 12:23, Eduardo Ochs wrote: > On Sun, 30 May 2021 at 11:45, Tomas Hlavaty wrote: >> The biggest issue I have with eepitch is that it uses non-printable >> character as a marker which does not tunnel through many protocols; >> for example notice how the example in the email from Eduardo has the >> eepitch block stripped. > > Hi Tomas, > > I just had an idea to make the eepitch accept both the original ^O > (char 15) and the bullet char (char 8226) to indicate its "red star > lines"... can you try this? I tried it and it works and even tunnels correctly via email and is displayed properly on the console without X. Thank you! Tomas