From: Jambunathan K <kjambunathan@gmail.com>
To: 14209@debbugs.gnu.org
Subject: bug#14209: 24.3.50; read-face-name: M-o o hi-yellow fails
Date: Mon, 15 Apr 2013 22:44:11 +0530 [thread overview]
Message-ID: <87sj2r4syk.fsf@gmail.com> (raw)
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 michael.albinus@gmx.de-20130415134229-gwd6enp86q5a24fd
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
next reply other threads:[~2013-04-15 17:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-15 17:14 Jambunathan K [this message]
2013-04-20 17:41 ` bug#14209: 24.3.50; read-face-name: M-o o hi-yellow fails Roland Winkler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sj2r4syk.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=14209@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).