all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with a dynamic binding
@ 2020-03-15 15:56 Alan Mackenzie
  2020-03-15 16:14 ` Noam Postavsky
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Mackenzie @ 2020-03-15 15:56 UTC (permalink / raw)
  To: emacs-devel

Hello, Emacs.

I'm going crazy!

In emacs -Q (whether emacs-27 or master), put the following into
*scratch*:

    (let ((print-escape-control-characters t)) "\n\r\t")

, and type C-u C-x C-e.  The expected result would be:

    "\12\15\11"

, but instead this is painted onto the screen:

    "
    ^M      "

.  As far as I can tell, the dynamic binding of p-e-c-c is being
correctly made.  If I do

    (setq print-escape-control-characters t)

, followed by executing the `let' form, I get the expected string with
octal escapes.  It is as though the print routine is ignoring the
dynamic binding entirely.

Help!  Am I doing something blaringly obviously wrong, that everybody
but me can see right away?

Thanks!

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-15 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15 15:56 Problems with a dynamic binding Alan Mackenzie
2020-03-15 16:14 ` Noam Postavsky
2020-03-15 16:33   ` Alan Mackenzie

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.