Function: artist-get-char-at-xy-conv

artist-get-char-at-xy-conv is a byte-compiled function defined in artist.el.gz.

Signature

(artist-get-char-at-xy-conv X Y)

Documentation

Retrieve the character at X, Y, converting tabs and new-lines to spaces.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-get-char-at-xy-conv (x y)
  "Retrieve the character at X, Y, converting tabs and new-lines to spaces."
  (save-excursion
    (artist-get-replacement-char (artist-get-char-at-xy x y))))