/[emacs]/emacs/lisp/strokes.el
ViewVC logotype

Diff of /emacs/lisp/strokes.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by rms, Fri Jul 12 17:45:45 2002 UTC revision 1.13 by lektu, Tue Feb 4 12:06:29 2003 UTC
# Line 1498  Encode/decode your strokes with \\[strok Line 1498  Encode/decode your strokes with \\[strok
1498  (defsubst strokes-xpm-encode-length-as-string (length)  (defsubst strokes-xpm-encode-length-as-string (length)
1499    "Given some LENGTH in [0,62) do a fast lookup of its encoding."    "Given some LENGTH in [0,62) do a fast lookup of its encoding."
1500    (aref strokes-base64-chars length))    (aref strokes-base64-chars length))
1501                      
1502  (defsubst strokes-xpm-decode-char (character)  (defsubst strokes-xpm-decode-char (character)
1503    "Given a CHARACTER, do a fast lookup to find its corresponding integer value."    "Given a CHARACTER, do a fast lookup to find its corresponding integer value."
1504    (aref strokes-char-table character))    (aref strokes-char-table character))
1505                      
1506  (defun strokes-xpm-to-compressed-string (&optional xpm-buffer)  (defun strokes-xpm-to-compressed-string (&optional xpm-buffer)
1507    "Convert XPM in XPM-BUFFER to compressed string representing the stroke.    "Convert XPM in XPM-BUFFER to compressed string representing the stroke.
1508  XPM-BUFFER defaults to ` *strokes-xpm*'."  XPM-BUFFER defaults to ` *strokes-xpm*'."

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26