unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs-unicode-2: void-variable not defined ?
@ 2007-12-05  1:21 Bastien
  2007-12-05  2:21 ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2007-12-05  1:21 UTC (permalink / raw)
  To: emacs-devel

Hi,

i tried to compile the latest CVS emacs-unicode-2 branch (23.0.60).  
I configured it with these options:

  $ ./configure --with-gtk --enable-font-backend --with-xft

No problem with make bootstrap && make install.  But when using the
Emacs instance, it complains about void-variable not being defined.

Hint?

-- 
Bastien

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

* Re: emacs-unicode-2: void-variable not defined ?
  2007-12-05  1:21 emacs-unicode-2: void-variable not defined ? Bastien
@ 2007-12-05  2:21 ` Kenichi Handa
  2007-12-05 12:11   ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Kenichi Handa @ 2007-12-05  2:21 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-devel

In article <87y7cavsvw.fsf@bzg.ath.cx>, Bastien <bzg@altern.org> writes:

> Hi,
> i tried to compile the latest CVS emacs-unicode-2 branch (23.0.60).  
> I configured it with these options:

>   $ ./configure --with-gtk --enable-font-backend --with-xft

> No problem with make bootstrap && make install.  But when using the
> Emacs instance, it complains about void-variable not being defined.

I can't reproduce it.

Please tell me exactly what happened.  For instance, how did
you see that complaint, what happened after that complaint?

---
Kenichi Handa
handa@ni.aist.go.jp

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

* Re: emacs-unicode-2: void-variable not defined ?
  2007-12-05  2:21 ` Kenichi Handa
@ 2007-12-05 12:11   ` Bastien
  2007-12-06  0:41     ` Kenichi Handa
  0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2007-12-05 12:11 UTC (permalink / raw)
  To: emacs-devel

Kenichi Handa <handa@ni.aist.go.jp> writes:

> In article <87y7cavsvw.fsf@bzg.ath.cx>, Bastien <bzg@altern.org> writes:
>
>> No problem with make bootstrap && make install.  But when using the
>> Emacs instance, it complains about void-variable not being defined.
>
> I can't reproduce it.
>
> Please tell me exactly what happened.  For instance, how did
> you see that complaint, what happened after that complaint?

Sorry I wasn't clear.  It complains about a variable being void, this
variable is `gnus-face-5': (void-variable gnus-face-5)

It looks like the face handling has changed somehow.  

This problem aside, I can also notice that some of the faces I've
customized are not the same in latest CVS than in emacs-unicode-2
23.0.0.  I will digg this further and come back with more info.

-- 
Bastien

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

* Re: emacs-unicode-2: void-variable not defined ?
  2007-12-05 12:11   ` Bastien
@ 2007-12-06  0:41     ` Kenichi Handa
  0 siblings, 0 replies; 4+ messages in thread
From: Kenichi Handa @ 2007-12-06  0:41 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-devel

In article <873auhibom.fsf@bzg.ath.cx>, Bastien <bzg@altern.org> writes:

> Sorry I wasn't clear.  It complains about a variable being void, this
> variable is `gnus-face-5': (void-variable gnus-face-5)

> It looks like the face handling has changed somehow.  

In lisp/gnus/gnus-spec.el, gnus-face-0 through gnus-face-4
are defined, but gnus-face-5 is not.  Please do M-x
toggle-debug-on-error RET and check why gnus tries to use
that variable.  It seems that gnus-face-face-function is
called with unexpected TYPE argument 5.

---
Kenichi Handa
handa@ni.aist.go.jp

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

end of thread, other threads:[~2007-12-06  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05  1:21 emacs-unicode-2: void-variable not defined ? Bastien
2007-12-05  2:21 ` Kenichi Handa
2007-12-05 12:11   ` Bastien
2007-12-06  0:41     ` Kenichi Handa

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