Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!mailrus!ames!elroy.jpl.nasa.gov!decwrl!shelby!unix!hplabs!hp-ses!hpcuhb!hpcllla!hpclisp!hpclmp!mohammad From: mohammad@hpclmp.HP.COM (Mohammad Pourheidari) Newsgroups: comp.lang.lisp Subject: preserving newlines in strings Message-ID: <640009@hpclmp.HP.COM> Date: 7 Feb 90 23:28:00 GMT Organization: Hewlett-Packard Calif. Language Lab Lines: 16 Is there a way to preserve newlines in a string that is the argument to the function read-from-string? For example given: (read-from-string "(defun foo (x y) (+ x y))") should return: (DEFUN FOO (X Y) (+ X Y)) thanks, M.