unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#849: 23.0.60; internal-set-alternative-font-family-alist
@ 2008-09-01  8:26 ` martin rudalics
  2008-09-01 19:55   ` bug#849: marked as done (23.0.60; internal-set-alternative-font-family-alist) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: martin rudalics @ 2008-09-01  8:26 UTC (permalink / raw)
  To: emacs-pretest-bug

When doing `emacs-lisp-byte-compile-and-load' for faces.el I am told

Debugger entered--Lisp error: (wrong-type-argument stringp Monospace)
   internal-set-alternative-font-family-alist(((Monospace courier fixed) (courier fixed) (Sans\ Serif helv helvetica arial fixed) (helv helvetica arial fixed)))
   #[(symbol value) " \b	\"  	! " [symbol value set-default internal-set-alternative-font-family-alist] 3](face-font-family-alternatives ((Monospace courier fixed) (courier fixed) (Sans\ Serif helv helvetica arial fixed) (helv helvetica arial fixed)))
   custom-initialize-reset(face-font-family-alternatives (quote (("Monospace" "courier" "fixed") ("courier" "fixed") ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed"))))
   custom-declare-variable(face-font-family-alternatives (quote (("Monospace" "courier" "fixed") ("courier" "fixed") ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed"))) ("c:/Programme/Emacs-trunk/lisp/faces.elc" . -1675) :tag "Alternative font families to try" :type (repeat (repeat string)) :group font-selection :set #[(symbol value) " \b	\"  	! " [symbol value set-default internal-set-alternative-font-family-alist] 3])
   load("c:/Programme/Emacs-trunk/lisp/faces.elc" nil nil t)
   load-file("c:/Programme/Emacs-trunk/lisp/faces.elc")
   emacs-lisp-byte-compile-and-load()
   call-interactively(emacs-lisp-byte-compile-and-load nil nil)


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
  of 2008-09-01 on MACHNO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: ENU
   value of $XMODIFIERS: nil
   locale-coding-system: cp1252
   default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
   eldoc-mode: t
   scroll-restore-mode: t
   regexp-lock-mode: t
   show-paren-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   temp-buffer-resize-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<M-apps> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <right>
M-+ <select-window> <select-window> <M-S-down> <up>
<S-down> <S-down> <S-down> <S-down> <S-down> <S-down>
<S-down> <S-down> <S-down> <S-down> <S-down> <S-down>
<S-down> <S-down> <S-down> <insert> <down-mouse-1>
<mouse-1> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <send-emacs-bug-report>

Recent messages:
Compiling c:/Programme/Emacs-trunk/lisp/faces.el...done
Wrote c:/Programme/Emacs-trunk/lisp/faces.elc
Loading c:/Programme/Emacs-trunk/lisp/faces.elc...
Entering debugger...
Mark set







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#849: marked as done (23.0.60; internal-set-alternative-font-family-alist)
  2008-09-01  8:26 ` bug#849: 23.0.60; internal-set-alternative-font-family-alist martin rudalics
@ 2008-09-01 19:55   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2008-09-01 19:55 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]


Your message dated Mon, 01 Sep 2008 15:48:13 -0400
with message-id <87d4jnfy0y.fsf@cyd.mit.edu>
and subject line Re: 23.0.60; internal-set-alternative-font-family-alist
has caused the Emacs bug report #849,
regarding 23.0.60; internal-set-alternative-font-family-alist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
849: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=849
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5355 bytes --]

From: martin rudalics <rudalics@gmx.at>
To: emacs-pretest-bug <emacs-pretest-bug@gnu.org>
Subject: 23.0.60; internal-set-alternative-font-family-alist
Date: Mon, 01 Sep 2008 10:26:21 +0200
Message-ID: <48BBA72D.30903@gmx.at>

When doing `emacs-lisp-byte-compile-and-load' for faces.el I am told

Debugger entered--Lisp error: (wrong-type-argument stringp Monospace)
   internal-set-alternative-font-family-alist(((Monospace courier fixed) (courier fixed) (Sans\ Serif helv helvetica arial fixed) (helv helvetica arial fixed)))
   #[(symbol value) " \b	\"  	! " [symbol value set-default internal-set-alternative-font-family-alist] 3](face-font-family-alternatives ((Monospace courier fixed) (courier fixed) (Sans\ Serif helv helvetica arial fixed) (helv helvetica arial fixed)))
   custom-initialize-reset(face-font-family-alternatives (quote (("Monospace" "courier" "fixed") ("courier" "fixed") ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed"))))
   custom-declare-variable(face-font-family-alternatives (quote (("Monospace" "courier" "fixed") ("courier" "fixed") ("Sans Serif" "helv" "helvetica" "arial" "fixed") ("helv" "helvetica" "arial" "fixed"))) ("c:/Programme/Emacs-trunk/lisp/faces.elc" . -1675) :tag "Alternative font families to try" :type (repeat (repeat string)) :group font-selection :set #[(symbol value) " \b	\"  	! " [symbol value set-default internal-set-alternative-font-family-alist] 3])
   load("c:/Programme/Emacs-trunk/lisp/faces.elc" nil nil t)
   load-file("c:/Programme/Emacs-trunk/lisp/faces.elc")
   emacs-lisp-byte-compile-and-load()
   call-interactively(emacs-lisp-byte-compile-and-load nil nil)


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
  of 2008-09-01 on MACHNO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: ENU
   value of $XMODIFIERS: nil
   locale-coding-system: cp1252
   default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
   eldoc-mode: t
   scroll-restore-mode: t
   regexp-lock-mode: t
   show-paren-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   temp-buffer-resize-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<M-apps> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <right>
M-+ <select-window> <select-window> <M-S-down> <up>
<S-down> <S-down> <S-down> <S-down> <S-down> <S-down>
<S-down> <S-down> <S-down> <S-down> <S-down> <S-down>
<S-down> <S-down> <S-down> <insert> <down-mouse-1>
<mouse-1> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> <send-emacs-bug-report>

Recent messages:
Compiling c:/Programme/Emacs-trunk/lisp/faces.el...done
Wrote c:/Programme/Emacs-trunk/lisp/faces.elc
Loading c:/Programme/Emacs-trunk/lisp/faces.elc...
Entering debugger...
Mark set




[-- Attachment #3: Type: message/rfc822, Size: 1131 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: martin rudalics <rudalics@gmx.at>
Cc: 849-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.60; internal-set-alternative-font-family-alist
Date: Mon, 01 Sep 2008 15:48:13 -0400
Message-ID: <87d4jnfy0y.fsf@cyd.mit.edu>

> When doing `emacs-lisp-byte-compile-and-load' for faces.el I am told
>
> Debugger entered--Lisp error: (wrong-type-argument stringp Monospace)

I've checked in a fix.  Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-01 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87d4jnfy0y.fsf@cyd.mit.edu>
2008-09-01  8:26 ` bug#849: 23.0.60; internal-set-alternative-font-family-alist martin rudalics
2008-09-01 19:55   ` bug#849: marked as done (23.0.60; internal-set-alternative-font-family-alist) Emacs bug Tracking System

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).