GNU bug report logs - #14209
24.3.50; read-face-name: M-o o hi-yellow fails

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Mon, 15 Apr 2013 17:19:01 UTC

Severity: normal

Fixed in version 24.3.50

Done: Roland Winkler <winkler <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14209 in the body.
You can then email your comments to 14209 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#14209; Package emacs. (Mon, 15 Apr 2013 17:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jambunathan K <kjambunathan <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 15 Apr 2013 17:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
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 michael.albinus <at> 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





Reply sent to Roland Winkler <winkler <at> gnu.org>:
You have taken responsibility. (Sat, 20 Apr 2013 17:47:01 GMT) Full text and rfc822 format available.

Notification sent to Jambunathan K <kjambunathan <at> gmail.com>:
bug acknowledged by developer. (Sat, 20 Apr 2013 17:47:01 GMT) Full text and rfc822 format available.

Message #10 received at 14209-done <at> debbugs.gnu.org (full text, mbox):

From: Roland Winkler <winkler <at> gnu.org>
To: Jambunathan K <kjambunathan <at> gmail.com>
Cc: 14209-done <at> debbugs.gnu.org
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
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 May 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.