emacs-devel
[Top][All Lists]
Advanced

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

[Unicode-2] `C-h f' error (was Re: `read' always returns multibyte symbo


From: Katsumi Yamaoka
Subject: [Unicode-2] `C-h f' error (was Re: `read' always returns multibyte symbol)
Date: Wed, 14 Nov 2007 16:06:18 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> Kenichi Handa <address@hidden> wrote:

> I've just installed a fix.

Thanks.

Isn't it a side effect of this change?  The `C-h f' command causes
the following error, though it can be solved by reloading "help".

Debugger entered--Lisp error: (setting-constant :validate)
  function-called-at-point()
  [...]
  call-interactively(describe-function)

It seems that the `with-syntax-table' macro, that
`function-called-at-point' uses, was not expanded properly when
dumping Emacs:

(disassemble 'function-called-at-point)
0       constant  syntax-table
1       call      0
2       current-buffer 
3       varbind   :validate
4       varbind   setup-function
5       constant  (<byte code>...)
   0       save-current-buffer 
   1       varref    :validate
   2       set-buffer 

Regards,




reply via email to

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