unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: jun@fsas.fujitsu.com, akochoi@shaw.ca, emacs-devel@gnu.org
Subject: char-table-p (Re: Mac OS X 10.2.2 - Need to Recompile)
Date: Thu, 14 Nov 2002 11:55:36 +0900	[thread overview]
Message-ID: <yotlisz0svvb.fsf_-_@jpl.org> (raw)
In-Reply-To: m2k7jig2np.fsf@owlbear.local

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

Hi,

Jun'ichi Shiono <jun@fsas.fujitsu.com> has found the cause of
the "Symbol's function definition is void ((char-table-p))"
problem.  He said that building Emacs CVS as bootstrap is
successful if he canceled the following change:

2002-11-06  Dave Love  <fx@gnu.org>
[...]
	* international/mule.el (set-buffer-file-coding-system):
	Call ucs-set-table-for-input.

>>>>> In <m2k7jig2np.fsf@owlbear.local> 
>>>>>	akochoi@shaw.ca (Andrew Choi) wrote:

> Brad Miller <bmiller@cs.umn.edu> writes:

>> Finally the compile dies a horrible death at:
>> Compiling /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el
>>  >>Error occurred processing
>>    /Users/bmiller/src/emacs/lisp/progmodes/cc-mode.el: Symbol's
>>    function definition is void ((char-table-p))
>> make[1]: *** [compile] Error 1
>> make: *** [bootstrap] Error 2

>> Uggh!  Now I'm really stuck.  Any thoughts on what I can do?

> The current CVS code does not bootstrap correctly.  It has already been
> reported in gnu.emacs.help.

Here's a reverse patch:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 589 bytes --]

*** mule.el~	Wed Nov  6 23:59:53 2002
--- mule.el	Thu Nov 14 02:50:59 2002
***************
*** 1179,1188 ****
        (setq coding-system
  	    (merge-coding-systems coding-system buffer-file-coding-system)))
    (setq buffer-file-coding-system coding-system)
-   ;; This is in case of an explicit call.  Normally, `normal-mode' and
-   ;; `set-buffer-major-mode-hook' take care of setting the table.
-   (if (fboundp 'ucs-set-table-for-input) ; don't lose when building
-       (ucs-set-table-for-input))
    (set-buffer-modified-p t)
    (force-mode-line-update))
  
--- 1179,1184 ----

      reply	other threads:[~2002-11-14  2:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20021112092211.24610.36860.Mailman@monty-python.gnu.org>
2002-11-12 14:39 ` Mac OS X 10.2.2 - Need to Recompile Brad Miller
2002-11-12 16:16   ` Steven Tamm
2002-11-12 16:42   ` Andrew Choi
2002-11-14  2:55     ` Katsumi Yamaoka [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=yotlisz0svvb.fsf_-_@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=akochoi@shaw.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jun@fsas.fujitsu.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).