unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Michael Soulier" <msoulier@nortelnetworks.com>
Subject: Re: problems porting .emacs to NTemacs
Date: Tue, 27 Aug 2002 18:59:33 -0400	[thread overview]
Message-ID: <3D6C0455.7020509@nortelnetworks.com> (raw)
In-Reply-To: 5ladnaycle.fsf@rum.cs.yale.edu

Stefan Monnier  wrote:
> [...]
> 
>>Debugger entered--Lisp error: (error "Variable binding depth exceeds
>>max-specpdl-size")
>>   face-spec-choose((((... ...) (:foreground "red")) ((... ...) (:foreground "red" :bold t)) ((... ...) (:foreground "Pink" :bold t)) (t (:inverse-video t :bold t))) #<frame emacs@MSOULIER-2 0x144fc00\ >)
>>   face-spec-set(font-lock-warning-face (((... ...) (:foreground "red")) ((... ...) (:foreground "Red" :bold t)) ((... ...) (:foreground "Pink" :bold t)) (t (:inverse-video t :bold t))) #<frame emacs@MSOULIER-2 0x144fc00\ >)
>>   face-set-after-frame-default(#<frame emacs@MSOULIER-2 0x144fc00\ >)
>>   internal-set-lisp-face-attribute(default :family "adobe-courier" #<frame emacs@MSOULIER-2 0x144fc00\ >)
>>   set-face-attribute(default #<frame emacs@MSOULIER-2 0x144fc00\ > :family "adobe-courier")
>>   face-spec-set(default ((t (:stipple nil :background "#e5e5e5" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 87 :width normal :family "adobe-courier"))) #<frame emacs@MSOULIER-2 0x144fc00\ >)
>>   face-set-after-frame-default(#<frame emacs@MSOULIER-2 0x144fc00\ >)
> 
> 
> It seems that when set-face-attribute is called on the `default' face to
> change some font-related property (the family in this case), it does a
> `modify-frame-parameter' to change its `font' setting which in turn then calls
> `face-set-after-frame-default' to refresh all the faces which in turns
> tries to use the `default' setting which changes the `family' again, ...
> 
> Looks like a bug.  Does it also happen under Xwindow ?
> Please reply to gnu.emacs.bug.


No, it doesn't happen under X on Linux. This problem is only happening 
with Win2k.

Mike

      parent reply	other threads:[~2002-08-27 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3D63E035.60209@nortelnetworks.com>
     [not found] ` <5lofbtxxgd.fsf@rum.cs.yale.edu>
     [not found]   ` <3D67761D.8060601@nortelnetworks.com>
2002-08-25 19:15     ` problems porting .emacs to NTemacs Stefan Monnier <foo@acm.com>
2002-08-26 12:53       ` Richard Stallman
2002-08-27 22:59       ` Michael Soulier [this message]

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=3D6C0455.7020509@nortelnetworks.com \
    --to=msoulier@nortelnetworks.com \
    /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).