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

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

[debbugs-tracker] bug#14209: closed (24.3.50; read-face-name: M-o o hi-y


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14209: closed (24.3.50; read-face-name: M-o o hi-yellow fails)
Date: Sat, 20 Apr 2013 17:47:01 +0000

Your message dated Sat, 20 Apr 2013 12:41:48 -0500
with message-id <address@hidden>
and subject line Re: bug#14209: 24.3.50; read-face-name: M-o o hi-yellow fails
has caused the debbugs.gnu.org bug report #14209,
regarding 24.3.50; read-face-name: M-o o hi-yellow fails
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14209: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14209
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; read-face-name: M-o o hi-yellow fails Date: Mon, 15 Apr 2013 22:44:11 +0530
M-o o hi-yellow fails with

,----
| Debugger entered--Lisp error: (wrong-type-argument stringp (hi-yellow))
|   intern((hi-yellow))
|   facemenu-add-new-face((hi-yellow))
|   facemenu-set-face((hi-yellow) nil nil)
|   call-interactively(facemenu-set-face nil nil)
|   command-execute(facemenu-set-face)
`----

The following fix works.

,----  Towards the end of `read-face-name'
| 
|     ;; Return either a list of faces or just one face.
|     (if multiple
|         (nreverse faces)
|       (car (last faces)))   <===== FIXME: `car' is necessary
`----


In GNU Emacs 24.3.50.2 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-04-15 on debian-6.05
Bzr revision: 112293 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t




--- End Message ---
--- Begin Message --- Subject: Re: bug#14209: 24.3.50; read-face-name: M-o o hi-yellow fails Date: Sat, 20 Apr 2013 12:41:48 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Version: 24.3.50

,---- Towards the end of `read-face-name' | | ;; Return either a list of faces or just one face. | (if multiple | (nreverse faces) | (car (last faces))) <===== FIXME: `car' is necessary `----

Done.


--- End Message ---

reply via email to

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