From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: 30077@debbugs.gnu.org
Subject: bug#30077: 27.0.50; print-quoted should default to t
Date: Thu, 11 Jan 2018 19:53:21 +0200 [thread overview]
Message-ID: <83d12g46zy.fsf@gnu.org> (raw)
In-Reply-To: <jwvwp0o9x2q.fsf@iro.umontreal.ca> (message from Stefan Monnier on Thu, 11 Jan 2018 11:31:09 -0500)
> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Date: Thu, 11 Jan 2018 11:31:09 -0500
>
> I suggest the patch below (for master, obviously).
>
>
> Stefan
>
>
> diff --git a/src/print.c b/src/print.c
> index 2c5cf108aa..b9d556c17c 100644
> --- a/src/print.c
> +++ b/src/print.c
> @@ -2424,7 +2424,7 @@ This affects only `prin1'. */);
> DEFVAR_BOOL ("print-quoted", print_quoted,
> doc: /* Non-nil means print quoted forms with reader syntax.
> I.e., (quote foo) prints as \\='foo, (function foo) as #\\='foo. */);
> - print_quoted = 0;
> + print_quoted = true;
>
> DEFVAR_LISP ("print-gensym", Vprint_gensym,
> doc: /* Non-nil means print uninterned symbols so they will read as uninterned.
I have no opinion about the change, but if this is installed, please
mention the change in NEWS.
Thanks.
next prev parent reply other threads:[~2018-01-11 17:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-11 16:31 bug#30077: 27.0.50; print-quoted should default to t Stefan Monnier
2018-01-11 16:44 ` Robert Pluim
2018-01-11 17:53 ` Eli Zaretskii [this message]
2018-01-15 18:43 ` Stefan Monnier
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83d12g46zy.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=30077@debbugs.gnu.org \
--cc=monnier@IRO.UMontreal.CA \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.