unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13959: Emacs 24.3: ansi-term-color-vector "error in process filter: Invalid face; unspecified"
@ 2013-03-14 15:51 James Jong
  2013-03-14 18:45 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: James Jong @ 2013-03-14 15:51 UTC (permalink / raw)
  To: 13959

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

I used to have the following in my Emacs init file that would make sure
that certain colors display better when using for example the tango dark
theme:

(setq ansi-term-color-vector
       [unspecified "#000000" "#b21818" "#18b218" "#BE5F00"
                    "#6D85BA" "#b218b2" "#18b2b2" "#b2b2b2"])

More generally, I had the ability to change my ansi-term colors with a
command like:

(setq ansi-term-color-vector [unspecified "dim gray" "red3" "lime green"
"yellow3" "DodgerBlue1" "magenta3" "cyan3" "white"])

However, when I run this with the latest stable Emacs, I get the following
error in the minibuffer, and my ansi-term terminal never loads:

"error in process filter: Invalid face; unspecified"

Any thoughts?

James

[-- Attachment #2: Type: text/html, Size: 1212 bytes --]

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

* bug#13959: Emacs 24.3: ansi-term-color-vector "error in process filter: Invalid face; unspecified"
  2013-03-14 15:51 bug#13959: Emacs 24.3: ansi-term-color-vector "error in process filter: Invalid face; unspecified" James Jong
@ 2013-03-14 18:45 ` Andreas Schwab
  2013-04-06  0:05   ` James Jong
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2013-03-14 18:45 UTC (permalink / raw)
  To: James Jong; +Cc: 13959

James Jong <ribonucleico@gmail.com> writes:

> "error in process filter: Invalid face; unspecified"

unspecified never was a valid face.  If you want the default face, use
default.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





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

* bug#13959: Emacs 24.3: ansi-term-color-vector "error in process filter: Invalid face; unspecified"
  2013-03-14 18:45 ` Andreas Schwab
@ 2013-04-06  0:05   ` James Jong
  0 siblings, 0 replies; 3+ messages in thread
From: James Jong @ 2013-04-06  0:05 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 13959

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

Thanks. I am not sure what you mean by using "default", did you mean that I
should do:

(setq ansi-term-color-vector
       [default "#000000" "#b21818" "#18b218" "#BE5F00"
                    "#6D85BA" "#b218b2" "#18b2b2" "#b2b2b2"]) ?

The above line does not work on my code.

Also, I have started a thread on StackOverflow with images, but I am still
unable to make this to work:
http://stackoverflow.com/questions/15661372/adjusting-term-faces-in-the-new-emacs-24-3

Thanks,
James




On Thu, Mar 14, 2013 at 2:45 PM, Andreas Schwab <schwab@linux-m68k.org>wrote:

> James Jong <ribonucleico@gmail.com> writes:
>
> > "error in process filter: Invalid face; unspecified"
>
> unspecified never was a valid face.  If you want the default face, use
> default.
>
> Andreas.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>

[-- Attachment #2: Type: text/html, Size: 2701 bytes --]

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

end of thread, other threads:[~2013-04-06  0:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 15:51 bug#13959: Emacs 24.3: ansi-term-color-vector "error in process filter: Invalid face; unspecified" James Jong
2013-03-14 18:45 ` Andreas Schwab
2013-04-06  0:05   ` James Jong

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