emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A very strange thing about Emacs working with flyspell!


From: Kenichi Handa
Subject: Re: A very strange thing about Emacs working with flyspell!
Date: Mon, 20 Nov 2006 17:44:16 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Hongsheng <address@hidden> writes:

> [1  <text/plain; us-ascii (7bit)>]
> > > (gdb) br xic_create_fontset
> > > Function "xic_create_fontset" not defined.
> > > Make breakpoint pending on future shared library load? (y or [n]) y
> > 
> > ??? This means that xic_create_fontset is not compiled into
> > your Emacs, and that means that HAVE_X_I18N is not defined
> > in your src/config.h.  Can you use SCIM if you run Emacs
> > without --enable-font-backend?

> Yes, I can.

> BTW, when compiling the Emacs, I configured the Emacs with the following 
> arguments:

> ===============
> ./configure --prefix=/usr \
> --x-includes=/usr/include/X11 --x-libraries=/usr/lib/X11 \
> --enable-font-backend --enable-asserts \
> --enable-locallisppath=/usr/share/emacs/site-lisp:/etc/emacs-snapshot/site-start.d
> \
> --enable-largefile --with-pop --with-sound \
> --with-x=yes --with-x-toolkit=gtk --with-toolkit-scroll-bars \
> --with-xpm --with-jpeg --with-tiff --with-gif --with-png \
> --with-freetype  --with-xft --with-xim
> ===============

> > Could you run configure script again and show me the all
> > output and the contents of generated src/config.h.

> See the attachments, please.

I couldn't find any problem with them.  Sigh...

Ok, then how about setting break point as this:

(gdb) br create_frame_xic

and use "s" command to step into the function
xic_create_fontset.

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]