unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: chuntaro <chuntaro@sakura-games.jp>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs Lisp comments, Scheme comments, why the limitations
Date: Sat, 8 Feb 2020 15:37:41 +0900	[thread overview]
Message-ID: <b5d7e04d-c531-91d2-0bba-b01231997546@sakura-games.jp> (raw)
In-Reply-To: <87zhdtslwo.fsf@persi-nel-bosco.it>

Hello.

You can do the following tricks;)
Unfortunately, it is not a formal feature.

^_ is entered as C-q C-_.

--- test.el ---
;;; -*- lexical-binding: t; -*-

(print 1)
#@
(print 2)
(print 3)
\x1f^_
(print 4)
---------------

$ emacs --batch -l test.el

1

4

$



      reply	other threads:[~2020-02-08  6:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08  5:11 Emacs Lisp comments, Scheme comments, why the limitations Marco Maggi
2020-02-08  6:37 ` chuntaro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b5d7e04d-c531-91d2-0bba-b01231997546@sakura-games.jp \
    --to=chuntaro@sakura-games.jp \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).