* something wrong with faces?
@ 2005-04-08 23:15 Stephan Stahl
2005-04-08 23:49 ` Luc Teirlinck
0 siblings, 1 reply; 3+ messages in thread
From: Stephan Stahl @ 2005-04-08 23:15 UTC (permalink / raw)
Hi.
cvs emacs from just a few seconds ago:
emacs -Q
M-; (load-library "shell")
Debugger entered--Lisp error: (error "Unknown req `(background dark)' with options `nil'")
signal(error ("Unknown req `(background dark)' with options `nil'"))
error("Unknown req `%S' with options `%S'" (background dark) nil)
face-spec-set-match-display(((min-colors 88) ((background dark))) #<frame emacs@home 0x8592568>)
face-spec-choose((((... ...) (:foreground "cyan1")) ((...) (:foreground "cyan")) (t (:foreground
"dark blue"))) #<frame emacs@home 0x8592568>)
face-spec-set(comint-highlight-prompt (((... ...) (:foreground "cyan1")) ((...) (:foreground
"cyan")) (t (:foreground "dark blue"))) #<frame emacs@home 0x8592568>)
custom-declare-face(comint-highlight-prompt (((... ...) (:foreground "cyan1")) ((...)
(:foreground "cyan")) (t (:foreground "dark blue"))) "Face to use to highlight prompts." :group
comint)
byte-code("ÀÁÂÃÄÅ%ˆÀÆÇÈÄÅ%‡" [custom-declare-face comint-highlight-input ((t ...))
"Face to use to highlight user input." :group comint comint-highlight-prompt ((... ...) (...
...) (t ...)) "Face to use to highlight prompts."] 6)
require(comint)
byte-code("ÀÁ!ˆÂÃÄÅÆÇÆÈ&\aˆÂÉÄÊÆÃ%ˆÂËÄÌÆÃ%‡" [require comint
custom-declare-group shell nil "Running shell from within Emacs buffers" :group processes unix
shell-directories "Directory support in shell mode" shell-faces "Faces in shell buffers"] 8)
load("shell")
load-library("shell")
eval((load-library "shell"))
eval-expression((load-library "shell") nil)
call-interactively(eval-expression)
--
Stephan Stahl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: something wrong with faces?
2005-04-08 23:15 something wrong with faces? Stephan Stahl
@ 2005-04-08 23:49 ` Luc Teirlinck
2005-04-09 7:31 ` Stephan Stahl
0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2005-04-08 23:49 UTC (permalink / raw)
Cc: emacs-devel
Stephan Stahl wrote:
Hi.
cvs emacs from just a few seconds ago:
emacs -Q
M-; (load-library "shell")
Debugger entered--Lisp error: (error "Unknown req `(background dark)' with options `nil'")
This is a problem Kim Storm solved together with a similar mistake in
hi-lock. Kim installed corrections to hi-lock and Changelog, but
apparently forgot to install the one to comint.el. I have just
installed the obvious corrections myself and things should work now.
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: something wrong with faces?
2005-04-08 23:49 ` Luc Teirlinck
@ 2005-04-09 7:31 ` Stephan Stahl
0 siblings, 0 replies; 3+ messages in thread
From: Stephan Stahl @ 2005-04-09 7:31 UTC (permalink / raw)
Cc: emacs-devel
Hi Luc.
Luc Teirlinck said:
> Stephan Stahl wrote:
> cvs emacs from just a few seconds ago:
> emacs -Q
> M-; (load-library "shell")
> Debugger entered--Lisp error: (error "Unknown req `(background dark)' with options `nil'")
>
> apparently forgot to install the one to comint.el. I have just
> installed the obvious corrections myself and things should work now.
They do.
Thank you.
--
Stephan Stahl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-09 7:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 23:15 something wrong with faces? Stephan Stahl
2005-04-08 23:49 ` Luc Teirlinck
2005-04-09 7:31 ` Stephan Stahl
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.