emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: addition produces strange results when run with eval-last-sexp


From: Stefan Monnier
Subject: Re: addition produces strange results when run with eval-last-sexp
Date: 02 Feb 2004 12:16:11 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> To me, it is very weird. Besides
> (insert (+ 2 3)) C-x C-e
> doesn't even produce a readable version of "5", just the character
> code.

This has nothing whatsoever to do with the "N = ?\C" feature.
`insert' does not accept integer arguments, but only characters.
Use integer-to-string if you want a different result.

> (Adding a C-u prefix actually seems to make it worse!)

When the C-u prefix is given the "N = ?\C" feature is turned off.


        Stefan




reply via email to

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