Skip to content

Instantly share code, notes, and snippets.

View schellj's full-sized avatar

Justin Schell schellj

  • Bivio Software, Inc.
View GitHub Profile
;;; cl-lib.el --- Common Lisp extensions for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 1993, 2001-2020 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@synaptics.com>
;; Version: 1.0
;; Keywords: extensions
;; This file is part of GNU Emacs.
(defun schellj/try-insert-test-image (r g b)
"Insert XPM with colors r g b"
(ignore-errors
(insert-image (create-image (format "/* XPM */
static char * XFACE[] = {
\"77 16 1 1\",
\"a c %s\",
\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",
\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",
\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",