help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: Char Printing


From: Drew Adams
Subject: RE: Char Printing
Date: Wed, 25 May 2005 11:05:32 -0700

    Suppose I have an integer, say 10.  If I (format "%c"
    10) it prints a newline.  If I do
    (text-char-description 10) it prints "^J".  Is there a
    function that will take an int (10) and print "\n"?
    
(char-to-string 10) -> "\n"
    




reply via email to

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