bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

set-face-stipple broken


From: Ulrich Neumerkel
Subject: set-face-stipple broken
Date: Tue, 23 Oct 2001 21:51:49 +0200 (MET DST)

--text follows this line--
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit)
 of 2001-10-23 on a8.complang.tuwien.ac.at
configured using `configure  --without-toolkit-scroll-bars --prefix /tmp'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

(set-face-stipple 'default (list 1 4 "\001\001"))

yields an error.  It worked in 20.7

Debugger entered--Lisp error: (error "Invalid stipple attribute" (1 4 ""))
  internal-set-lisp-face-attribute(default :stipple (1 4 "") 0)
  set-face-attribute(default nil :stipple (1 4 ""))
  set-face-stipple(default (1 4 ""))
  eval((set-face-stipple (quote default) (list 1 4 "")))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
* call-interactively(eval-last-sexp)ple attribute" (1 4 ""))
  internal-set-lisp-face-attribute(default :stipple (1 4 "") 0)
  set-face-attribute(default nil :stipple (1 4 ""))
  set-face-stipple(default (1 4 ""))
  eval((set-face-stipple (quote default) (list 1 4 "")))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
* call-interactively(eval-last-sexp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]