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"
_______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs