emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (error "Stack overflow in regexp matcher") and (?)wrong display of r


From: Mattias Engdegård
Subject: Re: (error "Stack overflow in regexp matcher") and (?)wrong display of regexp in backtrace
Date: Sun, 15 Mar 2020 18:38:28 +0100

15 mars 2020 kl. 18.32 skrev Alan Mackenzie <address@hidden>:

> A very poor choice.  What is one to make of an output such as
> 
>    [^\\\n\151]?

The octal number is padded to 3 digits (the maximum) if a valid octal digit 
follows:

(let ((print-escape-control-characters t))
  (print "\r1,\r8"))
=>
"\0151,\158"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]